aboutsummaryrefslogtreecommitdiffstats
path: root/src/cocoa/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Create reorganizationPierre Krieger2015-04-241-739/+0
* Add mouse hiding and more cursors for CocoaFelix Kaaman2015-04-171-20/+32
* Merge pull request #378 from bobakker/mastertomaka2015-04-131-10/+13
|\
| * Fixes #358Bo Bakker2015-04-121-10/+13
* | Adds get_pixel_format() to WindowPierre Krieger2015-04-111-0/+5
|/
* Modify WindowDelegate to own its state.Steven Sheldon2015-04-051-37/+33
* Fix OS X window closing bugBo Bakker2015-04-041-1/+1
* Removed unstable clone_from method so OSX can compile.Steven Sheldon2015-04-031-10/+0
* updating use statements from recent rust-cocoa module changesRyan Stewart2015-04-021-1/+3
* 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-241-72/+154
|\
| * 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-181-2/+2
| * 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
| * handle retain/release on cocoa objectsRyan Stewart2015-03-161-42/+92
* | 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-041-0/+4
* 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-211-6/+6
* 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-261-0/+574