summaryrefslogtreecommitdiff
path: root/redo/window_darwin.go
AgeCommit message (Expand)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-11Renamed Mac OS X's container's view field to id to be in sync with the other ...Pietro Gagliardi
2014-08-04Fixed the broken Mac OS X build and removed some leftover debugging cruft.Pietro Gagliardi
2014-08-04Converted Window on Mac OS X to use the new container system. Now I can merge...Pietro Gagliardi
2014-08-02Migrated the Mac OS X backend to sizer. Once I get this control sizing stuff ...Pietro Gagliardi
2014-07-29Changed Control.setParent() to take the same argument type on all platforms; ...Pietro Gagliardi
2014-07-28Fixed the proper recursive application of spaced on Windows tabs by having co...Pietro Gagliardi
2014-07-28Began final simplification of size code. spaced is now a global variable; eit...Pietro Gagliardi
2014-07-26Made the sizing recursive chain idempotent and added a -spaced option to the ...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-22Moved Window.SetControl() into window.go pending addition of fake resize events.Pietro Gagliardi
2014-07-20Removed leftover TODO in window_darwin.go.Pietro Gagliardi
2014-07-19Started dropping the whole request/response system because it fell apart... t...Pietro Gagliardi
2014-07-18Fixed control positioning on initial window show on Mac OS X.Pietro Gagliardi
2014-07-17Migrated control sizing code for Mac OS X.Pietro Gagliardi
2014-07-16Added Button and control adding to the Mac OS X backend.Pietro Gagliardi
2014-07-15Implemented window resize handling on Mac OS X. Now for actually setting chil...Pietro Gagliardi
2014-07-08Implemented window closing on Mac OS X. This drops the "single delegate objec...Pietro Gagliardi
2014-07-08Added the beginning of the Mac OS X code.Pietro Gagliardi