summaryrefslogtreecommitdiff
path: root/redo/controls.go
AgeCommit message (Expand)Author
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