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
/
window.go
Age
Commit message (
Expand
)
Author
2014-02-15
Fixed build errors in the previous commits.
Pietro Gagliardi
2014-02-15
Resolved some of window.go's TODOs.
Pietro Gagliardi
2014-02-14
Window-related TODOs.
Pietro Gagliardi
2014-02-14
Windows no longer need to be Controls after I reworked the parent-child syste...
Pietro Gagliardi
2014-02-14
Renamed Control.apply() to Control.make().
Pietro Gagliardi
2014-02-14
Changed manual sysData construction to use a helper function instead.
Pietro Gagliardi
2014-02-13
Removed Control.setParent() as the parent/child hierarchy is now unidirectional.
Pietro Gagliardi
2014-02-13
Added sizing of windows and the main window control. It presently deadlocks; ...
Pietro Gagliardi
2014-02-12
Adjusted Control and Window for the new system.
Pietro Gagliardi
2014-02-12
Added Window.SetTitle(). Also oops, forgot to mark the window as created.
Pietro Gagliardi
2014-02-12
Added buttons.
Pietro Gagliardi
2014-02-12
Added initial window size and the Window.SetTitle() function.
Pietro Gagliardi
2014-02-12
Separated initial text from sysData and fixed errors in the previous commits.
Pietro Gagliardi
2014-02-12
Set up restrictions tracking. Added a restriction that a window and its contr...
Pietro Gagliardi
2014-02-11
All build errors resolved. Now to test...
Pietro Gagliardi
2014-02-11
Filled in the standard window procedure.
Pietro Gagliardi
2014-02-11
Started implementing the public API: added the Window and Control types and t...
Pietro Gagliardi
[prev]