aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove a debug print added in 1de66e4efThinkofname2016-03-211-1/+0
* Update objc to 0.2.Steven Sheldon2016-03-201-9/+10
* Uncomment more keys on win32UK9922016-03-181-6/+6
* Add support for navigation keysManish Goregaokar2016-03-173-4/+9
* Merge pull request #733 from fkaa/cocoa-memleakPaul Rouget2016-03-171-1/+13
|\
| * Fix memory leak while creating NSEvent and swapping buffers (Fixes #514)Felix Kaaman2016-03-021-1/+13
* | Make Mac borderless windows resizable and draggable.Patrick Walton2016-03-141-1/+3
* | Add phases to wheel events.Patrick Walton2016-03-035-10/+19
|/
* Fix this_platform_is_not_supported on OpenBSD.Kirill Zdornyy2016-03-0112-14/+14
* cocoa: Post Awakened events at the end of the queue to avoid floods.Patrick Walton2016-02-291-1/+1
* TouchpadPressure eventPaul Rouget2016-02-262-4/+14
* Unlocks platform-specific attributesPierre Krieger2016-02-1013-17/+92
* Update the emscripten port of glutinPierre Krieger2016-02-096-14/+47
* allow non ascii character in ReceivedCharacterPaul Rouget2016-02-081-3/+1
* Merge pull request #709 from gdamjan/support-utf8-window-titletomaka2016-02-031-7/+20
|\
| * call set_title() in new()Damjan Georgievski2016-01-171-4/+2
| * support utf8 window titles via _NET_WM_NAME standardDamjan Georgievski2016-01-171-3/+18
* | osx: scroll delta should take hidpi factor into accountPaul Rouget2016-02-021-2/+5
* | Use double buffering by default on GLXMatt Brubeck2016-01-281-4/+3
* | Replace `i8` with `libc::c_char`Mátyás Mustoha2016-01-261-2/+2
* | Allow it to work under Xvfb.Michael Howell2016-01-191-30/+27
* | Merge pull request #703 from FredrikNoren/mastertomaka2016-01-183-129/+106
|\ \ | |/ |/|
| * Construct cocoa headless context based on argsFredrik Noren2016-01-183-98/+105
| * Fix cocoa headlessFredrik Noren2016-01-081-39/+9
* | Adding os::macos.Johan Sköld2016-01-173-1/+22
* | x11: Poll the window until it is really visibleEmilio Cobos Álvarez2016-01-161-9/+22
* | Prefer double buffer on wgl if unspecifiedDavid Hewson2016-01-141-5/+5
|/
* Merge pull request #700 from ecoal95/querydevice-leaktomaka2016-01-071-2/+6
|\
| * x11: Prevent leak on XIQueryDeviceEmilio Cobos Álvarez2016-01-061-2/+6
* | Fix wrong screen ID used on GLXPierre Krieger2016-01-052-7/+8
|/
* Fix EGL for wayland.Victor Berger2016-01-032-7/+7
* Add better X error handlingPierre Krieger2015-12-305-7/+94
* Merge pull request #687 from Aceeri/mastertomaka2015-12-301-0/+18
|\
| * Support for side buttons on mouseAceeri2015-12-291-0/+18
* | Add a useless call to `glXQueryVersion()` before doing anything in the GLX po...Patrick Walton2015-12-291-0/+12
|/
* Merge pull request #684 from AnthIste/0.4.4-cocoa-apitomaka2015-12-291-4/+13
|\
| * Reduce cursor warp delay with CGAssociateMouseAndMouseCursorPositionRuben Bakker2015-12-291-4/+6
| * Implement set_cursor_position with CGWarpMouseCursorPositionRuben Bakker2015-12-281-4/+11
* | Merge pull request #680 from tomaka/xsynctomaka2015-12-291-8/+14
|\ \
| * | Only call XSetInputFocus if the window is visiblePierre Krieger2015-12-241-12/+14
| * | Call XSync before XSetInputFocusPierre Krieger2015-12-241-0/+4
* | | Removed unnecessary unsafe code blockRengierof2015-12-261-5/+3
* | | Fixes cursor behavior with windowsRengierof2015-12-263-20/+38
|/ /
* | api/wayland: activate the backendVictor Berger2015-12-221-1/+1
* | api/wayland: fix cursor errorsVictor Berger2015-12-222-5/+11
* | api/wayland: output and fullscreen handling.Victor Berger2015-12-223-22/+190
* | api/wayland: add keyboard support.Victor Berger2015-12-224-2/+255
* | api/wayland: pointer events support.Victor Berger2015-12-223-9/+119
* | api/wayland: core windows and events structure.Victor Berger2015-12-224-24/+234
* | api/wayland: core contextVictor Berger2015-12-222-1/+44