Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the emscripten port of glutin | Pierre Krieger | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Fix EGL for wayland. | Victor Berger | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | api/wayland: Reset to empty API. | Victor Berger | 2015-12-22 | 1 | -0/+3 |
| | | | | In order to build the whole new structure. | ||||
* | Remove now unneeded function | Pierre Krieger | 2015-12-19 | 1 | -104/+0 |
| | |||||
* | Switch WGL to ChoosePixelFormat | Pierre Krieger | 2015-12-19 | 1 | -0/+1 |
| | |||||
* | Change PixelFormatRequirements | Pierre Krieger | 2015-12-19 | 1 | -15/+67 |
| | |||||
* | Removed comments, fixed Some/None matches, removed unnecessary lock checks | Aceeri | 2015-11-09 | 1 | -2/+2 |
| | |||||
* | Minimum/maximum dimensions for windows in win32 api | Aceeri | 2015-11-09 | 1 | -0/+12 |
| | |||||
* | Update to libc 0.2, remove unnecessary gl_common crate | mitchmindtree | 2015-11-09 | 1 | -1/+0 |
| | |||||
* | Remove public exports of gl_common and libc | Pierre Krieger | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | Remove the window feature entirely | Pierre Krieger | 2015-10-03 | 1 | -4/+0 |
| | |||||
* | Add an `os` module containing platform-specific traits | Pierre Krieger | 2015-10-03 | 1 | -1/+30 |
| | |||||
* | Warning fixes for OS X. | Josh Matthews | 2015-09-28 | 1 | -0/+2 |
| | |||||
* | Rename MonitorID -> MonitorId | Pierre Krieger | 2015-09-24 | 1 | -2/+2 |
| | |||||
* | Add #[inline] attributes | Pierre Krieger | 2015-09-23 | 1 | -0/+4 |
| | |||||
* | make glutin compile on all iOS targets | Tim Neumann | 2015-09-21 | 1 | -2/+3 |
| | |||||
* | Remove BuilderAttribs | Pierre Krieger | 2015-09-21 | 1 | -34/+1 |
| | |||||
* | Remove extract_non_static | Pierre Krieger | 2015-09-21 | 1 | -22/+0 |
| | |||||
* | Switch EGL to use only pf_reqs and opengl | Pierre Krieger | 2015-09-21 | 1 | -20/+28 |
| | |||||
* | Add GlAttributes::map_sharing | Pierre Krieger | 2015-09-21 | 1 | -0/+14 |
| | |||||
* | Extract PixelFormatRequirements from BuilderAttribs | Pierre Krieger | 2015-09-21 | 1 | -28/+37 |
| | |||||
* | Extract WindowAttributes from the BuilderAttribs | Pierre Krieger | 2015-09-21 | 1 | -21/+56 |
| | |||||
* | Extract GlAttributes from BuilderAttribs | Pierre Krieger | 2015-09-21 | 1 | -22/+65 |
| | |||||
* | Err when a X connection cannot be created instead of panicking | Pierre Krieger | 2015-09-20 | 1 | -1/+10 |
| | |||||
* | Make it work on DragonFly/FreeBSD | Michael Neumann | 2015-08-30 | 1 | -1/+1 |
| | | | | Tested on DragonFly BSD. Should work similarily on FreeBSD. | ||||
* | Removed dot in error message | Sven Nilsen | 2015-08-05 | 1 | -1/+1 |
| | | | | Closes https://github.com/tomaka/glutin/issues/562 | ||||
* | Typo in error message | Braden Evans | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | Implement Display, Error for ContextError | Braden Evans | 2015-08-04 | 1 | -1/+22 |
| | |||||
* | Better choice for the pixel format | Pierre Krieger | 2015-07-25 | 1 | -19/+64 |
| | |||||
* | Add smaall TODO | Pierre Krieger | 2015-07-20 | 1 | -0/+1 |
| | |||||
* | Add CreationError::NoAvailablePixelFormat | Pierre Krieger | 2015-07-20 | 1 | -1/+4 |
| | |||||
* | Add CreationError::OpenGlVersionNotSupported | Pierre Krieger | 2015-07-20 | 1 | -0/+3 |
| | |||||
* | Add CreationError::RobustnessNotSupported | Pierre Krieger | 2015-07-20 | 1 | -0/+3 |
| | |||||
* | Correct window creation on X11 | Pierre Krieger | 2015-07-19 | 1 | -1/+2 |
| | |||||
* | Merge pull request #511 from thelink2012/drop-win32 | tomaka | 2015-07-09 | 1 | -0/+2 |
|\ | | | | | [0.3] DroppedFile event for Win32 | ||||
| * | DroppedFile event for Win32 | Denilson M. Amorim | 2015-06-23 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #477 from rozaliev/feature/ios | tomaka | 2015-06-29 | 1 | -1/+4 |
|\ \ | | | | | | | [WIP] ios support | ||||
| * | | [add] ios support | Evgeny Rozaliev | 2015-06-05 | 1 | -1/+4 |
| | | | |||||
* | | | Add support for the EGL_KHR_create_context_no_error extension | Pierre Krieger | 2015-06-25 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #497 from tomaka/robustness | tomaka | 2015-06-23 | 1 | -0/+30 |
|\ \ \ | | | | | | | | | Add with_robustness and handle robustness on all implementations | ||||
| * | | | Add with_robustness and handle robustness on all implementations | Pierre Krieger | 2015-06-22 | 1 | -0/+30 |
| | |/ | |/| | |||||
* / | | Makes sure that the pf has the same multisampling settings as the requirements | Pierre Krieger | 2015-06-21 | 1 | -2/+9 |
|/ / | |||||
* | | Merge pull request #486 from tomaka/context-error | tomaka | 2015-06-17 | 1 | -3/+12 |
|\ \ | | | | | | | Handle errors from MakeCurrent and SwapBuffers | ||||
| * | | Handle errors from MakeCurrent and SwapBuffers | Pierre Krieger | 2015-06-16 | 1 | -3/+12 |
| |/ | |||||
* / | Make legacy functions crash on osx core contexts | Felix Kaaman | 2015-06-16 | 1 | -0/+2 |
|/ | |||||
* | Switch to the official crates. | Jack Moffitt | 2015-06-03 | 1 | -1/+1 |
| | | | | cocoa, core-foundation, and core-graphics are now on crates.io. | ||||
* | Switch to dwmapi | Pierre Krieger | 2015-05-24 | 1 | -0/+2 |
| | |||||
* | Add API for transparency and decorations and add support for win32 | Pierre Krieger | 2015-05-24 | 1 | -0/+6 |
| | |||||
* | Several WGL cleanups | Pierre Krieger | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | Fixed build warnings | Esption | 2015-05-08 | 1 | -0/+1 |
| |