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
/
sysdata_darwin.m
Age
Commit message (
Expand
)
Author
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-26
Implemented Checkbox.SetChecked() on Mac OS X and updated the README.
Pietro Gagliardi
2014-06-22
Made LineEdit horizontally scrolling on Mac OS X. I'm not sure how I missed t...
Pietro Gagliardi
2014-06-11
Removed Mac OS X 10.6 support. Quite a hassle that version was...
Pietro Gagliardi
2014-06-11
Implemented Window.Center() on Mac OS X.
Pietro Gagliardi
2014-05-29
Checked to see if the previous commit worked after removing the leftover Comb...
Pietro Gagliardi
2014-05-28
Merged back combobox_darwin.m, rewrote it to use boundListboxArray() instead ...
Pietro Gagliardi
2014-05-20
Fixed the whole NSApplication.h thing so now the project builds with both 10....
Pietro Gagliardi
2014-05-20
Changed #include to #import on the Objective-C files to settle the whole incl...
Pietro Gagliardi
2014-05-20
Fixed the Mac OS X 10.6 building using a rather hackish approach... Now it wo...
Pietro Gagliardi
2014-05-16
Organized the dummyRect declarations/definitions/etc. in the Objective-C file...
Pietro Gagliardi
2014-05-16
Combined all the Objective-C headers into objc_darwin.h.
Pietro Gagliardi
2014-05-15
Removed the control font code from bleh_darwin.m and rewrote it in Objective-...
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