Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #66 from glennw/platform_data | tomaka | 2014-10-24 | 1 | -0/+4 | |
|\ \ | | | | | | | Add accessor for underlying display handle on Linux. | |||||
| * | | Add accessor for underlying display handle on Linux. Although unimplemented ↵ | Glenn Watson | 2014-10-24 | 1 | -0/+4 | |
| |/ | | | | | | | on other platforms, this applies to at least android as well. | |||||
* / | Fix closing X display in get_dimensions | Glenn Watson | 2014-10-24 | 1 | -0/+1 | |
|/ | ||||||
* | Update for rustc and gl-rs | Tomaka17 | 2014-10-22 | 2 | -12/+12 | |
| | ||||||
* | Update for gl-rs | Tomaka17 | 2014-10-21 | 1 | -2/+15 | |
| | ||||||
* | Use gl-rs's GLX bindings for x11 | Pierre Krieger | 2014-10-13 | 2 | -75/+34 | |
| | ||||||
* | Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000 | Tomaka17 | 2014-10-10 | 2 | -1177/+1177 | |
| | ||||||
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 6 | -496/+580 | |
| | ||||||
* | Fix warnings | Pierre Krieger | 2014-10-05 | 1 | -0/+1 | |
| | ||||||
* | Fix compilation warnings | Tomaka17 | 2014-09-23 | 2 | -6/+6 | |
| | ||||||
* | Use the correct monitor when fullscreen for X11 | DavidPartouche | 2014-09-20 | 2 | -3/+4 | |
| | ||||||
* | Added output to get_name for x11 monitors | DavidPartouche | 2014-09-19 | 1 | -1/+2 | |
| | ||||||
* | Get the monitors attached to the display, and their resolution for X11 | DavidPartouche | 2014-09-19 | 1 | -1/+1 | |
| | ||||||
* | Changed is_fullscreen to monitor.is_some() | DavidPartouche | 2014-09-19 | 1 | -2/+2 | |
| | ||||||
* | Added fullscreen support for X11 | David Partouche | 2014-09-19 | 1 | -3/+3 | |
| | ||||||
* | Get the monitors attached to the display, and their resolution for X11 | DavidPartouche | 2014-09-19 | 3 | -23/+63 | |
| | ||||||
* | Changed is_fullscreen to monitor.is_some() | DavidPartouche | 2014-09-19 | 2 | -2/+3 | |
| | ||||||
* | Added fullscreen support for X11 | David Partouche | 2014-09-19 | 2 | -17/+92 | |
| | ||||||
* | make x11 keyboard repeat detectable | Evan Tatarka | 2014-09-15 | 2 | -1/+13 | |
| | ||||||
* | Remove forgotten debugging println | Tomaka17 | 2014-08-22 | 1 | -4/+1 | |
| | | | | Closes #26 | |||||
* | Implement new events system | Tomaka17 | 2014-08-13 | 2 | -33/+31 | |
| | ||||||
* | Remove dummy context creation for X11 | Tomaka17 | 2014-08-12 | 1 | -31/+11 | |
| | ||||||
* | Now calling glViewport on X11 when the window is created | Pierre Krieger | 2014-08-07 | 1 | -3/+16 | |
| | | | | See #14 | |||||
* | set_position now takes ints | Pierre Krieger | 2014-08-07 | 1 | -1/+1 | |
| | | | | Fix #12 | |||||
* | Fix two warnings on X11 | Pierre Krieger | 2014-08-07 | 1 | -4/+4 | |
| | ||||||
* | Add some error detection | Pierre Krieger | 2014-08-07 | 1 | -1/+7 | |
| | ||||||
* | Fix glXCreateContextAttrib always null | Pierre Krieger | 2014-08-07 | 1 | -12/+26 | |
| | ||||||
* | Cleaner GL creation on X11 | Pierre Krieger | 2014-08-07 | 2 | -2/+54 | |
| | ||||||
* | Minor style fix in X11 | Pierre Krieger | 2014-08-07 | 1 | -2/+1 | |
| | ||||||
* | Now using glXChooseFBConfig | Pierre Krieger | 2014-08-07 | 2 | -18/+42 | |
| | ||||||
* | Implement set_window_position for x11 | Pierre Krieger | 2014-08-02 | 2 | -1/+2 | |
| | ||||||
* | Dimensions will now match the monitor's in case of fullscreen | Tomaka17 | 2014-08-02 | 1 | -1/+1 | |
| | ||||||
* | Add get_dimensions() to MonitorID | Tomaka17 | 2014-08-02 | 1 | -0/+4 | |
| | ||||||
* | Now passing WindowBuilder to implwin::Window::new | Tomaka17 | 2014-08-02 | 1 | -4/+6 | |
| | ||||||
* | Add iterators for events and WindowBuilder | Tomaka17 | 2014-08-02 | 1 | -2/+2 | |
| | ||||||
* | Implement ReceivedCharacter for X11 | Pierre Krieger | 2014-07-31 | 2 | -17/+96 | |
| | ||||||
* | Add mouse buttons press/release events for X11 | Pierre Krieger | 2014-07-31 | 2 | -1/+26 | |
| | ||||||
* | Fix warning in X11 ffi | Pierre Krieger | 2014-07-31 | 1 | -0/+1 | |
| | ||||||
* | Add get_position and get_inner_size for X11 | Pierre Krieger | 2014-07-31 | 2 | -2/+30 | |
| | ||||||
* | Add some keyboard events for X11 | Pierre Krieger | 2014-07-31 | 1 | -24/+24 | |
| | ||||||
* | Add monitor support for win32 | Tomaka17 | 2014-07-31 | 1 | -0/+6 | |
| | ||||||
* | Add API for monitors | Tomaka17 | 2014-07-31 | 1 | -0/+8 | |
| | ||||||
* | MonitorID now defined by the implementations | Tomaka17 | 2014-07-31 | 1 | -1/+3 | |
| | ||||||
* | make_current() is now unsafe | Tomaka17 | 2014-07-30 | 1 | -2/+2 | |
| | ||||||
* | should_close() renamed to is_closed() | Tomaka17 | 2014-07-30 | 1 | -5/+5 | |
| | ||||||
* | Fix bad events | Tomaka17 | 2014-07-30 | 1 | -2/+2 | |
| | ||||||
* | Window getters now return an Option in case where the Window has been closed | Tomaka17 | 2014-07-30 | 1 | -3/+3 | |
| | ||||||
* | Better events handling on X11 | Pierre Krieger | 2014-07-28 | 2 | -54/+84 | |
| | ||||||
* | Work on input support for X11 | Pierre Krieger | 2014-07-28 | 3 | -1/+2067 | |
| | ||||||
* | Implement CursorPositionChanged event for X11 | Pierre Krieger | 2014-07-28 | 2 | -2/+28 | |
| |