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
/
bleh_darwin.m
Age
Commit message (
Expand
)
Author
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-30
When we created our delegate and view classes on Mac OS X, it turned out we w...
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-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-03
Fixed selection grabbing and also append/insert/removal crashes: all were sel...
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
Expanded documentation for previous commit.
Pietro Gagliardi
2014-03-01
Fixed the preferredSize() stall. Dumb Intel ABI optimizations. Good thing wit...
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
Reworded a comment in bleh_darwin.m: the docs don't imply the wrong informati...
Pietro Gagliardi
2014-03-01
Added a TODO marker to the last commit.
Pietro Gagliardi
2014-03-01
Fixed 32-bit Mac OS X builds (and also got rid of clang's current warnings): ...
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
Fixed various Mac OS X compilation errors.
Pietro Gagliardi
2014-03-01
Added initial Mac OS X sysData code. Almost ready for first test build, hopef...
Pietro Gagliardi
2014-03-01
Added objc_msgSend_stret_size_noargs(), needed by the Mac OS X sysData.prefer...
Pietro Gagliardi
2014-03-01
Moved the Objective-C wrappers and helpers out of darwintest.
Pietro Gagliardi