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_darwin.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 Mac OS X.
Pietro Gagliardi
2014-07-25
Implemented Tab on Mac OS X. Woo! I'll need to add justification for what I'm...
Pietro Gagliardi
2014-07-25
Implemented the various parenting and sizing changes on the Mac OS X backend;...
Pietro Gagliardi
2014-07-23
Fixed compilation errors on Mac OS X. Reparenting works; redrawing, however...
Pietro Gagliardi
2014-07-22
Implemented Checkbox on Mac OS X. Also untested; will test next.
Pietro Gagliardi
2014-07-22
Added provisions for proper window redraw on Window.SetParent() and implement...
Pietro Gagliardi
2014-07-20
Added common_darwin.go; moved toBOOL() there.
Pietro Gagliardi
2014-07-19
Started dropping the whole request/response system because it fell apart... t...
Pietro Gagliardi
2014-07-17
Added button click events to the Mac OS X backend.
Pietro Gagliardi
2014-07-16
Added Button and control adding to the Mac OS X backend.
Pietro Gagliardi