Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add API for transparency and decorations and add support for win32 | Pierre Krieger | 2015-05-24 | 2 | -1/+23 | |
| | ||||||
* | Merge pull request #469 from fkaa/cocoa-vsync | tomaka | 2015-05-23 | 1 | -4/+2 | |
|\ | | | | | Fix vsync not being disabled by default in cocoa | |||||
| * | Fix vsync not being disabled by default in cocoa | Felix Kaaman | 2015-05-23 | 1 | -4/+2 | |
| | | ||||||
* | | Several WGL cleanups | Pierre Krieger | 2015-05-22 | 1 | -139/+169 | |
| | | ||||||
* | | Fix the compilation on 32bits linux | Pierre Krieger | 2015-05-21 | 1 | -1/+1 | |
| | | ||||||
* | | Allow creating EGL contexts on win32 with the AMD DLLs | Pierre Krieger | 2015-05-21 | 6 | -27/+123 | |
| | | ||||||
* | | Detach wgl and win32 | Pierre Krieger | 2015-05-21 | 6 | -425/+529 | |
|/ | ||||||
* | fixup! Fix handling of numpad keys w.r.t. numlock (derived from fix ↵ | Avi Weinstock | 2015-05-18 | 1 | -1/+1 | |
| | | | | mentioned at http://www.kaffe.org/pipermail/kaffe/2000-April/175201.html). | |||||
* | Fix handling of numpad keys w.r.t. numlock (derived from fix mentioned at ↵ | Avi Weinstock | 2015-05-18 | 1 | -2/+8 | |
| | | | | | | | http://www.kaffe.org/pipermail/kaffe/2000-April/175201.html). Conflicts: src/api/x11/window.rs | |||||
* | Rework the X implementation to use only one X connection | Pierre Krieger | 2015-05-17 | 4 | -904/+925 | |
| | ||||||
* | Fix GLX creating only 3.0 contexts | Pierre Krieger | 2015-05-16 | 1 | -69/+94 | |
| | ||||||
* | Implement most of the keysyms for wayland. | Victor Berger | 2015-05-15 | 1 | -2/+165 | |
| | ||||||
* | UTF8 keyboard events for wayland. | Victor Berger | 2015-05-15 | 1 | -3/+13 | |
| | ||||||
* | Basic raw keyboard handling. | Victor Berger | 2015-05-14 | 3 | -6/+94 | |
| | ||||||
* | Update to new Platform structure. | Victor Berger | 2015-05-13 | 1 | -1/+3 | |
| | ||||||
* | Move WaylandContext in its own file. | Victor Berger | 2015-05-13 | 2 | -120/+129 | |
| | ||||||
* | 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 | 3 | -8/+19 | |
|\ | | | | | Make platform::linux generic over X11 and Wayland | |||||
| * | Make platform::linux generic over X11 and Wayland. | Victor Berger | 2015-05-12 | 3 | -8/+19 | |
| | | ||||||
* | | 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 | 8 | -10/+13 | |
| | ||||||
* | 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 | 1 | -4/+4 | |
| | ||||||
* | 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 | 3 | -4/+5 | |
|\ | | | | | [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 | 3 | -4/+5 | |
| | | ||||||
* | | 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 | 3 | -10/+26 | |
| | | ||||||
* | | Basic implementation of emscripten | Tomaka17 | 2015-05-03 | 3 | -0/+334 | |
| | | ||||||
* | | 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 | 3 | -17/+45 | |
|\ \ | | | | | | | GL core profile flag | |||||
| * | | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 3 | -18/+23 | |
| | | | ||||||
| * | | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 3 | -17/+40 | |
| | | | ||||||
* | | | Use the EGL API with Android | Pierre Krieger | 2015-05-01 | 4 | -218/+37 | |
| | | | ||||||
* | | | 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 | 8 | -185/+231 | |
| | | ||||||
* | | 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 | 1 | -38/+102 | |
| | | ||||||
* | | 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 | 2 | -42/+0 | |
| |