summaryrefslogtreecommitdiff
path: root/redo/window.go
AgeCommit message (Collapse)Author
2014-07-19Started dropping the whole request/response system because it fell apart... ↵Pietro Gagliardi
time to make a ui.Do(func(){ ... })
2014-07-18Scrapped Window.SetSize() and Window.Center() (for now?).Pietro Gagliardi
2014-07-12Pinned down event behavior of Windows.Close().Pietro Gagliardi
2014-07-12More TODOs.Pietro Gagliardi
2014-07-07Fixed most compilation errors and added GTK+ string helper functions to ↵Pietro Gagliardi
common_unix.go.
2014-07-07Made event handler setters return a Request, implemented stubs on GTK+ so I ↵Pietro Gagliardi
can build a test, and made documentation consistent.
2014-07-07Added the GTK+ implementation of Window, added the Window constructors, and ↵Pietro Gagliardi
rewrote the GTK+ Button constructor to use Requests.
2014-07-07Added Window to the redo.Pietro Gagliardi