Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Flush monitor prompt | Adam Badawy | 2015-10-24 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #644 from mbrubeck/mouse-emulated | tomaka | 2015-10-23 | 2 | -4/+20 | |
|\ | | | | | Change X11 events based on `multitouch` option | |||||
| * | Change X11 events based on `multitouch` option | Matt Brubeck | 2015-10-23 | 2 | -4/+20 | |
| | | | | | | | | | | * If `multitouch` is enabled, touch input generates touch events. * If `multitouch` is disabled, touch input generates emulated mouse events. | |||||
* | | Merge pull request #643 from mbrubeck/xlib-display | tomaka | 2015-10-23 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix typo in WindowExt::get_xlib_display | |||||
| * | Fix typo in WindowExt::get_xlib_display | Matt Brubeck | 2015-10-22 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #636 from wartman4404/master | tomaka | 2015-10-19 | 1 | -1/+1 | |
|\ | | | | | ensure server has GLX_ARB_create_context extension | |||||
| * | ensure server has GLX_ARB_create_context extension | wartman4404 | 2015-10-18 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #629 from tomaka/fix-win-vsync | tomaka | 2015-10-08 | 1 | -6/+4 | |
|\ | | | | | Fix vsync being enabled even when disabled | |||||
| * | Fix vsync being enabled even when disabled | Pierre Krieger | 2015-10-04 | 1 | -6/+4 | |
| | | ||||||
* | | Merge pull request #630 from tomaka/fix-examples | tomaka | 2015-10-04 | 7 | -31/+1 | |
|\ \ | |/ |/| | Fix the examples | |||||
| * | Fix the examples | Pierre Krieger | 2015-10-04 | 7 | -31/+1 | |
|/ | ||||||
* | Publish 0.4.0 | Pierre Krieger | 2015-10-03 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #628 from tomaka/khronos-api-0.0.8 | tomaka | 2015-10-03 | 1 | -1/+1 | |
|\ | | | | | Update khronos_api to 0.0.8 | |||||
| * | Update khronos_api to 0.0.8 | Pierre Krieger | 2015-10-03 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #626 from tomaka/rm-window-feature | tomaka | 2015-10-03 | 8 | -26/+3 | |
|\ | | | | | Remove the window feature entirely | |||||
| * | Remove the window feature entirely | Pierre Krieger | 2015-10-03 | 8 | -26/+3 | |
|/ | ||||||
* | Merge pull request #617 from tomaka/platform-specific | tomaka | 2015-10-03 | 6 | -29/+113 | |
|\ | | | | | Add an `os` module containing platform-specific traits | |||||
| * | Add an `os` module containing platform-specific traits | Pierre Krieger | 2015-10-03 | 6 | -29/+113 | |
| | | ||||||
* | | Merge pull request #624 from ozkriff/android_disable_multitouch_by_default | tomaka | 2015-10-03 | 1 | -0/+1 | |
|\ \ | |/ |/| | android: Disabled multitouch by default | |||||
| * | android: Disabled multitouch by default | Andrey Lesnikov | 2015-10-01 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #623 from tomaka/fix-gl-generator | tomaka | 2015-09-30 | 1 | -3/+3 | |
|\ | | | | | Update the gl_generator dependency | |||||
| * | Update the gl_generator dependency | Pierre Krieger | 2015-09-30 | 1 | -3/+3 | |
|/ | ||||||
* | Merge pull request #622 from jdm/warnings | tomaka | 2015-09-28 | 10 | -19/+17 | |
|\ | | | | | Warning fixes for OS X. | |||||
| * | Warning fixes for OS X. | Josh Matthews | 2015-09-28 | 10 | -19/+17 | |
|/ | ||||||
* | Merge pull request #612 from tomaka/monitorid-to-monitorid | tomaka | 2015-09-24 | 19 | -106/+106 | |
|\ | | | | | Rename MonitorID -> MonitorId | |||||
| * | Rename MonitorID -> MonitorId | Pierre Krieger | 2015-09-24 | 19 | -106/+106 | |
|/ | ||||||
* | Merge pull request #615 from tomaka/appveyor | tomaka | 2015-09-24 | 1 | -10/+4 | |
|\ | | | | | Fix the appveyor build | |||||
| * | Fix the appveyor build | Pierre Krieger | 2015-09-24 | 1 | -10/+4 | |
|/ | ||||||
* | Merge pull request #614 from tomaka/windowproxy-sync | tomaka | 2015-09-24 | 1 | -0/+3 | |
|\ | | | | | Fix WindowProxy not being Send and Sync on win32 | |||||
| * | Fix WindowProxy not being Send and Sync on win32 | Pierre Krieger | 2015-09-24 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #613 from mvdnes/windows_set_size | tomaka | 2015-09-24 | 1 | -2/+11 | |
|\ \ | |/ |/| | Fix Window.set_inner_size() on win32 | |||||
| * | Fix Window.set_inner_size() on Win32 | Mathijs van de Nes | 2015-09-23 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | Previously, the function would actually set the outer size of the window instead of the inner size. We fix this by first letting windows calculate the outer size based upon the specified inner size. | |||||
* | | Merge pull request #606 from paulrouget/NSFullSizeContentViewWindowMask | tomaka | 2015-09-23 | 2 | -9/+25 | |
|\ \ | | | | | | | Use NSFullSizeContentViewWindowMask for decoration-less windows | |||||
| * | | Update cocoa version | Paul Rouget | 2015-09-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use NSFullSizeContentViewWindowMask for decoration-less windows | Paul Rouget | 2015-09-23 | 1 | -8/+24 | |
| |/ | ||||||
* | | Merge pull request #607 from tomaka/inline | tomaka | 2015-09-23 | 23 | -3/+384 | |
|\ \ | | | | | | | Add #[inline] attributes | |||||
| * | | Add #[inline] attributes | Pierre Krieger | 2015-09-23 | 23 | -3/+384 | |
|/ / | ||||||
* | | Merge pull request #611 from vvuk/win32 | tomaka | 2015-09-23 | 4 | -8/+27 | |
|\ \ | |/ |/| | fix up win32 support | |||||
| * | win32: remove unimplemented!() from platform_display() | Vladimir Vukicevic | 2015-09-22 | 1 | -1/+4 | |
| | | ||||||
| * | win32: implement wakeup_event_loop | Vladimir Vukicevic | 2015-09-22 | 2 | -3/+17 | |
| | | ||||||
| * | win32: Bump user32-sys req for MapVirtualKeyA | Vladimir Vukicevic | 2015-09-22 | 2 | -4/+6 | |
| | | ||||||
* | | Merge pull request #608 from tomaka/pub-attribs | tomaka | 2015-09-22 | 2 | -4/+14 | |
|\ \ | | | | | | | Make some fields in WindowBuilder and HeadlessRendererBuilder public | |||||
| * | | Make some fields in WindowBuilder and HeadlessRendererBuilder public | Pierre Krieger | 2015-09-21 | 2 | -4/+14 | |
| | | | ||||||
* | | | Merge pull request #610 from mbrubeck/android-touch | tomaka | 2015-09-22 | 2 | -11/+14 | |
|\ \ \ | |_|/ |/| | | Support multi-touch events on Android | |||||
| * | | Support multi-touch events on Android | Matt Brubeck | 2015-09-22 | 2 | -11/+14 | |
| | | | | | | | | | | | | Depends on tomaka/android-rs-glue#64. | |||||
* | | | Merge pull request #609 from TimNN/ios-compile-fixes | tomaka | 2015-09-21 | 4 | -19/+37 | |
|\ \ \ | |_|/ |/| | | make glutin compile on all iOS targets (again) | |||||
| * | | make glutin compile on all iOS targets | Tim Neumann | 2015-09-21 | 4 | -19/+37 | |
|/ / | ||||||
* | | Merge pull request #587 from neivv/win32-alt | tomaka | 2015-09-21 | 1 | -5/+17 | |
|\ \ | | | | | | | Handle events for Alt-<Key> and F10 presses in windows | |||||
| * | | Handle events for Alt-<Key> and F10 presses in windows | Markus Heikkinen | 2015-08-29 | 1 | -5/+17 | |
| | | | ||||||
* | | | Merge pull request #603 from tomaka/gl-attribs | tomaka | 2015-09-21 | 20 | -337/+475 | |
|\ \ \ | | | | | | | | | Separate the builder attributes into multiple substates |