index
:
go.wit.com/dev/andlabs/ui.git
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_unix.go
Age
Commit message (
Collapse
)
Author
2014-08-04
Removed 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-03
Migrated 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-30
Applied Labels being vertically aligned to the top when next to a Table in ↵
Pietro Gagliardi
the GTK+ backend.
2014-07-30
Applied the new Control system to the GTK+ backend.
Pietro Gagliardi
2014-07-29
Made column headers resizeable on GTK+ Tables.
Pietro Gagliardi
2014-07-29
Hooked all the GTK+ Table stuff together and got it working. Woo!
Pietro Gagliardi
2014-07-29
Added build guards to the GTK+ Table code.
Pietro Gagliardi
2014-07-29
Wrote the GTK+ Table model code. Mostly working; now it just needs an update ↵
Pietro Gagliardi
mechanism...
2014-07-29
Began the implementation of Table on GTK+.
Pietro Gagliardi