summaryrefslogtreecommitdiff
path: root/bleh_darwin.m
AgeCommit message (Expand)Author
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 the sole objc_msgSendSuper() wrapper from bleh_darwin.m.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 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 some more exposition to a comment in bleh_darwin.m regarding tracking a...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-11Switched to alpha-premultiplied image data for Areas on Mac OS X. This is the...Pietro Gagliardi
2014-04-07Fixed AppQuit on Mac OS X (forgot to set the NSApp delegate AND was using the...Pietro Gagliardi
2014-04-06Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ...Pietro Gagliardi
2014-04-06Wrote an update on the NSUInteger/NSInteger situation in bleh_darwin.m.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-04Fixed 32-bit Mac OS X builds: Area crashed due to random ABI changes. Also mo...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-04Wrapper functions are no longer used (see the past few commits), so that comm...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
2014-03-30Added key events to Mac OS X Areas. Now Area is feature-complete (but buggy) ...Pietro Gagliardi
2014-03-30Implemented Area mouse events on Mac OS X. Also fixed a few other things left...Pietro Gagliardi
2014-03-30Implement Mac OS X AreaHandler.Paint().Pietro Gagliardi
2014-03-30When we created our delegate and view classes on Mac OS X, it turned out we w...Pietro Gagliardi
2014-03-30Attempted to add the Area bare bones and resizing code to the Mac OS X backen...Pietro Gagliardi
2014-03-29Added the beginning of the Mac OS X Area implementation. Also fixed the long-...Pietro Gagliardi
2014-03-05Have ui.Go() return on main() return on Mac OS X.Pietro Gagliardi
2014-03-03Fixed selection grabbing and also append/insert/removal crashes: all were sel...Pietro Gagliardi
2014-03-02Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't s...Pietro Gagliardi
2014-03-02Added untested Mac OS X Listbox code. Won't compile yet...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-01Expanded documentation for previous commit.Pietro Gagliardi
2014-03-01Fixed the preferredSize() stall. Dumb Intel ABI optimizations. Good thing wit...Pietro Gagliardi
2014-03-01Attempted to fix the lack of resizable window borders by setting the NSApplic...Pietro Gagliardi
2014-03-01Fixed most errors. Now I just need to add a sysData pool.Pietro Gagliardi
2014-03-01Reworded a comment in bleh_darwin.m: the docs don't imply the wrong informati...Pietro Gagliardi
2014-03-01Added a TODO marker to the last commit.Pietro Gagliardi
2014-03-01Fixed 32-bit Mac OS X builds (and also got rid of clang's current warnings): ...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