summaryrefslogtreecommitdiff
path: root/redo/table_unix.go
AgeCommit message (Collapse)Author
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 GTK+ backend to the new Control system. Added controlParent to ↵Pietro Gagliardi
deal with interface issues; need to apply this to the Windows backend too.
2014-07-30Applied Labels being vertically aligned to the top when next to a Table in ↵Pietro Gagliardi
the GTK+ backend.
2014-07-30Applied the new Control system to the GTK+ backend.Pietro Gagliardi
2014-07-29Made column headers resizeable on GTK+ Tables.Pietro Gagliardi
2014-07-29Hooked all the GTK+ Table stuff together and got it working. Woo!Pietro Gagliardi
2014-07-29Added build guards to the GTK+ Table code.Pietro Gagliardi
2014-07-29Wrote the GTK+ Table model code. Mostly working; now it just needs an update ↵Pietro Gagliardi
mechanism...
2014-07-29Began the implementation of Table on GTK+.Pietro Gagliardi