Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement lists sharing | Pierre Krieger | 2014-11-24 | 1 | -10/+21 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Add support for the OpenGL debug flag | Tomaka17 | 2014-11-09 | 1 | -0/+22 |
| | |||||
* | Use a proper error type for window creation | Tomaka17 | 2014-11-05 | 1 | -3/+17 |
| | |||||
* | Update for changes in gl-rs | Tomaka17 | 2014-11-05 | 1 | -0/+16 |
| | |||||
* | Retrieve the monitors and their info for osx | David Partouche | 2014-11-04 | 1 | -0/+2 |
| | |||||
* | Add visibility-related functions to window | Tomaka17 | 2014-11-01 | 1 | -0/+30 |
| | |||||
* | Fix default window name | Tomaka17 | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Add `with_vsync` to WindowBuilder, plus the win32 implementation | Tomaka17 | 2014-10-26 | 1 | -0/+12 |
| | |||||
* | Merge pull request #65 from glennw/x-threads | tomaka | 2014-10-24 | 1 | -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 Watson | 2014-10-24 | 1 | -0/+2 |
| | | | | | | | | | | | | windowing system. This allows setting up Linux based systems which use multithreaded OpenGL contexts. | ||||
* | | Make platform data function as unsafe. | Glenn Watson | 2014-10-24 | 1 | -1/+1 |
| | | |||||
* | | Add accessor for underlying display handle on Linux. Although unimplemented ↵ | Glenn Watson | 2014-10-24 | 1 | -0/+8 |
|/ | | | | on other platforms, this applies to at least android as well. | ||||
* | Change implementations import system | Tomaka17 | 2014-10-11 | 1 | -13/+8 |
| | |||||
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 1 | -0/+82 |
| | |||||
* | Cocoa opens a window with OpenGL context inside | David Partouche | 2014-10-06 | 1 | -0/+5 |
| | |||||
* | Fix warnings | Pierre Krieger | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | Changed is_fullscreen to monitor.is_some() | DavidPartouche | 2014-09-19 | 1 | -3/+0 |
| | |||||
* | Added fullscreen support for X11 | David Partouche | 2014-09-19 | 1 | -0/+3 |
| | |||||
* | Changed is_fullscreen to monitor.is_some() | DavidPartouche | 2014-09-19 | 1 | -3/+0 |
| | |||||
* | Added fullscreen support for X11 | David Partouche | 2014-09-19 | 1 | -9/+12 |
| | |||||
* | Use the gl_generator macro to generate the bindings for WGL | Tomaka17 | 2014-09-12 | 1 | -0/+1 |
| | |||||
* | Remove old "egl" module | Tomaka17 | 2014-09-12 | 1 | -3/+0 |
| | |||||
* | Add basic support for Android | Tomaka17 | 2014-09-11 | 1 | -1/+5 |
| | |||||
* | Fixed broken build with latest rust update (use 'foo' = 'bar' syntax error) | DavidPartouche | 2014-08-19 | 1 | -3/+3 |
| | |||||
* | Track rust nightly | Tomaka17 | 2014-08-15 | 1 | -4/+4 |
| | |||||
* | Implement Default for Window | Tomaka17 | 2014-08-13 | 1 | -0/+8 |
| | |||||
* | Minor fix in consistency for #[cfg]s | Tomaka17 | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | Now using compile_msg crate instead of static_assert | Tomaka17 | 2014-08-12 | 1 | -2/+3 |
| | |||||
* | get_proc_address now returns a libc::c_void | Tomaka17 | 2014-08-11 | 1 | -2/+2 |
| | |||||
* | Add default title for windows | Tomaka17 | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | set_position now takes ints | Pierre Krieger | 2014-08-07 | 1 | -1/+1 |
| | | | | Fix #12 | ||||
* | Doc now ignored for doctest | Tomaka17 | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | Fix bugs from f4fb699b524 | Felix S. Klock II | 2014-08-03 | 1 | -1/+3 |
| | |||||
* | Add static assert for platform not supported | Tomaka17 | 2014-08-03 | 1 | -0/+4 |
| | |||||
* | Add dummy implementation for OS/X | Tomaka17 | 2014-08-03 | 1 | -2/+4 |
| | |||||
* | Add doc to crate root | Tomaka17 | 2014-08-02 | 1 | -0/+15 |
| | |||||
* | Remove #[exprimental] from make_current | Tomaka17 | 2014-08-02 | 1 | -1/+0 |
| | |||||
* | Dimensions will now match the monitor's in case of fullscreen | Tomaka17 | 2014-08-02 | 1 | -4/+17 |
| | |||||
* | Add get_dimensions() to MonitorID | Tomaka17 | 2014-08-02 | 1 | -0/+6 |
| | |||||
* | Fix docs for Window | Tomaka17 | 2014-08-02 | 1 | -2/+1 |
| | |||||
* | with_monitor -> with_fullscreen | Tomaka17 | 2014-08-02 | 1 | -1/+6 |
| | |||||
* | Add support for specific OpenGL version for Win32 | Tomaka17 | 2014-08-02 | 1 | -0/+11 |
| | |||||
* | Now passing WindowBuilder to implwin::Window::new | Tomaka17 | 2014-08-02 | 1 | -6/+1 |
| | |||||
* | Add iterators for events and WindowBuilder | Tomaka17 | 2014-08-02 | 1 | -58/+89 |
| | |||||
* | Window is no longer NoSend | Tomaka17 | 2014-07-31 | 1 | -2/+0 |
| | |||||
* | Add monitor support for win32 | Tomaka17 | 2014-07-31 | 1 | -1/+2 |
| | |||||
* | Add API for monitors | Tomaka17 | 2014-07-31 | 1 | -0/+31 |
| | |||||
* | MonitorID now defined by the implementations | Tomaka17 | 2014-07-31 | 1 | -1/+7 |
| | |||||
* | make_current() is now unsafe | Tomaka17 | 2014-07-30 | 1 | -2/+3 |
| |