summaryrefslogtreecommitdiff
path: root/redo/textfield_darwin.go
AgeCommit message (Collapse)Author
2014-08-25Made the width of TextFields more reasonable on Mac OS X.Pietro Gagliardi
2014-08-24Added beep to TextFIeld.Invalid() on Mac OS X.Pietro Gagliardi
2014-08-20More TODOs.Pietro Gagliardi
2014-08-20Implemented TextField.Invalid() on Mac OS X.Pietro Gagliardi
2014-08-20Updated previous commit to work on password fields as well.Pietro Gagliardi
2014-08-20Implemented TextField.OnChanged() on Mac OS X.Pietro Gagliardi
2014-08-05Renamed textField to textfield; this is just for the private implementation.Pietro Gagliardi
2014-08-04Removed Control.containerShow() and Control.containerHide() and the overall ↵Pietro Gagliardi
ability to show and hide Controls in general; too much effort to get right.
2014-08-03Migrated the Mac OS X backend to the new Control setup.Pietro Gagliardi
2014-08-02Split all the Control implementations into their own files and renamed the ↵Pietro Gagliardi
containerctrls implementation files to say tab instead as they only hold Tab. This is the first part of what should hopefully be the final restructuring.