index
:
jcarr/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-05-29
Checked to see if the previous commit worked after removing the leftover Comb...
Pietro Gagliardi
2014-05-19
Same as previous commit, but for Mac OS X now. The #cgo directives are in uit...
Pietro Gagliardi
2014-05-17
Found a method in NSArrayController via Stack Overflow which lets me suppress...
Pietro Gagliardi
2014-05-16
Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be mo...
Pietro Gagliardi
2014-05-16
Moved toBOOL() from sysdata_darwin.go to objc_darwin.go since it's used by ot...
Pietro Gagliardi
2014-05-16
Combined all the Objective-C headers into objc_darwin.h.
Pietro Gagliardi
2014-05-15
Removed all the objc_getClass() and sel_getUid() calls from the Go code on Ma...
Pietro Gagliardi
2014-05-15
Migrated everything else to Objective-C native; fixed a few things I missed a...
Pietro Gagliardi
2014-05-13
Finished migrating sysdata_darwin.go away from calling objc_msgSend() directl...
Pietro Gagliardi
2014-05-12
Further refactoring and de-runtime-izing of sysdata_darwin.go. These changes ...
Pietro Gagliardi
2014-05-12
Converted most of sysdata_darwin.go to regular Objective-C. I'll also standar...
Pietro Gagliardi
2014-05-12
Began the migration to native Objective-C by moving the NSWindow functions an...
Pietro Gagliardi
2014-05-11
Replaced the hackish indeterminate progress bar animation on Mac OS X (which ...
Pietro Gagliardi
2014-05-10
Added tracking areas to Area on Mac OS X so mouse move events can work; they ...
Pietro Gagliardi
2014-05-10
Preparation for adding tracking areas to Mac OS X Areas: we need to now pass ...
Pietro Gagliardi
2014-05-01
Added comment explaining the use of -[NSWindow setContentSize:] in Mac OS X s...
Pietro Gagliardi
2014-04-13
Fixed Mac OS X so that window sizes do not include the titlebar and frame.
Pietro Gagliardi
2014-04-13
Fixed Area test time label weirdness by making Labels truncate their text ins...
Pietro Gagliardi
2014-04-12
Fixed Listboxes on Mac OS X having an initial selection.
Pietro Gagliardi
2014-04-12
Fixed Comboboxes on Mac OS X having an initial selection. This also lays the ...
Pietro Gagliardi
2014-04-05
Removed TODO from Mac OS X code about additional label styles; judging from I...
Pietro Gagliardi
2014-04-05
Gave controls their proper fonts on Mac OS X.
Pietro Gagliardi
2014-04-05
Updated sysdata_darwin.go to remove some TODOs and change most, if not all, e...
Pietro Gagliardi
2014-04-04
Removed objc_alloc(). This should be all of them. Now to redo how classes are...
Pietro Gagliardi
2014-04-04
Removed objc_msgSend_rect(). This also consolidates all initWithFrame: calls ...
Pietro Gagliardi
2014-04-04
Removed objc_msgSend_rect_uint_uint_bool().
Pietro Gagliardi
2014-04-04
Removed objc_msgSend_rect_bool().
Pietro Gagliardi
2014-04-04
Removed objc_msgSend_uint().
Pietro Gagliardi
2014-04-04
Added a TODO related to the previous commit.
Pietro Gagliardi
2014-04-04
Mac OS X indeterminate progresbars were not animating under certain condition...
Pietro Gagliardi
2014-04-04
Got rid of objc_addDelegate(); it was only called in one place (Mac OS X Wind...
Pietro Gagliardi
2014-04-04
Fixed Mac OS X Button appearance; turns out it was using the wrong font. Also...
Pietro Gagliardi
2014-04-03
Enabled mouse move events on Mac OS X. Mosue events now just got stranger and...
Pietro Gagliardi
2014-04-01
Separated initial text from sysData.make() on the Mac OS X backend, completin...
Pietro Gagliardi
2014-03-30
Fixed Mac OS X Area setAreaSize() not working: I was using the NSWindow setFr...
Pietro Gagliardi
2014-03-30
Attempted to add the Area bare bones and resizing code to the Mac OS X backen...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Added indeterminate ProgressBar code for Mac OS X.
Pietro Gagliardi
2014-03-11
Removed error returns from Combobox.Delete(), Listbox.Delete(), and sysData.d...
Pietro Gagliardi
2014-03-10
Fixed compiler errors in the previous few commits.
Pietro Gagliardi
2014-03-10
Removed error returns from sysData.setText() now that we no longer care.
Pietro Gagliardi
2014-03-09
Removed now-unused error returns from sysData.show() and sysData.hide().
Pietro Gagliardi
2014-03-09
Split sysData.show() into separate show() and firstShow() to accomodate Windo...
Pietro Gagliardi
2014-03-09
Steamrolled errors under panic() in Combobox/Listbox.Append()/InsertBefore() ...
Pietro Gagliardi
2014-03-08
Added the Mac OS X implementation of Combobox/Listbox.Len().
Pietro Gagliardi
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
[next]