summaryrefslogtreecommitdiff
path: root/redo/window.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-26Changed the way dialogs work so that they do real modality properly and ↵Pietro Gagliardi
implemented such on Windows.
2014-07-25Simplified the control nesting model by removing Control.unparent() and ↵Pietro Gagliardi
requiring all Windows to have a Control at construct time; implemented such on Windows.
2014-07-22Added provisions for proper window redraw on Window.SetParent() and ↵Pietro Gagliardi
implemented them on Mac OS X; still untested.
2014-07-22Moved Window.SetControl() into window.go pending addition of fake resize events.Pietro Gagliardi
2014-07-20Implemented Window.Close() on Mac OS X, settling both that TODO and the one ↵Pietro Gagliardi
about making sure Window.Close() works as documented on all platforms.
2014-07-19Verified that Window.Close() works as documented on GTK+.Pietro Gagliardi
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