aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix this_platform_is_not_supported on OpenBSD.Kirill Zdornyy2016-03-011-2/+2
| | | | I followed the steps of @mneumann.
* Update the emscripten port of glutinPierre Krieger2016-02-091-1/+1
|
* Fix EGL for wayland.Victor Berger2016-01-031-1/+1
|
* api/wayland: Reset to empty API.Victor Berger2015-12-221-0/+3
| | | | In order to build the whole new structure.
* Remove now unneeded functionPierre Krieger2015-12-191-104/+0
|
* Switch WGL to ChoosePixelFormatPierre Krieger2015-12-191-0/+1
|
* Change PixelFormatRequirementsPierre Krieger2015-12-191-15/+67
|
* Removed comments, fixed Some/None matches, removed unnecessary lock checksAceeri2015-11-091-2/+2
|
* Minimum/maximum dimensions for windows in win32 apiAceeri2015-11-091-0/+12
|
* Update to libc 0.2, remove unnecessary gl_common cratemitchmindtree2015-11-091-1/+0
|
* Remove public exports of gl_common and libcPierre Krieger2015-11-091-1/+1
|
* Remove the window feature entirelyPierre Krieger2015-10-031-4/+0
|
* Add an `os` module containing platform-specific traitsPierre Krieger2015-10-031-1/+30
|
* Warning fixes for OS X.Josh Matthews2015-09-281-0/+2
|
* Rename MonitorID -> MonitorIdPierre Krieger2015-09-241-2/+2
|
* Add #[inline] attributesPierre Krieger2015-09-231-0/+4
|
* make glutin compile on all iOS targetsTim Neumann2015-09-211-2/+3
|
* Remove BuilderAttribsPierre Krieger2015-09-211-34/+1
|
* Remove extract_non_staticPierre Krieger2015-09-211-22/+0
|
* Switch EGL to use only pf_reqs and openglPierre Krieger2015-09-211-20/+28
|
* Add GlAttributes::map_sharingPierre Krieger2015-09-211-0/+14
|
* Extract PixelFormatRequirements from BuilderAttribsPierre Krieger2015-09-211-28/+37
|
* Extract WindowAttributes from the BuilderAttribsPierre Krieger2015-09-211-21/+56
|
* Extract GlAttributes from BuilderAttribsPierre Krieger2015-09-211-22/+65
|
* Err when a X connection cannot be created instead of panickingPierre Krieger2015-09-201-1/+10
|
* Make it work on DragonFly/FreeBSDMichael Neumann2015-08-301-1/+1
| | | | Tested on DragonFly BSD. Should work similarily on FreeBSD.
* Removed dot in error messageSven Nilsen2015-08-051-1/+1
| | | | Closes https://github.com/tomaka/glutin/issues/562
* Typo in error messageBraden Evans2015-08-041-1/+1
|
* Implement Display, Error for ContextErrorBraden Evans2015-08-041-1/+22
|
* Better choice for the pixel formatPierre Krieger2015-07-251-19/+64
|
* Add smaall TODOPierre Krieger2015-07-201-0/+1
|
* Add CreationError::NoAvailablePixelFormatPierre Krieger2015-07-201-1/+4
|
* Add CreationError::OpenGlVersionNotSupportedPierre Krieger2015-07-201-0/+3
|
* Add CreationError::RobustnessNotSupportedPierre Krieger2015-07-201-0/+3
|
* Correct window creation on X11Pierre Krieger2015-07-191-1/+2
|
* Merge pull request #511 from thelink2012/drop-win32tomaka2015-07-091-0/+2
|\ | | | | [0.3] DroppedFile event for Win32
| * DroppedFile event for Win32Denilson M. Amorim2015-06-231-0/+2
| |
* | Merge pull request #477 from rozaliev/feature/iostomaka2015-06-291-1/+4
|\ \ | | | | | | [WIP] ios support
| * | [add] ios supportEvgeny Rozaliev2015-06-051-1/+4
| | |
* | | Add support for the EGL_KHR_create_context_no_error extensionPierre Krieger2015-06-251-0/+7
| | |
* | | Merge pull request #497 from tomaka/robustnesstomaka2015-06-231-0/+30
|\ \ \ | | | | | | | | Add with_robustness and handle robustness on all implementations
| * | | Add with_robustness and handle robustness on all implementationsPierre Krieger2015-06-221-0/+30
| | |/ | |/|
* / | Makes sure that the pf has the same multisampling settings as the requirementsPierre Krieger2015-06-211-2/+9
|/ /
* | Merge pull request #486 from tomaka/context-errortomaka2015-06-171-3/+12
|\ \ | | | | | | Handle errors from MakeCurrent and SwapBuffers
| * | Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-3/+12
| |/
* / Make legacy functions crash on osx core contextsFelix Kaaman2015-06-161-0/+2
|/
* Switch to the official crates.Jack Moffitt2015-06-031-1/+1
| | | | cocoa, core-foundation, and core-graphics are now on crates.io.
* Switch to dwmapiPierre Krieger2015-05-241-0/+2
|
* Add API for transparency and decorations and add support for win32Pierre Krieger2015-05-241-0/+6
|
* Several WGL cleanupsPierre Krieger2015-05-221-1/+1
|