Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `platform_display` impls for win32 and android | Tomaka17 | 2014-10-24 | 1 | -0/+1 |
| | | | | Fix the cocoa function | ||||
* | 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. | ||||
* | Added the Alt key modifier | David Partouche | 2014-10-23 | 1 | -0/+6 |
| | |||||
* | Added the modifiers key as input | David Partouche | 2014-10-23 | 1 | -3/+38 |
| | |||||
* | Fixed switch from atomics to atomic in rust | David Partouche | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Added the KeyPress and KeyRelease events | David Partouche | 2014-10-23 | 2 | -10/+179 |
| | |||||
* | Added ReceivedCharacter event for cocoa | David Partouche | 2014-10-23 | 1 | -2/+10 |
| | |||||
* | Added is_closed to osx window | David Partouche | 2014-10-23 | 1 | -2/+9 |
| | |||||
* | Added mose move event | David Partouche | 2014-10-23 | 1 | -4/+11 |
| | |||||
* | Fixed a compilation error: setContentview changed setContentView_ | David Partouche | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 1 | -3/+31 |
| | |||||
* | Fixed a space missing | DavidPartouche | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | Added events handling for left/right mouse clicking | David Partouche | 2014-10-06 | 1 | -7/+32 |
| | |||||
* | Refactored window initialisation code for cocoa, making it more memory safe | David Partouche | 2014-10-06 | 1 | -29/+77 |
| | |||||
* | Cocoa opens a window with OpenGL context inside | David Partouche | 2014-10-06 | 1 | -12/+94 |
| | |||||
* | Now using compile_msg crate instead of static_assert | Tomaka17 | 2014-08-12 | 1 | -0/+2 |
| | |||||
* | set_position now takes ints | Pierre Krieger | 2014-08-07 | 1 | -1/+1 |
| | | | | Fix #12 | ||||
* | Fix bugs from f4fb699b524 | Felix S. Klock II | 2014-08-03 | 1 | -1/+1 |
| | |||||
* | Add dummy implementation for OS/X | Tomaka17 | 2014-08-03 | 1 | -0/+79 |