Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib. | Daggerbot | 2015-05-06 | 1 | -1/+0 |
| | |||||
* | Merge pull request #405 from tomaka/win32-wheel | tomaka | 2015-05-06 | 4 | -6/+9 |
|\ | | | | | [Breaking change] Fix mouse wheel value on win32 and return a f64 instead of i32 in the MouseWheel event | ||||
| * | Rework MouseWheel event and fix the values on win32 | Pierre Krieger | 2015-04-29 | 4 | -6/+9 |
| | | |||||
* | | Merge pull request #429 from tomaka/remove-headless | tomaka | 2015-05-06 | 1 | -2/+0 |
|\ \ | | | | | | | [Breaking change] Remove the "headless" feature entirely | ||||
| * | | Remove the "headless" feature entirely | Pierre Krieger | 2015-05-04 | 1 | -2/+0 |
| | | | |||||
* | | | Add cursor grabbing on cocoa | Felix Kaaman | 2015-05-05 | 1 | -10/+8 |
|/ / | |||||
* | | Fix compiler errors on OSX | Sven Nilsen | 2015-05-04 | 1 | -2/+3 |
| | | | | | | | | Closes https://github.com/tomaka/glutin/issues/425 | ||||
* | | Remove the "headless" feature | Pierre Krieger | 2015-05-04 | 6 | -21/+80 |
| | | |||||
* | | Basic implementation of emscripten | Tomaka17 | 2015-05-03 | 4 | -0/+383 |
| | | |||||
* | | Fix further compilation of cocoa | Kevin Butler | 2015-05-02 | 1 | -7/+7 |
| | | |||||
* | | Fix compilation of cocoa | Pierre Krieger | 2015-05-02 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #409 from kvark/core | tomaka | 2015-05-01 | 5 | -17/+80 |
|\ \ | | | | | | | GL core profile flag | ||||
| * | | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 5 | -27/+42 |
| | | | |||||
| * | | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 5 | -20/+68 |
| | | | |||||
* | | | Use the EGL API with Android | Pierre Krieger | 2015-05-01 | 5 | -218/+72 |
| | | | |||||
* | | | Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting ↵ | datalus | 2015-04-30 | 1 | -1/+1 |
|/ / | | | | | | | the inner size on Windows 8+ | ||||
* | | Fix typo in cocoa module | Felix Kaaman | 2015-04-30 | 1 | -1/+1 |
| | | |||||
* | | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 12 | -190/+332 |
| | | |||||
* | | Fix PixelFormat for x11, egl and win32 | Pierre Krieger | 2015-04-30 | 3 | -12/+10 |
| | | |||||
* | | Add pixelformat for cocoa and remove individual color components | Felix Kaaman | 2015-04-30 | 2 | -42/+104 |
| | | |||||
* | | Rework EGL | Pierre Krieger | 2015-04-30 | 1 | -65/+236 |
| | | |||||
* | | Add a fallback on win32 if enumerate_arb_pixel_formats returns vec![] | Pierre Krieger | 2015-04-29 | 1 | -1/+6 |
|/ | |||||
* | Extract headless context from api/win32 to platform/windows | Pierre Krieger | 2015-04-29 | 3 | -42/+30 |
| | |||||
* | Add multisampling for cocoa, fixes #145 | Felix Kaaman | 2015-04-27 | 1 | -33/+45 |
| | |||||
* | Use the shared_library crate instead of loading symbols manually | Pierre Krieger | 2015-04-27 | 4 | -207/+47 |
| | |||||
* | Add libcaca backend | Pierre Krieger | 2015-04-26 | 4 | -0/+437 |
| | |||||
* | Merge pull request #398 from fkaa/cocoa-window-pos | tomaka | 2015-04-26 | 1 | -4/+21 |
|\ | | | | | Fix window position getters and setters on cocoa | ||||
| * | Fix window position getters and setters on cocoa | Felix Kaaman | 2015-04-24 | 1 | -4/+21 |
| | | |||||
* | | Allow using EGL with X11 | Pierre Krieger | 2015-04-25 | 5 | -17/+37 |
| | | |||||
* | | Split GLX and X11 in "api" | Pierre Krieger | 2015-04-25 | 3 | -119/+239 |
|/ | |||||
* | Merge pull request #384 from fkaa/keypress-sound | tomaka | 2015-04-24 | 1 | -4/+6 |
|\ | | | | | Fix alert sounds on keypress for cocoa | ||||
| * | Fix alert sounds on keypress on cocoa | Felix Kaaman | 2015-04-24 | 1 | -4/+6 |
| | | | | | | | | | | Passing on keypress event to parent would make it think the event was not consumed and emit an alert sound. | ||||
* | | Reorganize the Linux implementation and split OSMesa and X11 | Pierre Krieger | 2015-04-24 | 9 | -922/+913 |
|/ | |||||
* | Add draft for the EGL API | Pierre Krieger | 2015-04-24 | 3 | -0/+227 |
| | |||||
* | Create reorganization | Pierre Krieger | 2015-04-24 | 27 | -15/+42 |
| | |||||
* | Merge pull request #391 from glennw/upstream-i3-vis | tomaka | 2015-04-24 | 2 | -0/+8 |
|\ | | | | | Add Expose event handler which is needed on some window managers. | ||||
| * | Add Expose event handler which is needed on some window managers. | Glenn Watson | 2015-04-24 | 2 | -0/+8 |
| | | |||||
* | | Set WM_CLASS based on initial window title. | Glenn Watson | 2015-04-24 | 1 | -0/+10 |
|/ | |||||
* | Fix x11 XK_bracketright keycode | Tim Cuthbertson | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #383 from tomaka/remove-deprecated | tomaka | 2015-04-19 | 2 | -21/+0 |
|\ | | | | | Remove functions marked as #[deprecated] | ||||
| * | Remove functions marked as #[deprecated] | Pierre Krieger | 2015-04-19 | 2 | -21/+0 |
| | | |||||
* | | android: Updated for Rust be9bd7c93 2015-04-05 | Andrey Lesnikov | 2015-04-18 | 1 | -17/+14 |
| | | |||||
* | | Add mouse hiding and more cursors for Cocoa | Felix Kaaman | 2015-04-17 | 1 | -20/+32 |
| | | |||||
* | | Fix compilation on linux | Pierre Krieger | 2015-04-17 | 1 | -9/+9 |
| | | |||||
* | | Merge pull request #368 from Daggerbot/wip | tomaka | 2015-04-17 | 4 | -1614/+87 |
|\ \ | | | | | | | Using `x11-rs` and `osmesa-rs`. | ||||
| * | | Fixes for x11-rs/osmesa-sys conversion. | Daggerbot | 2015-04-11 | 3 | -6/+7 |
| | | | |||||
| * | | Using `x11-rs` and `osmesa-rs`. | Daggerbot | 2015-04-09 | 4 | -1616/+88 |
| |/ | |||||
* | | Merge pull request #378 from bobakker/master | tomaka | 2015-04-13 | 1 | -10/+13 |
|\ \ | | | | | | | Fixes #358 | ||||
| * | | Fixes #358 | Bo Bakker | 2015-04-12 | 1 | -10/+13 |
| |/ | |||||
* | | Implemented get_pixel_format for X11 | Dzmitry Malyshau | 2015-04-12 | 1 | -1/+33 |
| | |