summaryrefslogtreecommitdiff
path: root/redo/table_darwin.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-20Implemented Table.OnSelected() on Mac OS X.Pietro Gagliardi
2014-08-18Implemented Table.Selected()/Select() on Mac OS X. Also more TODOs.Pietro Gagliardi
2014-08-17Added bool Table columns on Mac OS X.Pietro Gagliardi
2014-08-16Implemented ImageList and Table ImageIndex on Mac OS X.Pietro Gagliardi
2014-08-11Revert "Revert "Settled race condition TODOs across all platforms... as an ↵Pietro Gagliardi
unfortunate case :("" Put this back on master so we can debug. This reverts commit 67adbd43a1bbf35fdc3963b34ae5631758006fee.
2014-08-11Revert "Settled race condition TODOs across all platforms... as an ↵Pietro Gagliardi
unfortunate case :(" Things broke when introducing this after the new GC... let's see if this broke under the new GC or not. This reverts commit b198a4dfec53a15eac5cdca9fe9d91c145a0119c.
2014-08-11Settled race condition TODOs across all platforms... as an unfortunate case :(Pietro Gagliardi
2014-08-10Stored table column numbers more efficiently on Mac OS X.Pietro Gagliardi
2014-08-10Made a more intelligent Table.preferredSize() for Mac OS X.Pietro Gagliardi
2014-08-10Removed borders from Areas on Mac OS X.Pietro Gagliardi
2014-08-04Removed Control.containerShow() and Control.containerHide() and the overall ↵Pietro Gagliardi
ability to show and hide Controls in general; too much effort to get right.
2014-08-03Migrated the Mac OS X backend to the new Control setup.Pietro Gagliardi
2014-07-30Ported the new Control setup to Mac OS X.Pietro Gagliardi
2014-07-29Wrote up the data model for Mac OS X Tables; now Tables work everywhere!Pietro Gagliardi
2014-07-29Added the beginning of the Mac OS X Table code.Pietro Gagliardi