aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #700 from ecoal95/querydevice-leaktomaka2016-01-071-2/+6
|\ | | | | x11: Prevent leak on XIQueryDevice
| * x11: Prevent leak on XIQueryDeviceEmilio Cobos Álvarez2016-01-061-2/+6
| | | | | | | | | | | | | | Per http://linux.die.net/man/3/xiquerydevice: > XIFreeDeviceInfo frees the information returned by > XIQueryDevice.
* | 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 mouse
| * Support for side buttons on mouseAceeri2015-12-291-0/+18
| |
* | 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 #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
| | |
* | | 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
| |
* | api/wayland: move window and monitor to mods.Victor Berger2015-12-223-218/+213
| |
* | api/wayland: Reset to empty API.Victor Berger2015-12-224-691/+29
|/ | | | In order to build the whole new structure.
* Merge pull request #677 from tomaka/pftomaka2015-12-206-392/+678
|\ | | | | No longer manually enumerate pixel formats
| * Fix compilation on linuxPierre Krieger2015-12-191-52/+59
| |
| * 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-191-56/+120
| |
| * Switch WGL to ChoosePixelFormatPierre Krieger2015-12-192-105/+304
| |
| * 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
| |
* | x11: Improve xlib error reportingEmilio Cobos Álvarez2015-12-152-13/+22
|/
* Merge pull request #659 from Aceeri/minmaxwindowtomaka2015-12-059-15/+112
|\ | | | | Minimum/maximum dimensions for windows in win32 API
| * Fixed wrong variable binding for WindowAttributes on assertsAceeri2015-11-092-4/+4
| |
| * Not implemented asserts to prevent silent failsAceeri2015-11-094-0/+16
| |
| * Removed comments, fixed Some/None matches, removed unnecessary lock checksAceeri2015-11-092-15/+10
| |
| * Corrections to sharing dataAceeri2015-11-093-19/+20
| |
| * Minimum/maximum dimensions for windows in win32 apiAceeri2015-11-095-13/+98
| |
* | Fix the windows buildPierre Krieger2015-12-011-3/+3
| |
* | Try to fix Windows buildSimon Sapin2015-12-011-39/+39
| |
* | Update some librariesSimon Sapin2015-12-013-28/+28
| |
* | Fix compilation for 32 bit targetsOlaf Buddenhagen2015-11-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced in 47df0e9eaa7f1231a07f86fc44426936c7a2589a Casting fullscreen_atom (which is the result from XInternAtom, i.e. c_ulong) as i64 is obviously wrong -- the whole point of types such as c_ulong is that long in C does *not* always have the same bit size... Cast it as c_long instead. While this is the most straightforward fix, I'm not sure it's the best one: perhaps the x11 crate should offer a set_ulong() method along with set_long(), which could be used here instead of the cast?
* | Merge pull request #646 from adambadawy/mastertomaka2015-11-111-18/+73
|\ \ | |/ |/| Fix fullscreen on X11
| * Update x11-dlAdam Badawy2015-10-271-5/+1
| |
| * Fix using garbage memoryAdam Badawy2015-10-271-3/+3
| |