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
/
basicctrls_darwin.m
Age
Commit message (
Collapse
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-27
More improvements to the Mac OS X TextField.Invalid() popover.
Pietro Gagliardi
2014-08-27
Renamed textField to textfield in the Mac OS X port for consistency.
Pietro Gagliardi
2014-08-27
Switched from NSPopover for the TextField.Invalid() warning on Mac OS X to a ↵
Pietro Gagliardi
custom window subclass.
2014-08-26
Cleaned up the TextField.Invalid() popover on Mac OS X a fair bit.
Pietro Gagliardi
2014-08-24
Added beep to TextFIeld.Invalid() on Mac OS X.
Pietro Gagliardi
2014-08-22
Started the Mac OS X implementation of Area.OpenTextFieldAt().
Pietro Gagliardi
2014-08-20
Implemented TextField.Invalid() on Mac OS X.
Pietro Gagliardi
2014-08-20
Implemented TextField.OnChanged() on Mac OS X.
Pietro Gagliardi
2014-08-16
Implemented Group on Mac OS X.
Pietro Gagliardi
2014-08-10
Really fixed Mac OS X text box borders this time =P
Pietro Gagliardi
2014-08-10
Fixed text field/label bordering on Mac OS X.
Pietro Gagliardi
2014-08-10
More .m file restructuring on the Mac OS X backend.
Pietro Gagliardi
2014-08-05
Removed the NSMakeRect(0, 0, 100, 100) dummy init rect from the Mac OS X ↵
Pietro Gagliardi
backend; NSZeroRect works fine for this after all. Thanks to jer in irc.freenode.net/#macdev.
2014-08-04
Fixed a small error that caused clicking a Checkbox to crash on Mac OS X.
Pietro Gagliardi
2014-08-03
Migrated the Mac OS X backend to the new Control setup.
Pietro Gagliardi
2014-07-30
Fixed up attributes of Table on Mac OS X.
Pietro Gagliardi
2014-07-30
Renamed the controls* and containers* files to basicctrls* and ↵
Pietro Gagliardi
containerctrls*, respectively, in preparation for the widget hierarchy redo.