summaryrefslogtreecommitdiff
path: root/redo/controls.go
AgeCommit message (Expand)Author
2014-07-30Renamed the controls* and containers* files to basicctrls* and containerctrls...Pietro Gagliardi
2014-07-29Changed Control.setParent() to take the same argument type on all platforms; ...Pietro Gagliardi
2014-07-29Added Label and implemented it on all platforms.Pietro Gagliardi
2014-07-26Renamed LineEdit to TextField.Pietro Gagliardi
2014-07-25Simplified the control nesting model by removing Control.unparent() and requi...Pietro Gagliardi
2014-07-25Added the framework for tabs, added necessary assistant routines for tabs, an...Pietro Gagliardi
2014-07-24Re-added LineEdit interface. Honestly I'm not too thrilled with how the unpar...Pietro Gagliardi
2014-07-21Added Checkbox on the GTK+ backend, added a checkbox to the test program, and...Pietro Gagliardi
2014-07-21Disabled Checkbox for now; more stuff to do first.Pietro Gagliardi
2014-07-21Re-added Checkbox's interface specification (with th Request changes applied)...Pietro Gagliardi
2014-07-19Oops, NewButton() should return Button, not the backend type. Fixed.Pietro Gagliardi
2014-07-19Fixed more conversion kinks. Now for a major change...Pietro Gagliardi
2014-07-19Started dropping the whole request/response system because it fell apart... t...Pietro Gagliardi
2014-07-16Ported over the sizing framework from the old package and implemented it on t...Pietro Gagliardi
2014-07-15Added parenting/unparenting of controls to the GTK+ backend and the test prog...Pietro Gagliardi
2014-07-07Fixed most compilation errors and added GTK+ string helper functions to commo...Pietro Gagliardi
2014-07-07Made event handler setters return a Request, implemented stubs on GTK+ so I c...Pietro Gagliardi
2014-07-07Added GetNewButton as a helper function and split the other controls to xcont...Pietro Gagliardi
2014-07-07Started the redo Control system.Pietro Gagliardi