aboutsummaryrefslogtreecommitdiffstats
path: root/src/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* implement Window is_current() for cocoa backendRyan Stewart2015-03-161-1/+9
|
* honor the passed-in MonitorID when using with_fullscreen() in cocoa backendRyan Stewart2015-03-161-8/+35
|
* expose platform-native monitor identifierRyan Stewart2015-03-161-0/+6
|
* handle retain/release on cocoa objectsRyan Stewart2015-03-161-42/+92
|
* Add set_cursor_position functionPierre Krieger2015-03-101-0/+4
|
* Fix scrolling wheel behavior on OSXnwin2015-03-051-1/+1
| | | Fix regression introduced by #95b1c96 for the fix in #25fa4df
* Add is_current functionPierre Krieger2015-03-042-0/+8
|
* 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