Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | honor top-left coordinates when requesting fullscreen to make sure window ↵ | Ryan Stewart | 2015-03-24 | 1 | -2/+7 |
| | | | | appears on the correct monitor | ||||
* | Minor changes in documentation | Pierre Krieger | 2015-03-01 | 1 | -14/+12 |
| | |||||
* | Add a guard for the calls to MakeCurrent during initialization | Pierre Krieger | 2015-03-01 | 1 | -16/+7 |
| | |||||
* | Add wrappers for safer error recovery during initialization | Pierre Krieger | 2015-03-01 | 1 | -53/+40 |
| | |||||
* | Fix various warnings | Pierre Krieger | 2015-03-01 | 1 | -2/+3 |
| | |||||
* | Mark functions as unsafe instead of having a lot of blocks | Pierre Krieger | 2015-03-01 | 1 | -85/+84 |
| | |||||
* | Fix creating non-hardware-accelerated contexts | Pierre Krieger | 2015-03-01 | 1 | -6/+3 |
| | |||||
* | Use the WGL API to determine extended pixel format, plus fix creation | Pierre Krieger | 2015-03-01 | 1 | -35/+33 |
| | |||||
* | Do not call wglShareLists is ctxt is null | tomaka | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Fix win32 compilation | tomaka | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Removed as_slice_with_nul as CString now derefs to a CStr | mitchmindtree | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | RingBuf -> VecDeque for other platforms, as_slice_with_nul -> as_bytes_with_nul | mitchmindtree | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #282 from tomaka/gl-api | tomaka | 2015-02-19 | 1 | -6/+18 |
|\ | | | | | Improve the OpenGL context request system | ||||
| * | Improve the OpenGL context request system | Pierre Krieger | 2015-02-18 | 1 | -6/+18 |
| | | |||||
* | | Update for rustc | Pierre Krieger | 2015-02-19 | 1 | -9/+9 |
|/ | |||||
* | 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 |
| |