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