index
:
interesting/andlabs-ui
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redo
/
table_darwin.m
Age
Commit message (
Collapse
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-25
Settled some strict typing issues on the Mac OS X backend.
Pietro Gagliardi
2014-08-20
Implemented Table.OnSelected() on Mac OS X.
Pietro Gagliardi
2014-08-18
Implemented Table.Selected()/Select() on Mac OS X. Also more TODOs.
Pietro Gagliardi
2014-08-17
Added bool Table columns on Mac OS X.
Pietro Gagliardi
2014-08-16
Implemented ImageList and Table ImageIndex on Mac OS X.
Pietro Gagliardi
2014-08-11
Finished Table cell text layout styles on Mac OS X.
Pietro Gagliardi
2014-08-10
Started setting text layout options for Table on Mac OS X.
Pietro Gagliardi
2014-08-10
Stored table column numbers more efficiently on Mac OS X.
Pietro Gagliardi
2014-08-10
Made a more intelligent Table.preferredSize() for Mac OS X.
Pietro Gagliardi
2014-08-08
More TODO/future plan separation.
Pietro Gagliardi
2014-08-05
Removed the NSMakeRect(0, 0, 100, 100) dummy init rect from the Mac OS X ↵
Pietro Gagliardi
backend; NSZeroRect works fine for this after all. Thanks to jer in irc.freenode.net/#macdev.
2014-07-30
Fixed up attributes of Table on Mac OS X.
Pietro Gagliardi
2014-07-30
Moved the Mac OS X function newScrollView() to control_darwin.m and verified ↵
Pietro Gagliardi
its styles against Interface Builder.
2014-07-29
Wrote up the data model for Mac OS X Tables; now Tables work everywhere!
Pietro Gagliardi
2014-07-29
Added the beginning of the Mac OS X Table code.
Pietro Gagliardi