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 (
Collapse
)
Author
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... ↵
Pietro Gagliardi
time to make a ui.Do(func(){ ... })
2014-07-16
Ported over the sizing framework from the old package and implemented it on ↵
Pietro Gagliardi
the GTK+ backend.
2014-07-15
Added parenting/unparenting of controls to the GTK+ backend and the test ↵
Pietro Gagliardi
program.
2014-07-07
Fixed most compilation errors and added GTK+ string helper functions to ↵
Pietro Gagliardi
common_unix.go.
2014-07-07
Made event handler setters return a Request, implemented stubs on GTK+ so I ↵
Pietro Gagliardi
can build a test, and made documentation consistent.
2014-07-07
Added GetNewButton as a helper function and split the other controls to ↵
Pietro Gagliardi
xcontrols pending their addition.
2014-07-07
Started the redo Control system.
Pietro Gagliardi