summaryrefslogtreecommitdiff
path: root/objc_darwin.h
AgeCommit message (Expand)Author
2014-07-03Implemented Post() on Mac OS X.Pietro Gagliardi
2014-07-03Removed uitask and made the Window creation functions only callable from the ...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-07-01Migrated the Mac OS X backend to the new uitask system.Pietro Gagliardi
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-29More dialog_darwin.go/.m conversion.Pietro Gagliardi
2014-06-26Implemented Checkbox.SetChecked() on Mac OS X and updated the README.Pietro Gagliardi
2014-06-26Fixed label alignment on Mac OS X for real now.Pietro Gagliardi
2014-06-26Undid the whole yoff spiel on Mac OS X. NOW I'll merge the new sizing system ...Pietro Gagliardi
2014-06-25(Somewhat hackily) implemented the new label rules on Mac OS X.Pietro Gagliardi
2014-06-11Removed Mac OS X 10.6 support. Quite a hassle that version was...Pietro Gagliardi
2014-06-11Implemented Window.Center() on Mac OS X.Pietro Gagliardi
2014-06-08Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() f...Pietro Gagliardi
2014-06-07Fixed Command key up on Mac OS X. This fix also fixes Help key down, so remov...Pietro Gagliardi
2014-06-06Set Area's preferred size in the documentation and on Windows and Mac OS X.Pietro Gagliardi
2014-06-05Implemented message box transience on Mac OS X.Pietro Gagliardi
2014-05-29Checked to see if the previous commit worked after removing the leftover Comb...Pietro Gagliardi
2014-05-28Merged back combobox_darwin.m, rewrote it to use boundListboxArray() instead ...Pietro Gagliardi
2014-05-19Set up the Mac OS X build to always target Mac OS X 10.6 regardless of the ho...Pietro Gagliardi
2014-05-17Found a method in NSArrayController via Stack Overflow which lets me suppress...Pietro Gagliardi
2014-05-16Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be mo...Pietro Gagliardi
2014-05-16Resolved the TODO about one of the functions in sysdata_darwin.m not being pr...Pietro Gagliardi
2014-05-16Combined all the Objective-C headers into objc_darwin.h.Pietro Gagliardi
2014-05-16Cleaned up objc_darwin.h and changed all instances of int64_t in the wrapper ...Pietro Gagliardi
2014-05-16Removed bleh_darwin.m and the initBleh() function that it contained as its on...Pietro Gagliardi
2014-05-15Removed the dummy NSEvent code from bleh_darwin.m and rewrote it in Objective...Pietro Gagliardi
2014-05-15Removed some residual drawRect: stuff from bleh_darwin.m. So close...Pietro Gagliardi
2014-05-15Removed the Area drawing code from bleh_darwin.m and rewrote it in Objective-...Pietro Gagliardi
2014-05-15Removed the event point translation from bleh_darwin.m and rewrote it in Obje...Pietro Gagliardi
2014-05-15Removed the control font code from bleh_darwin.m and rewrote it in Objective-...Pietro Gagliardi
2014-05-15Removed the stray applicationShouldTerminate: stuff from bleh_darwin.m. (dele...Pietro Gagliardi
2014-05-15Removed bleh_darwin.m's tracking area logic and rewrote it in Objective-C in ...Pietro Gagliardi
2014-05-15Removed most, if not all, of the objc_msgSend() wrappers.Pietro Gagliardi
2014-05-15Migrated everything else to Objective-C native; fixed a few things I missed a...Pietro Gagliardi
2014-05-15Migrated the new Objective-C-based Mac OS X Listbox code in and got rid of th...Pietro Gagliardi
2014-05-12Handled AreaHandler.Mouse()'s handled return properly on Mac OS X. Also fixed...Pietro Gagliardi
2014-05-12Replaced the horribly memory-inefficient NSIndexSet operation to get the list...Pietro Gagliardi
2014-05-10Added tracking areas to Area on Mac OS X so mouse move events can work; they ...Pietro Gagliardi
2014-04-13Fixed Mac OS X so that window sizes do not include the titlebar and frame.Pietro Gagliardi
2014-04-06Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ...Pietro Gagliardi
2014-04-05Moved all selector and class initialization for bleh_darwin.m into its own fu...Pietro Gagliardi
2014-04-05Removed NilClass from the shared Mac OS X files (objc_darwin.h and bleh_darwi...Pietro Gagliardi
2014-04-04Changed the way drawRect: was being added to our Mac OS X Area such that we n...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-04Fixed Mac OS X Button appearance; turns out it was using the wrong font. Also...Pietro Gagliardi