summaryrefslogtreecommitdiff
path: root/sysdata_darwin.go
AgeCommit message (Expand)Author
2014-04-05Removed TODO from Mac OS X code about additional label styles; judging from I...Pietro Gagliardi
2014-04-05Gave controls their proper fonts on Mac OS X.Pietro Gagliardi
2014-04-05Updated sysdata_darwin.go to remove some TODOs and change most, if not all, e...Pietro Gagliardi
2014-04-04Removed objc_alloc(). This should be all of them. Now to redo how classes are...Pietro Gagliardi
2014-04-04Removed objc_msgSend_rect(). This also consolidates all initWithFrame: calls ...Pietro Gagliardi
2014-04-04Removed objc_msgSend_rect_uint_uint_bool().Pietro Gagliardi
2014-04-04Removed objc_msgSend_rect_bool().Pietro Gagliardi
2014-04-04Removed objc_msgSend_uint().Pietro Gagliardi
2014-04-04Added a TODO related to the previous commit.Pietro Gagliardi
2014-04-04Mac OS X indeterminate progresbars were not animating under certain condition...Pietro Gagliardi
2014-04-04Got rid of objc_addDelegate(); it was only called in one place (Mac OS X Wind...Pietro Gagliardi
2014-04-04Fixed Mac OS X Button appearance; turns out it was using the wrong font. Also...Pietro Gagliardi
2014-04-03Enabled mouse move events on Mac OS X. Mosue events now just got stranger and...Pietro Gagliardi
2014-04-01Separated initial text from sysData.make() on the Mac OS X backend, completin...Pietro Gagliardi
2014-03-30Fixed Mac OS X Area setAreaSize() not working: I was using the NSWindow setFr...Pietro Gagliardi
2014-03-30Attempted to add the Area bare bones and resizing code to the Mac OS X backen...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Added indeterminate ProgressBar code for Mac OS X.Pietro Gagliardi
2014-03-11Removed error returns from Combobox.Delete(), Listbox.Delete(), and sysData.d...Pietro Gagliardi
2014-03-10Fixed compiler errors in the previous few commits.Pietro Gagliardi
2014-03-10Removed error returns from sysData.setText() now that we no longer care.Pietro Gagliardi
2014-03-09Removed now-unused error returns from sysData.show() and sysData.hide().Pietro Gagliardi
2014-03-09Split sysData.show() into separate show() and firstShow() to accomodate Windo...Pietro Gagliardi
2014-03-09Steamrolled errors under panic() in Combobox/Listbox.Append()/InsertBefore() ...Pietro Gagliardi
2014-03-08Added the Mac OS X implementation of Combobox/Listbox.Len().Pietro Gagliardi
2014-03-03Fixed Mac OS X control placement flipping. This is done by passing the height...Pietro Gagliardi
2014-03-03Split out the code to add a Control to a Mac OS X Window into its own function.Pietro Gagliardi
2014-03-03Removed crash guards from the Mac OS X sysData code. Also removed some leftov...Pietro Gagliardi
2014-03-03Added Mac OS X ProgressBars. Mac OS X now feature-equal!Pietro Gagliardi
2014-03-02Whoops, forgot to define sysData.selectedIndices() and sysData.selectedTexts(...Pietro Gagliardi
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. Th...Pietro Gagliardi
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. Befo...Pietro Gagliardi
2014-03-02Added the beginning of the Mac OS X implementation of Combobox; also added a ...Pietro Gagliardi
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 prepar...Pietro Gagliardi
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 wo...Pietro Gagliardi
2014-03-01Added the getSysData() hook. Now to clean up loose ends and apply the delegat...Pietro Gagliardi
2014-03-01Whoops, misspelled -[NSWindow frame] as -[NSWindow _frame]. Fixed; test progr...Pietro Gagliardi
2014-03-01Fixed Mac OS X sysData.setWindowSize() to get the window origin. Now to fix t...Pietro Gagliardi
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, hopef...Pietro Gagliardi