summaryrefslogtreecommitdiff
path: root/sysdata_darwin.go
AgeCommit message (Collapse)Author
2014-03-02Added untested Mac OS X Listbox code. Won't compile yet...Pietro Gagliardi
2014-03-02Added Mac OS X Labels and a bunch of TODOs. Now for Listboxes... oh boy...Pietro Gagliardi
2014-03-02Added the Mac OS X implementation of LineEdit. It seems to work... mostly. ↵Pietro Gagliardi
The password entry field is outside the window for some reason; need to figure out how to place things in their proper place.
2014-03-02Finished the implementation of Combobox on Mac OS X.Pietro Gagliardi
2014-03-02Added the other Combobox modification functions to the Mac OS X backend. ↵Pietro Gagliardi
Before continuing, I'll get messageboxes working...
2014-03-02Added the beginning of the Mac OS X implementation of Combobox; also added a ↵Pietro Gagliardi
file to plan out how lists will be implemented/are being implemented.
2014-03-02Added an alternate textsel for Mac OS X Comboboxes.Pietro Gagliardi
2014-03-02Added the alternate value as a parameter to Mac OS X sysData.make() in ↵Pietro Gagliardi
preparation for Comboboxes and Listboxes.
2014-03-02Added Mac OS X Checkboxes.Pietro Gagliardi
2014-03-01Added Mac OS X Buttons. Code hangs due to a preferredSize() issue...Pietro Gagliardi
2014-03-01Fixed non-minimizeable windows in Mac OS X; it was a simple copy-paste fail.Pietro Gagliardi
2014-03-01Cleaned up loose ends with the previous commit and got window close events ↵Pietro Gagliardi
working on Mac OS X. Woo!
2014-03-01Added the getSysData() hook. Now to clean up loose ends and apply the ↵Pietro Gagliardi
delegate to the window.
2014-03-01Whoops, misspelled -[NSWindow frame] as -[NSWindow _frame]. Fixed; test ↵Pietro Gagliardi
program works so far!
2014-03-01Fixed Mac OS X sysData.setWindowSize() to get the window origin. Now to fix ↵Pietro Gagliardi
the rest of the errors...
2014-03-01Fixed various Mac OS X compilation errors.Pietro Gagliardi
2014-03-01Added initial Mac OS X sysData code. Almost ready for first test build, ↵Pietro Gagliardi
hopefully?