index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redo
/
window.go
Age
Commit message (
Expand
)
Author
2014-07-25
Simplified the control nesting model by removing Control.unparent() and requi...
Pietro Gagliardi
2014-07-22
Added provisions for proper window redraw on Window.SetParent() and implement...
Pietro Gagliardi
2014-07-22
Moved Window.SetControl() into window.go pending addition of fake resize events.
Pietro Gagliardi
2014-07-20
Implemented Window.Close() on Mac OS X, settling both that TODO and the one a...
Pietro Gagliardi
2014-07-19
Verified that Window.Close() works as documented on GTK+.
Pietro Gagliardi
2014-07-19
Started dropping the whole request/response system because it fell apart... t...
Pietro Gagliardi
2014-07-18
Scrapped Window.SetSize() and Window.Center() (for now?).
Pietro Gagliardi
2014-07-12
Pinned down event behavior of Windows.Close().
Pietro Gagliardi
2014-07-12
More TODOs.
Pietro Gagliardi
2014-07-07
Fixed most compilation errors and added GTK+ string helper functions to commo...
Pietro Gagliardi
2014-07-07
Made event handler setters return a Request, implemented stubs on GTK+ so I c...
Pietro Gagliardi
2014-07-07
Added the GTK+ implementation of Window, added the Window constructors, and r...
Pietro Gagliardi
2014-07-07
Added Window to the redo.
Pietro Gagliardi