summaryrefslogtreecommitdiff
path: root/new/test.c
AgeCommit message (Expand)Author
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-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-08Implemented uiEntry on GTK+.Pietro Gagliardi
2015-04-08Wrote up a new test program that will feature uiEntry when I write it (next).Pietro Gagliardi
2015-04-07Fixed compiler warnings. Stack works!Pietro Gagliardi
2015-04-07Wrote in the Stack test. The only thing left is to implement uiButton.preferr...Pietro Gagliardi
2015-04-07Fixed button showing on GTK+. GTK+ uiButton done!Pietro Gagliardi
2015-04-07Wrote up the initial uiButton implementation. It (mostly; just needs text and...Pietro Gagliardi
2015-04-06Fixed initial Mac OS X code.Pietro Gagliardi
2015-04-06Implemented what we have so far, but on Windows.Pietro Gagliardi
2015-04-06Started doing the C rewrite. Defined the basic initialization and main loop a...Pietro Gagliardi