aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use the winapi crate instead of our own ffiPierre Krieger2014-12-021-0/+2
|
* Implement multisampling for x11Pierre Krieger2014-11-271-0/+14
|
* Update for rustcPierre Krieger2014-11-261-2/+0
|
* Implement lists sharingPierre Krieger2014-11-241-10/+21
|
* Update for rustcPierre Krieger2014-11-191-1/+1
|
* Add support for the OpenGL debug flagTomaka172014-11-091-0/+22
|
* Use a proper error type for window creationTomaka172014-11-051-3/+17
|
* Update for changes in gl-rsTomaka172014-11-051-0/+16
|
* Retrieve the monitors and their info for osxDavid Partouche2014-11-041-0/+2
|
* Add visibility-related functions to windowTomaka172014-11-011-0/+30
|
* Fix default window nameTomaka172014-10-271-1/+1
|
* Add `with_vsync` to WindowBuilder, plus the win32 implementationTomaka172014-10-261-0/+12
|
* Merge pull request #65 from glennw/x-threadstomaka2014-10-241-0/+2
|\ | | | | Add an interface for providing system wide initialization options to the windowing system.
| * Add an interface for providing system wide initialization options to the ↵Glenn Watson2014-10-241-0/+2
| | | | | | | | | | | | windowing system. This allows setting up Linux based systems which use multithreaded OpenGL contexts.
* | Make platform data function as unsafe.Glenn Watson2014-10-241-1/+1
| |
* | Add accessor for underlying display handle on Linux. Although unimplemented ↵Glenn Watson2014-10-241-0/+8
|/ | | | on other platforms, this applies to at least android as well.
* Change implementations import systemTomaka172014-10-111-13/+8
|
* Implement headless renderingTomaka172014-10-091-0/+82
|
* Cocoa opens a window with OpenGL context insideDavid Partouche2014-10-061-0/+5
|
* Fix warningsPierre Krieger2014-10-051-1/+1
|
* Changed is_fullscreen to monitor.is_some()DavidPartouche2014-09-191-3/+0
|
* Added fullscreen support for X11David Partouche2014-09-191-0/+3
|
* Changed is_fullscreen to monitor.is_some()DavidPartouche2014-09-191-3/+0
|
* Added fullscreen support for X11David Partouche2014-09-191-9/+12
|
* Use the gl_generator macro to generate the bindings for WGLTomaka172014-09-121-0/+1
|
* Remove old "egl" moduleTomaka172014-09-121-3/+0
|
* Add basic support for AndroidTomaka172014-09-111-1/+5
|
* Fixed broken build with latest rust update (use 'foo' = 'bar' syntax error)DavidPartouche2014-08-191-3/+3
|
* Track rust nightlyTomaka172014-08-151-4/+4
|
* Implement Default for WindowTomaka172014-08-131-0/+8
|
* Minor fix in consistency for #[cfg]sTomaka172014-08-121-1/+1
|
* Now using compile_msg crate instead of static_assertTomaka172014-08-121-2/+3
|
* get_proc_address now returns a libc::c_voidTomaka172014-08-111-2/+2
|
* Add default title for windowsTomaka172014-08-071-1/+1
|
* set_position now takes intsPierre Krieger2014-08-071-1/+1
| | | | Fix #12
* Doc now ignored for doctestTomaka172014-08-071-1/+1
|
* Fix bugs from f4fb699b524Felix S. Klock II2014-08-031-1/+3
|
* Add static assert for platform not supportedTomaka172014-08-031-0/+4
|
* Add dummy implementation for OS/XTomaka172014-08-031-2/+4
|
* Add doc to crate rootTomaka172014-08-021-0/+15
|
* Remove #[exprimental] from make_currentTomaka172014-08-021-1/+0
|
* Dimensions will now match the monitor's in case of fullscreenTomaka172014-08-021-4/+17
|
* Add get_dimensions() to MonitorIDTomaka172014-08-021-0/+6
|
* Fix docs for WindowTomaka172014-08-021-2/+1
|
* with_monitor -> with_fullscreenTomaka172014-08-021-1/+6
|
* Add support for specific OpenGL version for Win32Tomaka172014-08-021-0/+11
|
* Now passing WindowBuilder to implwin::Window::newTomaka172014-08-021-6/+1
|
* Add iterators for events and WindowBuilderTomaka172014-08-021-58/+89
|
* Window is no longer NoSendTomaka172014-07-311-2/+0
|
* Add monitor support for win32Tomaka172014-07-311-1/+2
|