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
/
new
/
ui.h
Age
Commit message (
Expand
)
Author
2015-04-09
Decided that uiCheckboxSetChecked() should NOT trigger an event. This require...
Pietro Gagliardi
2015-04-09
Changed the allocation logging from a compile-time setting to the first initi...
Pietro Gagliardi
2015-04-09
Added uiWindowMargined() and implemented it on all platforms.
Pietro Gagliardi
2015-04-09
Added uiStackPadded().
Pietro Gagliardi
2015-04-09
Finished Windows conversion. Works perfectly!
Pietro Gagliardi
2015-04-09
Big change time: decided to stop playing around with hiding and made both uiC...
Pietro Gagliardi
2015-04-09
Implemented padding in uiStack.
Pietro Gagliardi
2015-04-09
Added uiWindowSetMargined().
Pietro Gagliardi
2015-04-09
Implemented uiCheckbox(Set)Checked() on Mac OS X.
Pietro Gagliardi
2015-04-09
Added uiCheckboxChecked() and uiCheckboxSetChecked().
Pietro Gagliardi
2015-04-09
Implemented uiCheckbox on Windows. Fixed build issues in the test program.
Pietro Gagliardi
2015-04-09
Added uiCheckboxOnToggled().
Pietro Gagliardi
2015-04-09
Added a checkbox to the test program. It won't do anything just yet...
Pietro Gagliardi
2015-04-09
Re-enabled the text manipulation code in the test program.
Pietro Gagliardi
2015-04-08
Decided to call it uiEntry for now.
Pietro Gagliardi
2015-04-08
Decided not to take the suggestions of some TODOs in ui.h.
Pietro Gagliardi
2015-04-08
Started work on ensuring things get cleaned up. Added a destroy() method to u...
Pietro Gagliardi
2015-04-07
Added uiStack. Not yet tested; need to do a few things first.
Pietro Gagliardi
2015-04-07
Added uiControlHandle() and fixed other uiButton issues.
Pietro Gagliardi
2015-04-07
Wrote up the initial uiButton implementation. It (mostly; just needs text and...
Pietro Gagliardi
2015-04-07
Fixed build issues. Now I just need to hook resizing into uiWindow and implem...
Pietro Gagliardi
2015-04-06
Started doing the C rewrite. Defined the basic initialization and main loop a...
Pietro Gagliardi