summaryrefslogtreecommitdiff
path: root/redo/sizing_darwin.go
AgeCommit message (Collapse)Author
2014-08-02Migrated the Mac OS X backend to sizer. Once I get this control sizing stuff ↵Pietro Gagliardi
working there and the height of a Tab tab on Windows, I'm going to chuck this whole embedding thing and sacrifice a non-cluttered directory structure for CODE SIMPLICITY.
2014-07-30Ported the new Control setup to Mac OS X.Pietro Gagliardi
2014-07-28Began final simplification of size code. spaced is now a global variable; ↵Pietro Gagliardi
either all controls are given spacing now, or none will. beginResize() is a method on container again. Done on GTK+ and Mac OS X for now. I'm going to go ahead and implement this on Windows in a bit, regardless of whether that Stack Overflow question get answered or not, because ugggggggggh I just want to continue working on this project for fuck's sake!
2014-07-26Removed sizing.endResize(); it's not really used at this point.Pietro Gagliardi
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-17Migrated control sizing code for Mac OS X.Pietro Gagliardi