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
/
objc_darwin.h
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-28
Merged back combobox_darwin.m, rewrote it to use boundListboxArray() instead ...
Pietro Gagliardi
2014-05-19
Set up the Mac OS X build to always target Mac OS X 10.6 regardless of the ho...
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
Resolved the TODO about one of the functions in sysdata_darwin.m not being pr...
Pietro Gagliardi
2014-05-16
Combined all the Objective-C headers into objc_darwin.h.
Pietro Gagliardi
2014-05-16
Cleaned up objc_darwin.h and changed all instances of int64_t in the wrapper ...
Pietro Gagliardi
2014-05-16
Removed bleh_darwin.m and the initBleh() function that it contained as its on...
Pietro Gagliardi
2014-05-15
Removed the dummy NSEvent code from bleh_darwin.m and rewrote it in Objective...
Pietro Gagliardi
2014-05-15
Removed some residual drawRect: stuff from bleh_darwin.m. So close...
Pietro Gagliardi
2014-05-15
Removed the Area drawing code from bleh_darwin.m and rewrote it in Objective-...
Pietro Gagliardi
2014-05-15
Removed the event point translation from bleh_darwin.m and rewrote it in Obje...
Pietro Gagliardi
2014-05-15
Removed the control font code from bleh_darwin.m and rewrote it in Objective-...
Pietro Gagliardi
2014-05-15
Removed the stray applicationShouldTerminate: stuff from bleh_darwin.m. (dele...
Pietro Gagliardi
2014-05-15
Removed bleh_darwin.m's tracking area logic and rewrote it in Objective-C in ...
Pietro Gagliardi
2014-05-15
Removed most, if not all, of the objc_msgSend() wrappers.
Pietro Gagliardi
2014-05-15
Migrated everything else to Objective-C native; fixed a few things I missed a...
Pietro Gagliardi
2014-05-15
Migrated the new Objective-C-based Mac OS X Listbox code in and got rid of th...
Pietro Gagliardi
2014-05-12
Handled AreaHandler.Mouse()'s handled return properly on Mac OS X. Also fixed...
Pietro Gagliardi
2014-05-12
Replaced the horribly memory-inefficient NSIndexSet operation to get the list...
Pietro Gagliardi
2014-05-10
Added tracking areas to Area on Mac OS X so mouse move events can work; they ...
Pietro Gagliardi
2014-04-13
Fixed Mac OS X so that window sizes do not include the titlebar and frame.
Pietro Gagliardi
2014-04-06
Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ...
Pietro Gagliardi
2014-04-05
Moved all selector and class initialization for bleh_darwin.m into its own fu...
Pietro Gagliardi
2014-04-05
Removed NilClass from the shared Mac OS X files (objc_darwin.h and bleh_darwi...
Pietro Gagliardi
2014-04-04
Changed the way drawRect: was being added to our Mac OS X Area such that we n...
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
Fixed Mac OS X Button appearance; turns out it was using the wrong font. Also...
Pietro Gagliardi
2014-03-30
Added key events to Mac OS X Areas. Now Area is feature-complete (but buggy) ...
Pietro Gagliardi
2014-03-30
Implemented Area mouse events on Mac OS X. Also fixed a few other things left...
Pietro Gagliardi
2014-03-30
Implement Mac OS X AreaHandler.Paint().
Pietro Gagliardi
2014-03-29
Added the beginning of the Mac OS X Area implementation. Also fixed the long-...
Pietro Gagliardi
2014-03-05
Have ui.Go() return on main() return on Mac OS X.
Pietro Gagliardi
2014-03-05
Xcode 4 comes with a version of clang that treats inline differently: it requ...
Pietro Gagliardi
2014-03-03
Added Mac OS X ProgressBars. Mac OS X now feature-equal!
Pietro Gagliardi
2014-03-02
Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't s...
Pietro Gagliardi
2014-03-02
Added untested Mac OS X Listbox code. Won't compile yet...
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-01
Attempted to fix the lack of resizable window borders by setting the NSApplic...
Pietro Gagliardi
2014-03-01
Fixed most errors. Now I just need to add a sysData pool.
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
Added initial Mac OS X sysData code. Almost ready for first test build, hopef...
Pietro Gagliardi
2014-03-01
Fixed typo in objc_darwin.h.
Pietro Gagliardi
2014-03-01
Added objc_msgSend_ptr(), needed by uitask_darwin.go.
Pietro Gagliardi
2014-03-01
Added objc_msgSend_stret_size_noargs(), needed by the Mac OS X sysData.prefer...
Pietro Gagliardi
[next]