Commit Graph

27 Commits

Author SHA1 Message Date
Pietro Gagliardi 9fe564753c Added Spinbox and Slider. That *should* leave just Group, Tab, and Box... (and Area of course, but I want to finalize the interface more first) 2015-12-12 19:26:02 -05:00
Pietro Gagliardi a4c0102383 Added RadioButtons. 2015-12-12 19:05:41 -05:00
Pietro Gagliardi 0ceed24c24 Added DateTimePicker. 2015-12-12 18:59:01 -05:00
Pietro Gagliardi 2347394944 Added Separator. 2015-12-12 18:48:43 -05:00
Pietro Gagliardi ae710db0e9 Added ProgressBar. 2015-12-12 18:44:35 -05:00
Pietro Gagliardi 7b5f1e13c3 Added Label. 2015-12-12 16:59:57 -05:00
Pietro Gagliardi 302bd0313c Added Entry. 2015-12-12 16:44:32 -05:00
Pietro Gagliardi ee9d06ea60 Added uiCombobox. 2015-12-12 16:18:58 -05:00
Pietro Gagliardi 69cc823368 Added Button and Checkbox. 2015-12-12 15:52:43 -05:00
Pietro Gagliardi 31ae742daf Added uiWindow. 2015-12-12 13:37:36 -05:00
Pietro Gagliardi eb3a833dec Started the testing framework. 2015-12-11 22:58:21 -05:00
Pietro Gagliardi f8e3f12ab0 LET'S GET THIS FINAL REWRITE EVER STARTED 2015-12-11 20:37:59 -05:00
Pietro Gagliardi 23e6739dfa Added provisions for giving Table columns custom titles. Will now implement. 2015-02-21 14:58:07 -05:00
Pietro Gagliardi dc32a0e27a More ImageList removal. 2015-02-17 17:19:31 -05:00
Pietro Gagliardi 5fc368fc23 Started adding TextField.ReadOnly() and implemented it (mostly) on Windows. 2014-11-05 12:59:44 -05:00
Pietro Gagliardi 47600ec087 Added ProgressBar and implemented it on GTK+. 2014-11-04 08:48:36 -05:00
Pietro Gagliardi 7c96841392 Added Spinbox.OnChanged() and implemented it on GTK+ and Mac OS X. Implementing it on Windows is going to be a pain... 2014-10-31 19:57:48 -04:00
Pietro Gagliardi 6428b17b7f Started fleshing out the Spinbox interface. Added Value() and SetValue(); implemented on GTK+. Added min and max to the constructor; implemented on GTK+. 2014-10-30 12:17:09 -04:00
Pietro Gagliardi 649b52b6ef Set up the absolute basic Spinbox and implemented it on GTK+. This is easy 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-28 11:01:02 -04:00
Pietro Gagliardi 92c7598d9d Added Textbox and implemented it on Windows. 2014-10-23 16:54:21 -04:00
Pietro Gagliardi 62048303a3 Merged new container/sizing stuff. 2014-10-18 17:03:07 -04:00
Pietro Gagliardi 1b070b3f10 Revert "Began making the spaced property per-container." Things are more complicated here than it's worth. Will need to tear everything apart and redo the whole control hierarchy. Sigh...
This reverts commit ea391ef841.
2014-10-12 11:54:58 -04:00
Pietro Gagliardi ea391ef841 Began making the spaced property per-container. 2014-10-11 20:16:38 -04:00
Pietro Gagliardi 982004d050 go fmt. Precursor to bug report filing. 2014-10-02 10:05:53 -04:00
Pietro Gagliardi fd0ef41965 Set up a replacement for the new Grid test. It doesn't work, but now we can more easily fix it. 2014-09-03 18:36:33 -04:00
Pietro Gagliardi 2c4eecc9c3 Changed Grid to SimpleGrid in preparation for a better Grid. 2014-08-31 13:02:47 -04:00
Pietro Gagliardi 77bf566ebb ...in with the new. 2014-08-30 23:02:02 -04:00