aboutsummaryrefslogtreecommitdiffstats
path: root/src/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Add set_cursor_position functionPierre Krieger2015-03-101-0/+4
* Fix scrolling wheel behavior on OSXnwin2015-03-051-1/+1
* Add is_current functionPierre Krieger2015-03-042-0/+8
* Merge pull request #298 from andreasgal/mastertomaka2015-03-011-6/+2
|\
| * 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
|\
| * 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
* 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