index
:
interesting/andlabs-ui
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
/
sysdata.go
Age
Commit message (
Collapse
)
Author
2014-02-12
Formatting change for cSysData itself.
Pietro Gagliardi
2014-02-12
Each control may only need one event, so combine them all into a single ↵
Pietro Gagliardi
channel whose use depends on the sysData itself. Also we won't need to save the parentWindow anymore, as the change to the make() function will take care of that for us.
2014-02-12
Added Window.SetTitle(). Also oops, forgot to mark the window as created.
Pietro Gagliardi
2014-02-12
Added button events.
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-11
More error corrections; not done yet...
Pietro Gagliardi
2014-02-11
Added the init and testing main functions and started fixing errors. Let's ↵
Pietro Gagliardi
fix the rest and hope it works...
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 ↵
Pietro Gagliardi
the skeleton of the Windows implementation.