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
/
button.go
Age
Commit message (
Collapse
)
Author
2014-02-15
Removed setting the initial width and height in sysData.make() (this gets ↵
Pietro Gagliardi
rid of the dummy 300x300 sizes from the controls) and added an explicit sysData.setWindowSize() to Window.Open() to ensure everything's sized properly.
2014-02-14
Handled all controls's created field.
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
I'll need to redo my mutexes...
2014-02-12
Fixed compiler errors. New code structure success!
Pietro Gagliardi
2014-02-12
Whoops, forgot to turn Button.sysData.clicked into Button.sysData.event.
Pietro Gagliardi
2014-02-12
Modified Button for the new changes. Now I just need to actually create the ↵
Pietro Gagliardi
window class and edit main()...
2014-02-12
Whoops, forgot to add button.go itself :|
Pietro Gagliardi