Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #97 from DavidPartouche/cocoa_monitors | tomaka | 2014-11-05 | 4 | -22/+59 | |
| |\ | | | | | | | Retrieve the monitors and their info for osx | |||||
| | * | Switched to own repos for osx bindings | David Partouche | 2014-11-05 | 1 | -4/+4 | |
| | | | ||||||
| | * | Retrieve the monitors and their info for osx | David Partouche | 2014-11-04 | 4 | -20/+57 | |
| |/ | ||||||
| * | Merge pull request #93 from tomaka/visibility | tomaka | 2014-11-01 | 6 | -4/+64 | |
| |\ | | | | | | | Add visibility-related functions to window | |||||
| | * | Add visibility-related functions to window | Tomaka17 | 2014-11-01 | 6 | -4/+64 | |
| |/ | ||||||
* / | Fix some warnings in win32 ffi | Tomaka17 | 2014-11-04 | 1 | -2/+2 | |
|/ | ||||||
* | Update travis.yml with recent PR | Tomaka17 | 2014-10-31 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #90 from tomaka/remove-glflush | tomaka | 2014-10-31 | 4 | -6/+5 | |
|\ | | | | | Remove call to glFlush() before swap_buffers on win32 | |||||
| * | Remove call to glFlush() before swap_buffers | Tomaka17 | 2014-10-29 | 4 | -6/+5 | |
| | | | | | | | | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin. | |||||
* | | android_glue is now a platform-specific dependency | Tomaka17 | 2014-10-31 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #58 from tomaka/update-cargo | tomaka | 2014-10-31 | 1 | -4/+9 | |
|\ \ | | | | | | | Update for Cargo's platform-specific dependencies | |||||
| * | | Update for Cargo's platform-specific dependencies | Tomaka17 | 2014-10-21 | 1 | -4/+9 | |
| | | | ||||||
* | | | Merge pull request #91 from tomaka/fail-to-panic | tomaka | 2014-10-30 | 3 | -4/+4 | |
|\ \ \ | | | | | | | | | fail! -> panic! | |||||
| * | | | fail! -> panic! | Tomaka17 | 2014-10-30 | 3 | -4/+4 | |
|/ / / | ||||||
* | / | Update README.md | tomaka | 2014-10-29 | 1 | -2/+1 | |
| |/ |/| | ||||||
* | | Update README.md | tomaka | 2014-10-28 | 1 | -4/+6 | |
| | | ||||||
* | | Merge pull request #86 from glennw/x11-resize | tomaka | 2014-10-28 | 2 | -4/+30 | |
|\ \ | | | | | | | Fix resize event on X11. Without this change, resizing window larger tha... | |||||
| * | | Fix resize event on X11. Without this change, resizing window larger than ↵ | Glenn Watson | 2014-10-28 | 2 | -4/+30 | |
| | | | | | | | | | | | | initial size doesn't work. | |||||
* | | | Merge pull request #85 from glennw/c-str-issues | tomaka | 2014-10-28 | 1 | -4/+6 | |
|\ \ \ | |/ / |/| | | Fix a few more string memory issues. | |||||
| * | | Fix a few more string memory issues. | Glenn Watson | 2014-10-28 | 1 | -4/+6 | |
|/ / | ||||||
* | | Fix default window name | Tomaka17 | 2014-10-27 | 1 | -1/+1 | |
| | | ||||||
* | | Bugfix in swap interval for win32 | Tomaka17 | 2014-10-27 | 1 | -1/+10 | |
| | | ||||||
* | | Merge pull request #72 from tomaka/vsync | tomaka | 2014-10-27 | 4 | -5/+26 | |
|\ \ | | | | | | | Add `with_vsync` to WindowBuilder, plus the win32 implementation | |||||
| * | | Add `with_vsync` to WindowBuilder, plus the win32 implementation | Tomaka17 | 2014-10-26 | 4 | -5/+26 | |
| | | | ||||||
* | | | Merge pull request #74 from glennw/x11-key-events | tomaka | 2014-10-27 | 1 | -6/+6 | |
|\ \ \ | | | | | | | | | Add backspace event and map some more keys on x11. | |||||
| * | | | Add backspace event and map some more keys on x11. | Glenn Watson | 2014-10-27 | 1 | -6/+6 | |
| | | | | ||||||
* | | | | Merge pull request #76 from glennw/fix-x11-window-res | tomaka | 2014-10-27 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Only reject modes based on resolution when using fullscreen. This fixes ... | |||||
| * | | | | Only reject modes based on resolution when using fullscreen. This fixes ↵ | Glenn Watson | 2014-10-27 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | creating a window that is not the same resolution as an existing video mode. | |||||
* | | | | Merge pull request #78 from glennw/x11-wheel-events | tomaka | 2014-10-27 | 1 | -4/+10 | |
|\ \ \ \ | | | | | | | | | | | Add support for mouse wheel events on x11. | |||||
| * | | | | Add support for mouse wheel events on x11. | Glenn Watson | 2014-10-27 | 1 | -4/+10 | |
| |/ / / | ||||||
* | | | | Merge pull request #77 from glennw/x11-modifiers | tomaka | 2014-10-27 | 1 | -3/+31 | |
|\ \ \ \ | | | | | | | | | | | Add support for keyboard modifiers on x11. | |||||
| * | | | | Add support for keyboard modifiers on x11. | Glenn Watson | 2014-10-27 | 1 | -3/+31 | |
| |/ / / | ||||||
* | | | | Merge pull request #75 from glennw/fix-x11-window-title | tomaka | 2014-10-27 | 1 | -3/+5 | |
|\ \ \ \ | |/ / / |/| | | | Fix bad memory being passed (due to going out of scope) to set title on X11. | |||||
| * | | | Fix bad memory being passed (due to going out of scope) to set title on X11. | Glenn Watson | 2014-10-27 | 1 | -3/+5 | |
|/ / / | ||||||
* / / | Add 64bits versions of gdi32 and opengl32 | Tomaka17 | 2014-10-26 | 2 | -0/+0 | |
|/ / | ||||||
* | | Merge pull request #73 from tomaka/app-appveyor-cfg | tomaka | 2014-10-26 | 4 | -1/+18 | |
|\ \ | | | | | | | Add appveyor configuration file | |||||
| * | | Test now less restrictive | Tomaka17 | 2014-10-26 | 1 | -1/+2 | |
| | | | ||||||
| * | | Add opengl32.a and gdi32.a | Tomaka17 | 2014-10-26 | 3 | -0/+2 | |
| | | | ||||||
| * | | Add appveyor configuration file | Tomaka17 | 2014-10-26 | 1 | -0/+14 | |
| | | | ||||||
* | | | Merge pull request #69 from tomaka/revert-68-fix-native-win | tomaka | 2014-10-26 | 2 | -2/+2 | |
|\ \ \ | |/ / |/| | | [WIP] Fix platform_display behavior on android and win32 | |||||
| * | | Revert "Add `platform_display` impls for win32 and android" | tomaka | 2014-10-25 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #68 from tomaka/fix-native-win | tomaka | 2014-10-24 | 3 | -2/+5 | |
|\ \ | | | | | | | Add `platform_display` impls for win32 and android | |||||
| * | | Add `platform_display` impls for win32 and android | Tomaka17 | 2014-10-24 | 3 | -2/+5 | |
|/ / | | | | | | | Fix the cocoa function | |||||
* | | Merge pull request #65 from glennw/x-threads | tomaka | 2014-10-24 | 4 | -0/+18 | |
|\ \ | | | | | | | Add an interface for providing system wide initialization options to the windowing system. | |||||
| * | | Add an interface for providing system wide initialization options to the ↵ | Glenn Watson | 2014-10-24 | 4 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | windowing system. This allows setting up Linux based systems which use multithreaded OpenGL contexts. | |||||
* | | | Merge pull request #66 from glennw/platform_data | tomaka | 2014-10-24 | 5 | -0/+24 | |
|\ \ \ | | | | | | | | | Add accessor for underlying display handle on Linux. | |||||
| * | | | Make platform data function as unsafe. | Glenn Watson | 2014-10-24 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add accessor for underlying display handle on Linux. Although unimplemented ↵ | Glenn Watson | 2014-10-24 | 5 | -0/+24 | |
| |/ / | | | | | | | | | | on other platforms, this applies to at least android as well. | |||||
* | | | Merge pull request #64 from glennw/fix-get-dimensions | tomaka | 2014-10-24 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | Fix closing X display in get_dimensions | |||||
| * | | Fix closing X display in get_dimensions | Glenn Watson | 2014-10-24 | 1 | -0/+1 | |
|/ / |