Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Publish 0.4.7 | Pierre Krieger | 2016-01-29 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Publish 0.4.6 | tomaka | 2016-01-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #715 from mbrubeck/glx-double-buffer | tomaka | 2016-01-28 | 1 | -4/+3 | |
|\ \ \ | | | | | | | | | Use double buffering by default on GLX | |||||
| * | | | Use double buffering by default on GLX | Matt Brubeck | 2016-01-28 | 1 | -4/+3 | |
|/ / / | ||||||
* | | | Merge pull request #714 from mmatyas/i8_to_char | tomaka | 2016-01-26 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Replace `i8` with `libc::c_char` | |||||
| * | | | Replace `i8` with `libc::c_char` | Mátyás Mustoha | 2016-01-26 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #713 from jshrake/fix-readme-usage | tomaka | 2016-01-23 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fix the usage example in the README | |||||
| * | | Fix the usage example in the README | jshrake | 2016-01-23 | 1 | -1/+1 | |
|/ / | | | | | | | Closes #712 | |||||
* | | Merge pull request #710 from notriddle/master | tomaka | 2016-01-22 | 1 | -30/+27 | |
|\ \ | | | | | | | Allow it to work under Xvfb. | |||||
| * | | Allow it to work under Xvfb. | Michael Howell | 2016-01-19 | 1 | -30/+27 | |
|/ / | | | | | | | Part of servo/servo#8641 | |||||
* | | Merge pull request #703 from FredrikNoren/master | tomaka | 2016-01-18 | 4 | -139/+149 | |
|\ \ | |/ |/| | Fix cocoa headless. Fixes #635 | |||||
| * | Construct cocoa headless context based on args | Fredrik Noren | 2016-01-18 | 4 | -100/+105 | |
| | | ||||||
| * | Use GLES | Fredrik Noren | 2016-01-18 | 3 | -3/+5 | |
| | | ||||||
| * | Only run headless test on osx for now | Fredrik Noren | 2016-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | Trigger build | Fredrik Noren | 2016-01-09 | 1 | -0/+1 | |
| | | ||||||
| * | Bigger headless window size in test | Fredrik Noren | 2016-01-08 | 1 | -2/+2 | |
| | | ||||||
| * | Don't run headless test on linux | Fredrik Noren | 2016-01-08 | 1 | -1/+2 | |
| | | ||||||
| * | Fix cocoa headless | Fredrik Noren | 2016-01-08 | 4 | -51/+52 | |
| | | ||||||
* | | Merge pull request #707 from rhoot/nswindow | tomaka | 2016-01-17 | 3 | -1/+22 | |
|\ \ | | | | | | | Adding os::macos for accessing the underlying NSWindow | |||||
| * | | Adding os::macos. | Johan Sköld | 2016-01-17 | 3 | -1/+22 | |
|/ / | | | | | | | Also implements platform_window() for cocoa. | |||||
* | | Merge pull request #706 from ecoal95/xinputfocus-error | tomaka | 2016-01-16 | 1 | -9/+22 | |
|\ \ | | | | | | | x11: Poll the window until it is really visible | |||||
| * | | x11: Poll the window until it is really visible | Emilio Cobos Álvarez | 2016-01-16 | 1 | -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-2 | tomaka | 2016-01-14 | 1 | -5/+5 | |
|\ \ | |/ |/| | Prefer double buffer on wgl if unspecified | |||||
| * | Prefer double buffer on wgl if unspecified | David Hewson | 2016-01-14 | 1 | -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-leak | tomaka | 2016-01-07 | 1 | -2/+6 | |
|\ | | | | | x11: Prevent leak on XIQueryDevice | |||||
| * | x11: Prevent leak on XIQueryDevice | Emilio Cobos Álvarez | 2016-01-06 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | Per http://linux.die.net/man/3/xiquerydevice: > XIFreeDeviceInfo frees the information returned by > XIQueryDevice. | |||||
* | | Merge pull request #699 from tomaka/screen-id | tomaka | 2016-01-07 | 2 | -7/+8 | |
|\ \ | |/ |/| | Fix wrong screen ID used on GLX | |||||
| * | Fix wrong screen ID used on GLX | Pierre Krieger | 2016-01-05 | 2 | -7/+8 | |
|/ | ||||||
* | Merge pull request #690 from vberger/master | tomaka | 2016-01-03 | 2 | -7/+7 | |
|\ | | | | | Fix EGL for wayland. | |||||
| * | Fix EGL for wayland. | Victor Berger | 2016-01-03 | 2 | -7/+7 | |
| | | ||||||
* | | Merge pull request #692 from pmarcelll/dependency_fix | tomaka | 2016-01-01 | 1 | -7/+6 | |
|\ \ | |/ |/| | Dependency fix | |||||
| * | Dependency fix | Marcell Pardavi | 2015-12-31 | 1 | -7/+6 | |
|/ | ||||||
* | Merge pull request #679 from tomaka/x-error | tomaka | 2015-12-30 | 5 | -7/+94 | |
|\ | | | | | Add better X error handling | |||||
| * | Add better X error handling | Pierre Krieger | 2015-12-30 | 5 | -7/+94 | |
|/ | ||||||
* | Merge pull request #687 from Aceeri/master | tomaka | 2015-12-30 | 1 | -0/+18 | |
|\ | | | | | Support for side buttons on mouse | |||||
| * | Support for side buttons on mouse | Aceeri | 2015-12-29 | 1 | -0/+18 | |
| | | ||||||
* | | Merge pull request #686 from pcwalton/virtualbox | tomaka | 2015-12-30 | 1 | -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 Walton | 2015-12-29 | 1 | -0/+12 | |
|/ | | | | port to work around a bug in the VirtualBox OpenGL driver. | |||||
* | Merge pull request #685 from AnthIste/crates.io-0.4.5 | tomaka | 2015-12-29 | 1 | -1/+1 | |
|\ | | | | | Publish 0.4.5 | |||||
| * | Publish 0.4.5 | Ruben Bakker | 2015-12-29 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #684 from AnthIste/0.4.4-cocoa-api | tomaka | 2015-12-29 | 1 | -4/+13 | |
|\ | | | | | Implement set_cursor_position on OSX with Cocoa | |||||
| * | Reduce cursor warp delay with CGAssociateMouseAndMouseCursorPosition | Ruben Bakker | 2015-12-29 | 1 | -4/+6 | |
| | | ||||||
| * | Implement set_cursor_position with CGWarpMouseCursorPosition | Ruben Bakker | 2015-12-28 | 1 | -4/+11 | |
| | | ||||||
* | | Merge pull request #680 from tomaka/xsync | tomaka | 2015-12-29 | 1 | -8/+14 | |
|\ \ | | | | | | | Call XSync before XSetInputFocus | |||||
| * | | Only call XSetInputFocus if the window is visible | Pierre Krieger | 2015-12-24 | 1 | -12/+14 | |
| | | | ||||||
| * | | Call XSync before XSetInputFocus | Pierre Krieger | 2015-12-24 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #682 from regnierof/master | tomaka | 2015-12-27 | 5 | -26/+43 | |
|\ \ \ | |/ / |/| | | Fixed setting cursor and cursor state | |||||
| * | | Removed unnecessary unsafe code block | Rengierof | 2015-12-26 | 1 | -5/+3 | |
| | | | ||||||
| * | | Fixed grabbing example. | Rengierof | 2015-12-26 | 1 | -3/+4 | |
| | | | ||||||
| * | | Fixes cursor behavior with windows | Rengierof | 2015-12-26 | 4 | -23/+41 | |
|/ / |