summaryrefslogtreecommitdiff
path: root/redo/basicctrls.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-20Added events and validity methods to TextField and implemented the events on ↵Pietro Gagliardi
the GTK+ backend.
2014-08-15Added Group and implemented it on GTK+.Pietro Gagliardi
2014-08-15Added Label.isStandalone(), used by Grid. Now for the Grid test...Pietro Gagliardi
2014-08-14Moved TODO about Labels to mergeback/grid.go; will worry when Grids become a ↵Pietro Gagliardi
thing again.
2014-08-14Cleaned up a bunch of TODOs, moving a few to future plans.Pietro Gagliardi
2014-08-13Rechecked Stack/Grid code; non-standalone Label behavior TODO removed.Pietro Gagliardi
2014-08-12More future plans.Pietro Gagliardi
2014-08-08Added nested and empty tabs to the test program, and fixed up relevant ↵Pietro Gagliardi
documentation.
2014-08-05More TODOs.Pietro Gagliardi
2014-08-05Renamed textField to textfield; this is just for the private implementation.Pietro Gagliardi
2014-08-04Began the big sizer cleanup: renamed sizer to container, renamed sizer.go to ↵Pietro Gagliardi
container.go, did the Mac OS X migration, moved containerctrls.go out of the way by merging its declarations into basicctrls.go, and did a quick cleanup fix to container_darwin.m.
2014-08-03Chagned Checkbox.OnClicked() to Checkbox.OnToggled(). The code restructure ↵Pietro Gagliardi
will allow this.
2014-08-01More TODOs.Pietro Gagliardi
2014-07-30Disambiguated what happens when a regular Label is used in a Standalone context.Pietro Gagliardi
2014-07-30Moved the definition of Control itself to control.go and updated some comments.Pietro Gagliardi
2014-07-30Renamed the controls* and containers* files to basicctrls* and ↵Pietro Gagliardi
containerctrls*, respectively, in preparation for the widget hierarchy redo.