summaryrefslogtreecommitdiff
path: root/zz_test.go
AgeCommit message (Collapse)Author
2018-08-11Moved the existing .go files out of the way and replaced ui.h with the ↵Pietro Gagliardi
alpha4 ui.h.
2015-12-12Ported the test page 1 from libui.Pietro Gagliardi
2015-12-12Migrated page2 from the libui test to ui.Pietro Gagliardi
2015-12-12Added Box. Phew! Now to port over the libui test program...Pietro Gagliardi
2015-12-12Added Tab. That just leaves Box...Pietro Gagliardi
2015-12-12Added Group.Pietro Gagliardi
2015-12-12Added Spinbox and Slider. That *should* leave just Group, Tab, and Box... ↵Pietro Gagliardi
(and Area of course, but I want to finalize the interface more first)
2015-12-12Added RadioButtons.Pietro Gagliardi
2015-12-12Added DateTimePicker.Pietro Gagliardi
2015-12-12Added Separator.Pietro Gagliardi
2015-12-12Added ProgressBar.Pietro Gagliardi
2015-12-12Added Label.Pietro Gagliardi
2015-12-12Added Entry.Pietro Gagliardi
2015-12-12Added uiCombobox.Pietro Gagliardi
2015-12-12Added Button and Checkbox.Pietro Gagliardi
2015-12-12Added uiWindow.Pietro Gagliardi
2015-12-11Started the testing framework.Pietro Gagliardi
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2015-02-21Added provisions for giving Table columns custom titles. Will now implement.Pietro Gagliardi
2015-02-17More ImageList removal.Pietro Gagliardi
2014-11-05Started adding TextField.ReadOnly() and implemented it (mostly) on Windows.Pietro Gagliardi
2014-11-04Added ProgressBar and implemented it on GTK+.Pietro Gagliardi
2014-10-31Added Spinbox.OnChanged() and implemented it on GTK+ and Mac OS X. ↵Pietro Gagliardi
Implementing it on Windows is going to be a pain...
2014-10-30Started fleshing out the Spinbox interface. Added Value() and SetValue(); ↵Pietro Gagliardi
implemented on GTK+. Added min and max to the constructor; implemented on GTK+.
2014-10-28Set up the absolute basic Spinbox and implemented it on GTK+. This is easy ↵Pietro Gagliardi
as it's one control on GTK+; now we have to do it on Windows and Mac OS X. And on those platforms, those are two separate controls (a standard edit control and an up-down/NSSpinner).
2014-10-23Added Textbox and implemented it on Windows.Pietro Gagliardi
2014-10-18Merged new container/sizing stuff.Pietro Gagliardi
2014-10-12Revert "Began making the spaced property per-container." Things are more ↵Pietro Gagliardi
complicated here than it's worth. Will need to tear everything apart and redo the whole control hierarchy. Sigh... This reverts commit ea391ef84109f42f7b5cf51b4976845e9320aa3f.
2014-10-11Began making the spaced property per-container.Pietro Gagliardi
2014-10-02go fmt. Precursor to bug report filing.Pietro Gagliardi
2014-09-03Set up a replacement for the new Grid test. It doesn't work, but now we can ↵Pietro Gagliardi
more easily fix it.
2014-08-31Changed Grid to SimpleGrid in preparation for a better Grid.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi