Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Pin core-graphics to 0.2 since cocoa 0.2.4 does | Jack Moffitt | 2016-03-08 | 1 | -1/+1 | |
|/ / / | ||||||
| | * | Implement `min/max_dimensions` for x11 windows. | Ivo Wetzel | 2016-03-06 | 1 | -6/+28 | |
| |/ |/| | | | | | | | | | | | | | | | | | Size hints are only being set for non-fullscreen windows, if `max_dimensions` are set they'll override the normal `dimensions` since X11 will not automatically resize the window after setting the size hints. `PSize` hint is currently set along with the `min/max` hints for good measure. | |||||
* | | Merge pull request #735 from metajack/overscroll-tomaka | Paul Rouget | 2016-03-04 | 5 | -10/+19 | |
|\ \ | |/ |/| | Add phases to wheel events. | |||||
| * | Add phases to wheel events. | Patrick Walton | 2016-03-03 | 5 | -10/+19 | |
|/ | | | | Needed for apps to support overscroll on the Mac. | |||||
* | Merge pull request #732 from zkirill/master | tomaka | 2016-03-02 | 14 | -15/+22 | |
|\ | | | | | Fix this_platform_is_not_supported on OpenBSD. | |||||
| * | Fix this_platform_is_not_supported on OpenBSD. | Kirill Zdornyy | 2016-03-01 | 14 | -15/+22 | |
|/ | | | | I followed the steps of @mneumann. | |||||
* | Merge pull request #731 from pcwalton/event-deflooding-tomaka | Paul Rouget | 2016-03-01 | 1 | -1/+1 | |
|\ | | | | | cocoa: Post Awakened events at the end of the queue to avoid floods. | |||||
| * | cocoa: Post Awakened events at the end of the queue to avoid floods. | Patrick Walton | 2016-02-29 | 1 | -1/+1 | |
|/ | | | | Closes servo/webrender#179. | |||||
* | Merge pull request #725 from paulrouget/forceTouch | tomaka | 2016-02-26 | 3 | -6/+16 | |
|\ | | | | | TouchpadPressure event | |||||
| * | TouchpadPressure event | Paul Rouget | 2016-02-26 | 3 | -6/+16 | |
|/ | ||||||
* | Merge pull request #723 from petevine/master | tomaka | 2016-02-14 | 1 | -0/+7 | |
|\ | | | | | Add the new `i586` target in Cargo.toml | |||||
| * | Update Cargo.toml | petevine | 2016-02-14 | 1 | -0/+7 | |
| | | ||||||
* | | Merge pull request #702 from tomaka/platform-specific | tomaka | 2016-02-10 | 13 | -17/+92 | |
|\ \ | | | | | | | Unlocks platform-specific attributes | |||||
| * | | Unlocks platform-specific attributes | Pierre Krieger | 2016-02-10 | 13 | -17/+92 | |
|/ / | ||||||
* | | Publish 0.4.8 | Pierre Krieger | 2016-02-09 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' of http://github.com/tomaka/gl-init-rs | Pierre Krieger | 2016-02-09 | 10 | -32/+83 | |
|\ \ | ||||||
| * \ | 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.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 |