summaryrefslogtreecommitdiff
path: root/redo/window_darwin.go
AgeCommit message (Collapse)Author
2014-07-20Removed leftover TODO in window_darwin.go.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-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 ↵Pietro Gagliardi
child controls and resizing them.
2014-07-08Implemented window closing on Mac OS X. This drops the "single delegate ↵Pietro Gagliardi
object for everything" setup but keeping that map and holding its lock is already meh so.
2014-07-08Added the beginning of the Mac OS X code.Pietro Gagliardi