summaryrefslogtreecommitdiff
path: root/redo/controls_darwin.go
AgeCommit message (Expand)Author
2014-07-30Renamed the controls* and containers* files to basicctrls* and containerctrls...Pietro Gagliardi
2014-07-29Changed Control.setParent() to take the same argument type on all platforms; ...Pietro Gagliardi
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 I'm...Pietro Gagliardi
2014-07-25Implemented the various parenting and sizing changes on the Mac OS X backend;...Pietro Gagliardi
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 implement...Pietro Gagliardi
2014-07-20Added common_darwin.go; moved toBOOL() there.Pietro Gagliardi
2014-07-19Started dropping the whole request/response system because it fell apart... t...Pietro Gagliardi
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