aboutsummaryrefslogtreecommitdiffstats
path: root/src/osx
Commit message (Expand)AuthorAgeFilesLines
* Retrieve the monitors and their info for osxDavid Partouche2014-11-042-20/+49
* Add visibility-related functions to windowTomaka172014-11-011-0/+6
* Add `platform_display` impls for win32 and androidTomaka172014-10-241-0/+1
* Add accessor for underlying display handle on Linux. Although unimplemented o...Glenn Watson2014-10-241-0/+4
* Added the Alt key modifierDavid Partouche2014-10-231-0/+6
* Added the modifiers key as inputDavid Partouche2014-10-231-3/+38
* Fixed switch from atomics to atomic in rustDavid Partouche2014-10-231-2/+2
* Added the KeyPress and KeyRelease eventsDavid Partouche2014-10-232-10/+179
* Added ReceivedCharacter event for cocoaDavid Partouche2014-10-231-2/+10
* Added is_closed to osx windowDavid Partouche2014-10-231-2/+9
* Added mose move eventDavid Partouche2014-10-231-4/+11
* Fixed a compilation error: setContentview changed setContentView_David Partouche2014-10-231-1/+1
* Implement headless renderingTomaka172014-10-091-3/+31
* Fixed a space missingDavidPartouche2014-10-061-1/+1
* Added events handling for left/right mouse clickingDavid Partouche2014-10-061-7/+32
* Refactored window initialisation code for cocoa, making it more memory safeDavid Partouche2014-10-061-29/+77
* Cocoa opens a window with OpenGL context insideDavid Partouche2014-10-061-12/+94
* Now using compile_msg crate instead of static_assertTomaka172014-08-121-0/+2
* set_position now takes intsPierre Krieger2014-08-071-1/+1
* Fix bugs from f4fb699b524Felix S. Klock II2014-08-031-1/+1
* Add dummy implementation for OS/XTomaka172014-08-031-0/+79