aboutsummaryrefslogtreecommitdiffstats
path: root/src/osx/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename osx->cocoaBrendan Zabarauskas2015-01-261-574/+0
* Implement some more osx stuffBrendan Zabarauskas2015-01-261-19/+29
* {true, false}->{YES, NO}Brendan Zabarauskas2015-01-261-8/+8
* Move osx delegate stuff into separate typeBrendan Zabarauskas2015-01-201-58/+108
* if letifyBrendan Zabarauskas2015-01-191-8/+5
* Add missing get_api stubs.Glenn Watson2015-01-191-3/+22
* Clean up pattern matchesBrendan Zabarauskas2015-01-181-16/+14
* Remove unnecessary inner methodBrendan Zabarauskas2015-01-181-16/+12
* Remove AsciiExt import, s/uint/u32/, delete some files I accidentallyJames Gilles2015-01-171-6/+5
* Merge PixelPirate's changes and fix merge conflictsJames Gilles2015-01-171-4/+11
|\
| * Removed NSOpenGLPFAOpenGLProfiles enum in favor of the one defined in the App...Patrick Horlebein2014-12-301-15/+4
| * Fixed missing std::ascii::AsciiExt importPatrick Horlebein2014-12-301-0/+1
| * Minor match clause cleanupPatrick Horlebein2014-12-291-3/+1
| * Fixed deprecation warningsPatrick Horlebein2014-12-291-2/+2
| * Started adding support for selection OpenGL versions on OS X. Needs issue #17...Patrick Horlebein2014-12-291-4/+23
* | More OS/X fixesPierre Krieger2015-01-151-4/+4
* | More OS/X fixesPierre Krieger2015-01-151-2/+2
* | Blind attempt to fix the OS/X buildPierre Krieger2015-01-151-13/+13
* | Fix OS X & Win32 buildsBryan Bell2015-01-121-1/+1
* | Add mouse cursor supportBryan Bell2015-01-121-0/+4
* | OSX compatibility for Rust 1.0 alphaSam Ward2015-01-101-14/+18
* | Update for RustcPierre Krieger2015-01-031-1/+1
* | Change the way that events are represented.Ty Overby2015-01-011-16/+17
* | Unify WindowBuilder and HeadlessRendererBuilder for easier implementationsPierre Krieger2014-12-311-3/+2
* | Update for changes in Send/Sync traitsPierre Krieger2014-12-301-0/+5
|/
* Fix passing visibility through for mac.Glenn Watson2014-12-231-1/+1
* Add support for visible parameter on mac.Glenn Watson2014-12-191-3/+7
* Add resize example, fix warnings, make callback an option so it can be removed.Glenn Watson2014-12-191-13/+12
* Add callback function to allow resize messages to be sent on mac.Glenn Watson2014-12-191-32/+77
* Merge pull request #161 from glennw/thread-proxytomaka2014-12-181-0/+30
|\
| * Add mac implementation of wakeup_event_loop.Glenn Watson2014-12-181-1/+17
| * Introduce a WindowProxy for accessing a subset of functionalityGlenn Watson2014-12-171-0/+14
* | Add scroll wheel events for mac.Glenn Watson2014-12-181-2/+2
|/
* Add get_api() functionPierre Krieger2014-12-071-0/+4
* Qualify enum namespacing for NSOpenGLCPSwapIntervalRuben Bakker2014-12-031-1/+1
* Fixed issue with menu bar showing in fullscreenDavid Partouche2014-11-281-1/+3
* Merge pull request #138 from DavidPartouche/cocoa_offscreentomaka2014-11-271-19/+6
|\
| * Added headless rendering on osxDavid Partouche2014-11-251-19/+6
* | Added swap interval to osxDavid Partouche2014-11-261-4/+9
|/
* Implement lists sharingPierre Krieger2014-11-241-0/+4
* Implement get_inner_size() for mac.Glenn Watson2014-11-211-1/+2
* Add support for setting a window delegate, and implement close event on mac.Glenn Watson2014-11-211-7/+56
* Fixed some compilation errors on osxDavid Partouche2014-11-191-7/+8
* Update for rustcPierre Krieger2014-11-191-2/+3
* Fixed an issue with the updated rust-cocoa crateDavid Partouche2014-11-111-1/+4
* Implement Window::set_title for CocoaBrendan Zabarauskas2014-11-101-2/+7
* Remove key modifiers in KeyboardInputTomaka172014-11-061-7/+5
* Added fullscreen support to osxDavid Partouche2014-11-061-9/+22
* Use a proper error type for window creationTomaka172014-11-051-8/+8
* Retrieve the monitors and their info for osxDavid Partouche2014-11-041-20/+3