summaryrefslogtreecommitdiff
path: root/redo/window.go
AgeCommit message (Expand)Author
2014-07-25Simplified the control nesting model by removing Control.unparent() and requi...Pietro Gagliardi
2014-07-22Added provisions for proper window redraw on Window.SetParent() and implement...Pietro Gagliardi
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 a...Pietro Gagliardi
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... t...Pietro Gagliardi
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 commo...Pietro Gagliardi
2014-07-07Made event handler setters return a Request, implemented stubs on GTK+ so I c...Pietro Gagliardi
2014-07-07Added the GTK+ implementation of Window, added the Window constructors, and r...Pietro Gagliardi
2014-07-07Added Window to the redo.Pietro Gagliardi