aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #511 from thelink2012/drop-win32tomaka2015-07-091-0/+2
|\
| * DroppedFile event for Win32Denilson M. Amorim2015-06-231-0/+2
* | Merge pull request #477 from rozaliev/feature/iostomaka2015-06-291-1/+4
|\ \
| * | [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 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 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
* 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
* Fixed build warningsEsption2015-05-081-0/+1
* Using x11_dl instead of x11.Daggerbot2015-05-071-1/+1
* Remove the "headless" feature entirelyPierre Krieger2015-05-041-2/+0
* Introduced GlProfile enumDzmitry Malyshau2015-05-011-3/+12
* Implemented gl_core flagDzmitry Malyshau2015-04-301-0/+19
* Add a GlContext traitPierre Krieger2015-04-301-0/+28
* Add pixelformat for cocoa and remove individual color componentsFelix Kaaman2015-04-301-4/+2
* Use the shared_library crate instead of loading symbols manuallyPierre Krieger2015-04-271-0/+3
* Reorganize the Linux implementation and split OSMesa and X11Pierre Krieger2015-04-241-2/+0
* Create reorganizationPierre Krieger2015-04-241-15/+1
* Fixes for x11-rs/osmesa-sys conversion.Daggerbot2015-04-111-3/+3
* Using `x11-rs` and `osmesa-rs`.Daggerbot2015-04-091-0/+4
* Add support for sRGB attribute and fix creation on windowsPierre Krieger2015-04-081-0/+13
* Remove deprecated functionsPierre Krieger2015-04-031-2/+2
* Merge pull request #347 from tomaka/win32-pixel-format-detailstomaka2015-04-031-4/+0
|\
| * Fix missing parameter for pixel formats infos on win32Pierre Krieger2015-04-021-4/+0
* | Remove all features for 1.0 betaPierre Krieger2015-04-031-3/+3
* | RustupPierre Krieger2015-04-021-1/+1
|/
* Fix the default value for OpenGL flag againPierre Krieger2015-04-021-1/+1
* Merge pull request #340 from tomaka/winimpl-platformtomaka2015-04-021-7/+7
|\
| * Rename "winimpl" to "platform"Pierre Krieger2015-04-021-7/+7
* | Fix default OpenGL debug flag being the opposite of what it should bePierre Krieger2015-04-021-1/+1
|/
* Update for winapiPierre Krieger2015-03-301-2/+2
* choose_pixel_format now returns a ResultPierre Krieger2015-03-281-2/+2
* Fix compilation on win32Pierre Krieger2015-03-281-1/+1
* Change grab_cursor and ungrab_cursor to set_cursor_statePierre Krieger2015-03-261-0/+17
* Merge pull request #321 from SSheldon/objc_libBrendan Zabarauskas2015-03-261-0/+3
|\
| * Updated to use objc lib.Steven Sheldon2015-03-251-0/+3
* | RustupPierre Krieger2015-03-251-6/+6
|/
* Merge pull request #316 from binsoftware/cocoa-fixesBrendan Zabarauskas2015-03-241-0/+19
|\
| * fix headless build by ensuring NativeMonitorId enum is available internally e...Ryan Stewart2015-03-181-1/+20
| * expose platform-native monitor identifierRyan Stewart2015-03-161-1/+1
* | RustupPierre Krieger2015-03-211-1/+3
|/
* Pull all dependencies from crates.ioPierre Krieger2015-03-131-1/+1
* Allow using non-hardware-accelerated pixel formatsPierre Krieger2015-03-011-7/+8