summaryrefslogtreecommitdiff
path: root/basicctrls.go
AgeCommit message (Collapse)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2015-02-16More TODOs.Pietro Gagliardi
2014-11-05Started adding TextField.ReadOnly() and implemented it (mostly) on Windows.Pietro Gagliardi
2014-11-04More TODOs.Pietro Gagliardi
2014-11-04Added ProgressBar and implemented it on GTK+.Pietro Gagliardi
2014-10-31More TODOs.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-28More Spinbox planning TODOs.Pietro Gagliardi
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-27More TODOs.Pietro Gagliardi
2014-10-23Added Textbox and implemented it on Windows.Pietro Gagliardi
2014-10-18Merged new container/sizing stuff.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi