index
:
interesting/andlabs-ui
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
/
sysdata_darwin.go
Age
Commit message (
Expand
)
Author
2014-03-03
Fixed Mac OS X control placement flipping. This is done by passing the height...
Pietro Gagliardi
2014-03-03
Split out the code to add a Control to a Mac OS X Window into its own function.
Pietro Gagliardi
2014-03-03
Removed crash guards from the Mac OS X sysData code. Also removed some leftov...
Pietro Gagliardi
2014-03-03
Added Mac OS X ProgressBars. Mac OS X now feature-equal!
Pietro Gagliardi
2014-03-02
Whoops, forgot to define sysData.selectedIndices() and sysData.selectedTexts(...
Pietro Gagliardi
2014-03-02
Added untested Mac OS X Listbox code. Won't compile yet...
Pietro Gagliardi
2014-03-02
Added Mac OS X Labels and a bunch of TODOs. Now for Listboxes... oh boy...
Pietro Gagliardi
2014-03-02
Added the Mac OS X implementation of LineEdit. It seems to work... mostly. Th...
Pietro Gagliardi
2014-03-02
Finished the implementation of Combobox on Mac OS X.
Pietro Gagliardi
2014-03-02
Added the other Combobox modification functions to the Mac OS X backend. Befo...
Pietro Gagliardi
2014-03-02
Added the beginning of the Mac OS X implementation of Combobox; also added a ...
Pietro Gagliardi
2014-03-02
Added an alternate textsel for Mac OS X Comboboxes.
Pietro Gagliardi
2014-03-02
Added the alternate value as a parameter to Mac OS X sysData.make() in prepar...
Pietro Gagliardi
2014-03-02
Added Mac OS X Checkboxes.
Pietro Gagliardi
2014-03-01
Added Mac OS X Buttons. Code hangs due to a preferredSize() issue...
Pietro Gagliardi
2014-03-01
Fixed non-minimizeable windows in Mac OS X; it was a simple copy-paste fail.
Pietro Gagliardi
2014-03-01
Cleaned up loose ends with the previous commit and got window close events wo...
Pietro Gagliardi
2014-03-01
Added the getSysData() hook. Now to clean up loose ends and apply the delegat...
Pietro Gagliardi
2014-03-01
Whoops, misspelled -[NSWindow frame] as -[NSWindow _frame]. Fixed; test progr...
Pietro Gagliardi
2014-03-01
Fixed Mac OS X sysData.setWindowSize() to get the window origin. Now to fix t...
Pietro Gagliardi
2014-03-01
Fixed various Mac OS X compilation errors.
Pietro Gagliardi
2014-03-01
Added initial Mac OS X sysData code. Almost ready for first test build, hopef...
Pietro Gagliardi