aboutsummaryrefslogtreecommitdiffstats
path: root/src/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #298 from andreasgal/mastertomaka2015-03-011-6/+2
|\ | | | | Make headless rendering work on Mac OS X 10.10
| * simplify pixel format requirements for cocoa offscreen renderingAndreas Gal2015-02-231-6/+2
| |
* | Implement set_cursor for osxBryan Bell2015-02-271-1/+33
|/
* Merge pull request #290 from frewsxcv/cleanuptomaka2015-02-221-6/+6
|\ | | | | Various cleanup commits
| * Stop using deprecated CString::from_slice constructorCorey Farwell2015-02-211-6/+6
| |
* | Fix MouseMoved by checking for NSDrag events as well, closes #288mitchmindtree2015-02-221-1/+4
|/
* Fixed errors on latest nightly, RingBuf -> VecDequemitchmindtree2015-02-212-10/+10
|
* expose the platform-specific window handle (currently Win only)Ryan Stewart2015-02-201-0/+4
|
* Improve the OpenGL context request systemPierre Krieger2015-02-181-4/+13
|
* Mac: Use platform specific iterators.Glenn Watson2015-02-101-107/+153
|
* Make the mouse wheel events match natural direction on osx.Glenn Watson2015-02-101-1/+1
|
* Rename enum variants of MouseButtonEduard Bopp2015-02-051-5/+5
| | | | | With enums that are namespaced by default, it seems reasonable to be less redundant in the variant naming here.
* Add tempory fix for #248Brendan Zabarauskas2015-02-031-1/+2
|
* Fix OSX buildBrendan Zabarauskas2015-01-301-29/+23
|
* Rename osx->cocoaBrendan Zabarauskas2015-01-264-0/+867