Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Using x11_dl instead of x11. | Daggerbot | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Remove the "headless" feature entirely | Pierre Krieger | 2015-05-04 | 1 | -2/+0 |
| | |||||
* | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 1 | -3/+12 |
| | |||||
* | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 1 | -0/+19 |
| | |||||
* | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 1 | -0/+28 |
| | |||||
* | Add pixelformat for cocoa and remove individual color components | Felix Kaaman | 2015-04-30 | 1 | -4/+2 |
| | |||||
* | Use the shared_library crate instead of loading symbols manually | Pierre Krieger | 2015-04-27 | 1 | -0/+3 |
| | |||||
* | Reorganize the Linux implementation and split OSMesa and X11 | Pierre Krieger | 2015-04-24 | 1 | -2/+0 |
| | |||||
* | Create reorganization | Pierre Krieger | 2015-04-24 | 1 | -15/+1 |
| | |||||
* | Fixes for x11-rs/osmesa-sys conversion. | Daggerbot | 2015-04-11 | 1 | -3/+3 |
| | |||||
* | Using `x11-rs` and `osmesa-rs`. | Daggerbot | 2015-04-09 | 1 | -0/+4 |
| | |||||
* | Add support for sRGB attribute and fix creation on windows | Pierre Krieger | 2015-04-08 | 1 | -0/+13 |
| | |||||
* | Remove deprecated functions | Pierre Krieger | 2015-04-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #347 from tomaka/win32-pixel-format-details | tomaka | 2015-04-03 | 1 | -4/+0 |
|\ | | | | | Fix missing parameter for pixel formats infos on win32 | ||||
| * | Fix missing parameter for pixel formats infos on win32 | Pierre Krieger | 2015-04-02 | 1 | -4/+0 |
| | | |||||
* | | Remove all features for 1.0 beta | Pierre Krieger | 2015-04-03 | 1 | -3/+3 |
| | | |||||
* | | Rustup | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
|/ | |||||
* | Fix the default value for OpenGL flag again | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #340 from tomaka/winimpl-platform | tomaka | 2015-04-02 | 1 | -7/+7 |
|\ | | | | | Rename "winimpl" module to "platform" | ||||
| * | Rename "winimpl" to "platform" | Pierre Krieger | 2015-04-02 | 1 | -7/+7 |
| | | |||||
* | | Fix default OpenGL debug flag being the opposite of what it should be | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
|/ | |||||
* | Update for winapi | Pierre Krieger | 2015-03-30 | 1 | -2/+2 |
| | |||||
* | choose_pixel_format now returns a Result | Pierre Krieger | 2015-03-28 | 1 | -2/+2 |
| | |||||
* | Fix compilation on win32 | Pierre Krieger | 2015-03-28 | 1 | -1/+1 |
| |