aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix EGL for wayland.Victor Berger2016-01-032-7/+7
| |
* | Merge pull request #692 from pmarcelll/dependency_fixtomaka2016-01-011-7/+6
|\ \ | |/ |/| Dependency fix
| * Dependency fixMarcell Pardavi2015-12-311-7/+6
|/
* Merge pull request #679 from tomaka/x-errortomaka2015-12-305-7/+94
|\ | | | | Add better X error handling
| * 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 mouse
| * Support for side buttons on mouseAceeri2015-12-291-0/+18
| |
* | Merge pull request #686 from pcwalton/virtualboxtomaka2015-12-301-0/+12
|\ \ | |/ |/| Add a useless call to `glXQueryVersion()` before doing anything in the GLX port to work around a bug in the VirtualBox OpenGL driver.
| * Add a useless call to `glXQueryVersion()` before doing anything in the GLX ↵Patrick Walton2015-12-291-0/+12
|/ | | | port to work around a bug in the VirtualBox OpenGL driver.
* Merge pull request #685 from AnthIste/crates.io-0.4.5tomaka2015-12-291-1/+1
|\ | | | | Publish 0.4.5
| * Publish 0.4.5Ruben Bakker2015-12-291-1/+1
|/
* Merge pull request #684 from AnthIste/0.4.4-cocoa-apitomaka2015-12-291-4/+13
|\ | | | | Implement set_cursor_position on OSX with Cocoa
| * 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
|\ \ | | | | | | Call XSync before XSetInputFocus
| * | Only call XSetInputFocus if the window is visiblePierre Krieger2015-12-241-12/+14
| | |
| * | Call XSync before XSetInputFocusPierre Krieger2015-12-241-0/+4
| | |
* | | Merge pull request #682 from regnierof/mastertomaka2015-12-275-26/+43
|\ \ \ | |/ / |/| | Fixed setting cursor and cursor state
| * | Removed unnecessary unsafe code blockRengierof2015-12-261-5/+3
| | |
| * | Fixed grabbing example.Rengierof2015-12-261-3/+4
| | |
| * | Fixes cursor behavior with windowsRengierof2015-12-264-23/+41
|/ /
* | Merge pull request #674 from vberger/masterVictor Berger2015-12-229-721/+844
|\ \ | |/ |/| Wayland backend rewrite and activation.
| * 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: fix Window not being Send+SyncVictor Berger2015-12-221-6/+6
| |
| * api/wayland: add keyboard support.Victor Berger2015-12-225-8/+261
| |
| * 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: update wayland-client to 0.5.3Victor Berger2015-12-221-18/+18
| |
| * api/wayland: core contextVictor Berger2015-12-222-1/+44
| |
| * api/wayland: move window and monitor to mods.Victor Berger2015-12-223-218/+213
| |
| * api/wayland: Reset to empty API.Victor Berger2015-12-225-709/+47
|/ | | | In order to build the whole new structure.
* Publish 0.4.4tomaka2015-12-201-1/+1
|
* Merge pull request #677 from tomaka/pftomaka2015-12-207-392/+683
|\ | | | | No longer manually enumerate pixel formats
| * Fix compilation on linuxPierre Krieger2015-12-192-52/+61
| |
| * Fix compilation on cocoaPierre Krieger2015-12-191-3/+3
| |
| * Remove now unneeded functionPierre Krieger2015-12-191-104/+0
| |
| * Update EGL implementationPierre Krieger2015-12-191-83/+139
| |
| * Update cocoa implementation with changes to pf_reqsPierre Krieger2015-12-191-4/+16
| |
| * Update GLX to use glXChooseFBConfigPierre Krieger2015-12-192-56/+121
| |
| * Switch WGL to ChoosePixelFormatPierre Krieger2015-12-193-105/+306
| |
| * Change PixelFormatRequirementsPierre Krieger2015-12-192-16/+68
| |
* | Merge pull request #673 from ahihi/mastertomaka2015-12-201-19/+17
|\ \ | |/ |/| Fix fullscreen on OS X
| * Fix fullscreen on OS XMiranda Kastemaa2015-12-111-19/+17
| |
* | Merge pull request #675 from ecoal95/x-error-reportingtomaka2015-12-172-13/+22
|\ \ | |/ |/| x11: Improve xlib error reporting
| * x11: Improve xlib error reportingEmilio Cobos Álvarez2015-12-152-13/+22
|/
* Merge pull request #669 from tomaka/build-script-dependencytomaka2015-12-061-0/+2
|\ | | | | Use the new build scripts dependencies system
| * Use the new build scripts dependencies systemPierre Krieger2015-12-051-0/+2
| |
* | Merge pull request #659 from Aceeri/minmaxwindowtomaka2015-12-059-15/+112
|\ \ | |/ |/| Minimum/maximum dimensions for windows in win32 API