Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement some more functions for wayland. | Victor Berger | 2015-05-13 | 1 | -9/+25 | |
| | | | | | - set/get_inner_size() - set_title | |||||
* | wayland: Fix MonitorID::get_dimensions() and fullscreen support. | Victor Berger | 2015-05-13 | 1 | -5/+15 | |
| | ||||||
* | Merge pull request #448 from vberger/x-wayland-split | tomaka | 2015-05-13 | 5 | -10/+347 | |
|\ | | | | | Make platform::linux generic over X11 and Wayland | |||||
| * | Disable Wayland backend. | Victor Berger | 2015-05-12 | 1 | -3/+3 | |
| | | | | | | | | It is not ready for production yet. | |||||
| * | Make platform::linux generic over X11 and Wayland. | Victor Berger | 2015-05-12 | 5 | -10/+347 | |
| | | ||||||
* | | Fixes in EGL context creation | Pierre Krieger | 2015-05-12 | 1 | -9/+22 | |
|/ | ||||||
* | implement get_platform_window() return for X11 | Mike Blumenkrantz | 2015-05-11 | 1 | -1/+1 | |
| | ||||||
* | Continue wayland API: WindowProxy, MonitorID, | Victor Berger | 2015-05-09 | 1 | -12/+31 | |
| | | | | and some other little stuff. | |||||
* | Fixed build warnings | Esption | 2015-05-08 | 10 | -16/+21 | |
| | ||||||
* | Added mut so glutin can compile on nightly. | Esption | 2015-05-08 | 1 | -1/+1 | |
| | ||||||
* | Using x11_dl instead of x11. | Daggerbot | 2015-05-07 | 2 | -5/+5 | |
| | ||||||
* | Make it work under the raspi | Pierre Krieger | 2015-05-07 | 1 | -1/+5 | |
| | ||||||
* | Make x11 dynamic | Pierre Krieger | 2015-05-07 | 3 | -84/+113 | |
| | ||||||
* | Firsts steps of a wayland backend. | Victor Berger | 2015-05-06 | 2 | -0/+379 | |
| | ||||||
* | 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. |