Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #668 from tomaka/emscripten | tomaka | 2016-02-09 | 8 | -19/+49 |
|\ | | | | | Update the emscripten port of glutin | ||||
| * | Update the emscripten port of glutin | Pierre Krieger | 2016-02-09 | 8 | -19/+49 |
|/ | |||||
* | Merge pull request #722 from paulrouget/azerty | tomaka | 2016-02-09 | 1 | -3/+1 |
|\ | | | | | allow non ascii character in ReceivedCharacter | ||||
| * | allow non ascii character in ReceivedCharacter | Paul Rouget | 2016-02-08 | 1 | -3/+1 |
|/ | |||||
* | Merge pull request #709 from gdamjan/support-utf8-window-title | tomaka | 2016-02-03 | 1 | -7/+20 |
|\ | | | | | support utf8 window titles via _NET_WM_NAME standard | ||||
| * | call set_title() in new() | Damjan Georgievski | 2016-01-17 | 1 | -4/+2 |
| | | | | | | | | …instead of low-level X11 calls that don't work with utf8 | ||||
| * | support utf8 window titles via _NET_WM_NAME standard | Damjan Georgievski | 2016-01-17 | 1 | -3/+18 |
| | | | | | | | | | | | | | | based on this freerdp patch https://github.com/FreeRDP/FreeRDP/commit/9767f7f042a58aae876e0ad3b2e7bde356c8fda9 thanks to emiliocobos on irc | ||||
* | | Merge pull request #718 from paulrouget/hidpiwheel | tomaka | 2016-02-02 | 1 | -2/+5 |
|\ \ | | | | | | | osx: scroll delta should take hidpi factor into account | ||||
| * | | osx: scroll delta should take hidpi factor into account | Paul Rouget | 2016-02-02 | 1 | -2/+5 |
|/ / | |||||
* | | Merge pull request #717 from petevine/patch-1 | tomaka | 2016-02-01 | 1 | -0/+7 |
|\ \ | | | | | | | Add the new `armv7` target in Cargo.toml | ||||
| * | | Update Cargo.toml | petevine | 2016-02-01 | 1 | -0/+7 |
|/ / | |||||
* | | Merge pull request #716 from mmatyas/typofix | tomaka | 2016-02-01 | 1 | -1/+1 |
|\ \ | | | | | | | Typo fix in package description | ||||
| * | | Typo fix in package description | Mátyás Mustoha | 2016-02-01 | 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. |