summaryrefslogtreecommitdiff
path: root/redo/table_unix.go
AgeCommit message (Expand)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-22Wrapped GTK+ Areas in a GtkOverlay in preparation for adding OpenTextFieldAt().Pietro Gagliardi
2014-08-20Implemented Table.OnSelected() on the GTK+ backend.Pietro Gagliardi
2014-08-18Implemented Table.Selected()/Select() on GTK+, more TODOs, and a quick Window...Pietro Gagliardi
2014-08-17Implemented bool Table columns on the GTK+ backend.Pietro Gagliardi
2014-08-16Implemented ImageList and Table ImageIndex on GTK+.Pietro Gagliardi
2014-08-11Revert "Revert "Settled race condition TODOs across all platforms... as an un...Pietro Gagliardi
2014-08-11Revert "Settled race condition TODOs across all platforms... as an unfortunat...Pietro Gagliardi
2014-08-11Settled race condition TODOs across all platforms... as an unfortunate case :(Pietro Gagliardi
2014-08-08Removed borders from Areas on the GTK+ backend.Pietro Gagliardi
2014-08-05Set vertical alignment of Labels next to Areas on GTK+.Pietro Gagliardi
2014-08-04Removed Control.containerShow() and Control.containerHide() and the overall a...Pietro Gagliardi
2014-08-03Migrated the GTK+ backend to the new Control system. Added controlParent to d...Pietro Gagliardi
2014-07-30Applied Labels being vertically aligned to the top when next to a Table in th...Pietro Gagliardi
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
2014-07-29Began the implementation of Table on GTK+.Pietro Gagliardi