aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 win32
| * 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" module to "platform"
| * 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
|\ | | | | Use objc crate for Objective-C runtime functionality
| * 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
|\ | | | | Cocoa fixes: memory leaks, monitor handling, is_current()
| * fix headless build by ensuring NativeMonitorId enum is available internally ↵Ryan Stewart2015-03-181-1/+20
| | | | | | | | even without the window feature; add Eq/PartialEq to NativeMonitorId
| * 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
|
* Fix creating non-hardware-accelerated contextsPierre Krieger2015-03-011-0/+5
|
* Use the WGL API to determine extended pixel format, plus fix creationPierre Krieger2015-03-011-0/+1
|
* Remove deprecated 'allow' lintCorey Farwell2015-02-211-1/+0
|
* Opt into features to silence warningsCorey Farwell2015-02-211-1/+1
|
* Deref before matchingCorey Farwell2015-02-211-3/+3
| | | | rust-guidelines encourages this
* Improve the OpenGL context request systemPierre Krieger2015-02-181-2/+26
|
* Implement better handling for pixel formatsPierre Krieger2015-02-161-1/+52
|
* Cleanup crate root by moving headless and window to modulesPierre Krieger2015-02-161-589/+9
|
* Merge pull request #70 from tomaka/fix-iteratorstomaka2015-02-101-28/+6
|\ | | | | Use platform-specific iterators instead
| * Win32: use platform-specific iterators insteadTomaka172015-02-101-28/+6
| |
* | Implement win32 initialization in a cleaner wayPierre Krieger2015-02-101-0/+27
|/
* Add WebGL in the APIs listPierre Krieger2015-01-291-0/+2
|