Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated functions | Pierre Krieger | 2015-04-03 | 1 | -6/+6 |
| | |||||
* | Merge pull request #347 from tomaka/win32-pixel-format-details | tomaka | 2015-04-03 | 1 | -2/+15 |
|\ | | | | | Fix missing parameter for pixel formats infos on win32 | ||||
| * | Fix missing parameter for pixel formats infos on win32 | Pierre Krieger | 2015-04-02 | 1 | -2/+15 |
| | | |||||
* | | Remove all features for 1.0 beta | Pierre Krieger | 2015-04-03 | 1 | -8/+10 |
| | | |||||
* | | Rustup | Pierre Krieger | 2015-04-02 | 1 | -15/+12 |
|/ | |||||
* | Add support for GLES on Win32 | Pierre Krieger | 2015-04-02 | 1 | -2/+37 |
| | |||||
* | cursor state on w32 | Nathaniel Theis | 2015-04-01 | 1 | -5/+16 |
| | |||||
* | Partially implement cursor state on win32 | Pierre Krieger | 2015-03-30 | 1 | -1/+4 |
| | |||||
* | choose_pixel_format now returns a Result | Pierre Krieger | 2015-03-28 | 1 | -2/+2 |
| | |||||
* | Rustup | Pierre Krieger | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | enumerate monitors in addition to adapters; this allows the MonitorID ↵ | Ryan Stewart | 2015-03-24 | 1 | -1/+1 |
| | | | | implementation to return a more useful monitor name, and the correct native monitor ID | ||||
* | 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 |
| |