Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for gl_generator's changes | Pierre Krieger | 2014-12-24 | 1 | -16/+2 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-12-23 | 1 | -10/+10 |
| | |||||
* | Fix win32 build without the "window" feature | Pierre Krieger | 2014-12-20 | 1 | -1/+0 |
| | |||||
* | Add semicolons after macro invocations, as required by the latest nightly. | Michael Powell | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Add resize example, fix warnings, make callback an option so it can be removed. | Glenn Watson | 2014-12-19 | 1 | -2/+2 |
| | |||||
* | Add callback function to allow resize messages to be sent on mac. | Glenn Watson | 2014-12-19 | 1 | -0/+6 |
| | |||||
* | Change todo to unimplemented | Glenn Watson | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Introduce a WindowProxy for accessing a subset of functionality | Glenn Watson | 2014-12-17 | 1 | -0/+14 |
| | | | | | | | from other threads. This currently provides a way for other threads to wakeup a blocked event loop on X11. Other platforms have stub functions that need to be implemented. This is similar to the functionality of glfwPostEmptyEvent. | ||||
* | Update for Rustc for win32 | Pierre Krieger | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | Add get_api() function | Pierre Krieger | 2014-12-07 | 1 | -0/+10 |
| | |||||
* | Use the winapi crate instead of our own ffi | Pierre Krieger | 2014-12-02 | 6 | -1078/+341 |
| | |||||
* | Update for rustc on win32 | Pierre Krieger | 2014-11-27 | 1 | -21/+30 |
| | |||||
* | Implement multisampling for x11 | Pierre Krieger | 2014-11-27 | 2 | -4/+5 |
| | |||||
* | Implement lists sharing | Pierre Krieger | 2014-11-24 | 2 | -8/+17 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-11-23 | 1 | -4/+1 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-11-19 | 3 | -192/+207 |
| | |||||
* | Add support for the OpenGL debug flag | Tomaka17 | 2014-11-09 | 2 | -6/+12 |
| | |||||
* | Add CS_OWNDC flag when creating win32 window | Tomaka17 | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | Remove key modifiers in KeyboardInput | Tomaka17 | 2014-11-06 | 1 | -4/+4 |
| | |||||
* | Use a proper error type for window creation | Tomaka17 | 2014-11-05 | 2 | -29/+29 |
| | |||||
* | Update for changes in gl-rs | Tomaka17 | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of http://github.com/tomaka/gl-init-rs | Tomaka17 | 2014-11-05 | 2 | -4/+16 |
|\ | |||||
| * | Add visibility-related functions to window | Tomaka17 | 2014-11-01 | 2 | -4/+16 |
| | | |||||
* | | Fix some warnings in win32 ffi | Tomaka17 | 2014-11-04 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #90 from tomaka/remove-glflush | tomaka | 2014-10-31 | 2 | -6/+0 |
|\ | | | | | Remove call to glFlush() before swap_buffers on win32 | ||||
| * | Remove call to glFlush() before swap_buffers | Tomaka17 | 2014-10-29 | 2 | -6/+0 |
| | | | | | | | | | | | | 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. | ||||
* | | fail! -> panic! | Tomaka17 | 2014-10-30 | 1 | -1/+1 |
|/ | |||||
* | Bugfix in swap interval for win32 | Tomaka17 | 2014-10-27 | 1 | -1/+10 |
| | |||||
* | Add `with_vsync` to WindowBuilder, plus the win32 implementation | Tomaka17 | 2014-10-26 | 3 | -5/+14 |
| | |||||
* | Revert "Add `platform_display` impls for win32 and android" | tomaka | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Add `platform_display` impls for win32 and android | Tomaka17 | 2014-10-24 | 1 | -1/+2 |
| | | | | Fix the cocoa function | ||||
* | Add accessor for underlying display handle on Linux. Although unimplemented ↵ | Glenn Watson | 2014-10-24 | 1 | -0/+4 |
| | | | | on other platforms, this applies to at least android as well. | ||||
* | Update for rustc and gl-rs | Tomaka17 | 2014-10-22 | 3 | -15/+15 |
| | |||||
* | Update for gl-rs | Tomaka17 | 2014-10-21 | 1 | -2/+15 |
| | |||||
* | Fix win32 window not closing when destroying it | Tomaka17 | 2014-10-11 | 2 | -0/+4 |
| | |||||
* | Fix win32 window not having a destructor in headless mode | Tomaka17 | 2014-10-11 | 1 | -1/+0 |
| | |||||
* | Fix bug with 64bits rustc | Tomaka17 | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Fix warnings while compiling for win32 | Tomaka17 | 2014-10-11 | 2 | -5/+7 |
| | |||||
* | Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000 | Tomaka17 | 2014-10-10 | 1 | -372/+373 |
| | |||||
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 2 | -17/+62 |
| | |||||
* | Fix compilation warnings | Tomaka17 | 2014-09-23 | 2 | -4/+4 |
| | |||||
* | Remove unnecessary win32 linkage | Tomaka17 | 2014-09-15 | 1 | -12/+0 |
| | |||||
* | Fix warnings in win32 ffi | Tomaka17 | 2014-09-15 | 1 | -4/+3 |
| | |||||
* | Use the gl_generator macro to generate the bindings for WGL | Tomaka17 | 2014-09-12 | 3 | -67/+51 |
| | |||||
* | Remove call to glViewport after win32 initialization | Tomaka17 | 2014-08-22 | 2 | -11/+0 |
| | |||||
* | Cleanup temporary objects in case of error during creation on win32 | Tomaka17 | 2014-08-22 | 1 | -0/+10 |
| | | | | See #10 | ||||
* | Fix & add some comments for win32 | Tomaka17 | 2014-08-22 | 1 | -13/+15 |
| | |||||
* | Not specifiying dimensions on win32 now results in CW_USEDEFAULT | Tomaka17 | 2014-08-22 | 1 | -3/+9 |
| | | | | Close #11 | ||||
* | Win32: no longer fails when calling swap_buffers on a closed window | Tomaka17 | 2014-08-15 | 1 | -5/+1 |
| | |||||
* | Implement new events system | Tomaka17 | 2014-08-13 | 3 | -29/+39 |
| |