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_unix.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
Implemented TextField on GTK+.
Pietro Gagliardi
2014-07-25
Implemented Tab on GTK+. I really don't like the way sizing works now...
Pietro Gagliardi
2014-07-25
Updated the GTK+ backend to have the new parenting and sizing changes. Now to...
Pietro Gagliardi
2014-07-22
Oops, forgot to fill in a name in a comment in the previous commit. Fixed.
Pietro Gagliardi
2014-07-22
Implemented the Control parent/unparent redraw provisions on the GTK+ backend.
Pietro Gagliardi
2014-07-21
Added Checkbox on the GTK+ backend, added a checkbox to the test program, and...
Pietro Gagliardi
2014-07-19
Started dropping the whole request/response system because it fell apart... t...
Pietro Gagliardi
2014-07-17
Changed the GTK+ files so they would not compile on Windows; this is needed n...
Pietro Gagliardi
2014-07-17
Implemented button clicking on GTK+.
Pietro Gagliardi
2014-07-15
Added parenting/unparenting of controls to the GTK+ backend and the test prog...
Pietro Gagliardi
2014-07-08
Added the beginning of the Mac OS X code.
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 the GTK+ implementation of Window, added the Window constructors, and r...
Pietro Gagliardi
2014-07-07
Added beginning of Unix Control reimplementation.
Pietro Gagliardi