aboutsummaryrefslogtreecommitdiffstats
path: root/src/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Fixed error where rustc couldn't infer the typemitchmindtree2015-04-011-1/+1
* Audit msg_send return types.Steven Sheldon2015-03-281-12/+12
* Change grab_cursor and ungrab_cursor to set_cursor_statePierre Krieger2015-03-261-1/+5
* Updated to use objc lib.Steven Sheldon2015-03-251-84/+56
* Fix compilation by replacing "range" with ".." syntaxCam Jackson2015-03-251-1/+1
* Merge pull request #316 from binsoftware/cocoa-fixesBrendan Zabarauskas2015-03-242-72/+160
|\
| * add and use IdRef::non_nil() instead of doing deref'd comparisons against nilRyan Stewart2015-03-181-27/+24
| * fix headless build by ensuring NativeMonitorId enum is available internally e...Ryan Stewart2015-03-182-5/+5
| * 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
* | Upgrade to latest RustSven Nilsen2015-03-231-1/+1
* | Fix waking up mac event loop from thread.Glenn Watson2015-03-201-1/+3
|/
* 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