summaryrefslogtreecommitdiff
path: root/redo/control_unix.go
AgeCommit message (Collapse)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-08Removed borders from Areas on the GTK+ backend.Pietro Gagliardi
2014-08-04Some slight Area cleanup.Pietro Gagliardi
2014-08-04Re-added Area on the GTK+ backend. Not yet working; need to reconnect signals.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-03Standardized basegetAuxResize() on the GTK+ backend to match the Mac OS X ↵Pietro Gagliardi
backend and controlbase.sh.
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-30Split out the default definitions of Control.allocate() into a single place.Pietro Gagliardi
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