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