Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the OpenGL context request system | Pierre Krieger | 2015-02-18 | 1 | -6/+18 |
| | |||||
* | Extract load_opengl32_dll | Pierre Krieger | 2015-02-16 | 1 | -13/+15 |
| | |||||
* | Implement enumerate_arb_pixel_formats | Pierre Krieger | 2015-02-16 | 1 | -2/+48 |
| | |||||
* | Switch to create_context for the real context | Pierre Krieger | 2015-02-16 | 1 | -49/+5 |
| | |||||
* | Implement better handling for pixel formats | Pierre Krieger | 2015-02-16 | 1 | -24/+58 |
| | |||||
* | Extract and add create_context function | Pierre Krieger | 2015-02-16 | 1 | -12/+61 |
| | |||||
* | Start splitting win32::init into multiple functions | Pierre Krieger | 2015-02-16 | 1 | -327/+338 |
| | |||||
* | Extract callback from win32/init.rs | Pierre Krieger | 2015-02-16 | 1 | -233/+5 |
| | |||||
* | Implement win32 initialization in a cleaner way | Pierre Krieger | 2015-02-10 | 1 | -20/+17 |
| | |||||
* | Rename enum variants of MouseButton | Eduard Bopp | 2015-02-05 | 1 | -12/+12 |
| | | | | | With enums that are namespaced by default, it seems reasonable to be less redundant in the variant naming here. | ||||
* | Upgrade to latest winapi | Peter Atashian | 2015-01-25 | 1 | -32/+35 |
| | | | | Signed-off-by: Peter Atashian <retep998@gmail.com> | ||||
* | x11, android, win32: [ui]size, [u]int -> [ui]32 | Andrey Lesnikov | 2015-01-13 | 1 | -19/+19 |
| | |||||
* | Update for rust alpha 1.0 | Pierre Krieger | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | Update for Rustc | Pierre Krieger | 2015-01-08 | 1 | -3/+5 |
| | |||||
* | Update for Rustc | Pierre Krieger | 2015-01-03 | 1 | -6/+8 |
| | |||||
* | Update for changes in Send/Sync traits | Pierre Krieger | 2014-12-30 | 1 | -1/+7 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-12-23 | 1 | -10/+10 |
| | |||||
* | Add semicolons after macro invocations, as required by the latest nightly. | Michael Powell | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Update for Rustc for win32 | Pierre Krieger | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | Use the winapi crate instead of our own ffi | Pierre Krieger | 2014-12-02 | 1 | -124/+129 |
| | |||||
* | Update for rustc on win32 | Pierre Krieger | 2014-11-27 | 1 | -21/+30 |
| | |||||
* | Implement multisampling for x11 | Pierre Krieger | 2014-11-27 | 1 | -1/+2 |
| | |||||
* | Implement lists sharing | Pierre Krieger | 2014-11-24 | 1 | -4/+11 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-11-23 | 1 | -4/+1 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-11-19 | 1 | -17/+32 |
| | |||||
* | Add support for the OpenGL debug flag | Tomaka17 | 2014-11-09 | 1 | -2/+7 |
| | |||||
* | 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 | 1 | -26/+26 |
| | |||||
* | Update for changes in gl-rs | Tomaka17 | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Add visibility-related functions to window | Tomaka17 | 2014-11-01 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -1/+9 |
| | |||||
* | Update for rustc and gl-rs | Tomaka17 | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Fix bug with 64bits rustc | Tomaka17 | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Fix warnings while compiling for win32 | Tomaka17 | 2014-10-11 | 1 | -4/+5 |
| | |||||
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 1 | -15/+25 |
| | |||||
* | Fix compilation warnings | Tomaka17 | 2014-09-23 | 1 | -3/+3 |
| | |||||
* | Use the gl_generator macro to generate the bindings for WGL | Tomaka17 | 2014-09-12 | 1 | -37/+33 |
| | |||||
* | Remove call to glViewport after win32 initialization | Tomaka17 | 2014-08-22 | 1 | -8/+0 |
| | |||||
* | Cleanup temporary objects in case of error during creation on win32 | Tomaka17 | 2014-08-22 | 1 | -0/+10 |
| | | | | See #10 | ||||
* | Not specifiying dimensions on win32 now results in CW_USEDEFAULT | Tomaka17 | 2014-08-22 | 1 | -3/+9 |
| | | | | Close #11 | ||||
* | Implement new events system | Tomaka17 | 2014-08-13 | 1 | -26/+35 |
| | |||||
* | Fix attempt for #22 | Tomaka17 | 2014-08-12 | 1 | -0/+4 |
| | |||||
* | Add flags when choosing pixel format | Tomaka17 | 2014-08-07 | 1 | -1/+2 |
| | |||||
* | Call glViewport on windows init for win32 | Tomaka17 | 2014-08-07 | 1 | -2/+13 |
| | | | | See #14 | ||||
* | Correctly handling pixel format and fullscreen resolution on Win32 | Tomaka17 | 2014-08-02 | 1 | -6/+26 |
| | |||||
* | Dimensions will now match the monitor's in case of fullscreen | Tomaka17 | 2014-08-02 | 1 | -2/+2 |
| | |||||
* | Add support for specific OpenGL version for Win32 | Tomaka17 | 2014-08-02 | 1 | -4/+12 |
| | |||||
* | Now passing WindowBuilder to implwin::Window::new | Tomaka17 | 2014-08-02 | 1 | -15/+13 |
| |