summaryrefslogtreecommitdiff
path: root/new/test.c
AgeCommit message (Collapse)Author
2015-04-16Split the rewrite into a new repository.Pietro Gagliardi
2015-04-15Migrated test.c and fixed some errorss in ui.idl.Pietro Gagliardi
2015-04-14Changed uiStackAdd() to uiStackAppend() and uiStackRemove() to ↵Pietro Gagliardi
uiStackDelete(); this will be the naming system other containers will follow.
2015-04-13Added uiStackRemove(), the first removal function in package ui! That took ↵Pietro Gagliardi
long enough... Now I can piece together all the control and parent logic...
2015-04-12Quick update/fix to the test program.Pietro Gagliardi
2015-04-12Laid the foundation for tabs.Pietro Gagliardi
2015-04-11Made the necessary adjustments to the test program to test labels (and ↵Pietro Gagliardi
futureproof other layout changes); getting and setting text on Windows works.
2015-04-11Set up the foundation for uiLabel.Pietro Gagliardi
2015-04-11Laid the foundation for control showing, hiding, enabling, and disabling.Pietro Gagliardi
2015-04-10Decided to kill uiInitError and return the message as a const char * ↵Pietro Gagliardi
instead. Will need to implement on Windows.
2015-04-09Changed the allocation logging from a compile-time setting to the first ↵Pietro Gagliardi
initialization option.
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 ↵Pietro Gagliardi
uiButton.preferredSize()...
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 ↵Pietro Gagliardi
and for that I need to add a uiControlHandle()) works!
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 ↵Pietro Gagliardi
and window API and implemented them on GTK+.