summaryrefslogtreecommitdiff
path: root/redo/controls_darwin.go
AgeCommit message (Collapse)Author
2014-07-30Renamed the controls* and containers* files to basicctrls* and ↵Pietro Gagliardi
containerctrls*, respectively, in preparation for the widget hierarchy redo.
2014-07-29Changed Control.setParent() to take the same argument type on all platforms; ↵Pietro Gagliardi
this is needed for re-adding Stack and Grid. This argument type is defined by each platform.
2014-07-29Added Label and implemented it on all platforms.Pietro Gagliardi
2014-07-26Implemented TextField on Mac OS X.Pietro Gagliardi
2014-07-25Implemented Tab on Mac OS X. Woo! I'll need to add justification for what ↵Pietro Gagliardi
I'm doing with the whole recursive call thing; when I get confirmation from the GTK+ camp I will.
2014-07-25Implemented the various parenting and sizing changes on the Mac OS X ↵Pietro Gagliardi
backend; also moved a line in window_windows.go around for consistency.
2014-07-23Fixed compilation errors on Mac OS X. Reparenting works; redrawing, however...Pietro Gagliardi
2014-07-22Implemented Checkbox on Mac OS X. Also untested; will test next.Pietro Gagliardi
2014-07-22Added provisions for proper window redraw on Window.SetParent() and ↵Pietro Gagliardi
implemented them on Mac OS X; still untested.
2014-07-20Added common_darwin.go; moved toBOOL() there.Pietro Gagliardi
2014-07-19Started dropping the whole request/response system because it fell apart... ↵Pietro Gagliardi
time to make a ui.Do(func(){ ... })
2014-07-17Added button click events to the Mac OS X backend.Pietro Gagliardi
2014-07-16Added Button and control adding to the Mac OS X backend.Pietro Gagliardi