aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #716 from mmatyas/typofixtomaka2016-02-011-1/+1
|\ | | | | Typo fix in package description
| * Typo fix in package descriptionMátyás Mustoha2016-02-011-1/+1
| |
* | Publish 0.4.6tomaka2016-01-281-1/+1
| |
* | Merge pull request #715 from mbrubeck/glx-double-buffertomaka2016-01-281-4/+3
|\ \ | | | | | | Use double buffering by default on GLX
| * | Use double buffering by default on GLXMatt Brubeck2016-01-281-4/+3
|/ /
* | Merge pull request #714 from mmatyas/i8_to_chartomaka2016-01-261-2/+2
|\ \ | | | | | | Replace `i8` with `libc::c_char`
| * | Replace `i8` with `libc::c_char`Mátyás Mustoha2016-01-261-2/+2
|/ /
* | Merge pull request #713 from jshrake/fix-readme-usagetomaka2016-01-231-1/+1
|\ \ | |/ |/| Fix the usage example in the README
| * Fix the usage example in the READMEjshrake2016-01-231-1/+1
|/ | | | Closes #712
* Merge pull request #710 from notriddle/mastertomaka2016-01-221-30/+27
|\ | | | | Allow it to work under Xvfb.
| * Allow it to work under Xvfb.Michael Howell2016-01-191-30/+27
|/ | | | Part of servo/servo#8641
* Merge pull request #703 from FredrikNoren/mastertomaka2016-01-184-139/+149
|\ | | | | Fix cocoa headless. Fixes #635
| * Construct cocoa headless context based on argsFredrik Noren2016-01-184-100/+105
| |
| * Use GLESFredrik Noren2016-01-183-3/+5
| |
| * Only run headless test on osx for nowFredrik Noren2016-01-091-1/+1
| |
| * Trigger buildFredrik Noren2016-01-091-0/+1
| |
| * Bigger headless window size in testFredrik Noren2016-01-081-2/+2
| |
| * Don't run headless test on linuxFredrik Noren2016-01-081-1/+2
| |
| * Fix cocoa headlessFredrik Noren2016-01-084-51/+52
| |
* | Merge pull request #707 from rhoot/nswindowtomaka2016-01-173-1/+22
|\ \ | | | | | | Adding os::macos for accessing the underlying NSWindow
| * | Adding os::macos.Johan Sköld2016-01-173-1/+22
|/ / | | | | | | Also implements platform_window() for cocoa.
* | Merge pull request #706 from ecoal95/xinputfocus-errortomaka2016-01-161-9/+22
|\ \ | | | | | | x11: Poll the window until it is really visible
| * | x11: Poll the window until it is really visibleEmilio Cobos Álvarez2016-01-161-9/+22
|/ / | | | | | | | | | | | | | | | | | | | | | | Fixes #697 It seems that `XSync` doesn't really makes the window viewable. This feels hacky, other option to do it could be using `XIfEvent` or similar to listen to `MapNotify` events, but we'll have a loop still. In practice, this lasts between two and thre iterations on my machine, which is something not noticeable.
* | Merge pull request #705 from dten/patch-2tomaka2016-01-141-5/+5
|\ \ | |/ |/| Prefer double buffer on wgl if unspecified
| * Prefer double buffer on wgl if unspecifiedDavid Hewson2016-01-141-5/+5
|/ | | | According to https://msdn.microsoft.com/en-us/library/windows/desktop/dd318284(v=vs.85).aspx if double buffer is unavailable then a single buffer will be returned
* 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.
* | Merge pull request #699 from tomaka/screen-idtomaka2016-01-072-7/+8
|\ \ | |/ |/| Fix wrong screen ID used on GLX
| * Fix wrong screen ID used on GLXPierre Krieger2016-01-052-7/+8
|/
* Merge pull request #690 from vberger/mastertomaka2016-01-032-7/+7
|\ | | | | Fix EGL for wayland.
| * 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
| | |