Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update events.rs | Ty Overby | 2015-07-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #513 from meh/key-consistency | tomaka | 2015-07-09 | 1 | -3/+3 |
|\ | | | | | Fix some inconsistencies in VirtualKeyCode variant names | ||||
| * | Fix some inconsistencies in VirtualKeyCode variant names | meh | 2015-07-02 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #511 from thelink2012/drop-win32 | tomaka | 2015-07-09 | 1 | -1/+6 |
|\ \ | |/ |/| | [0.3] DroppedFile event for Win32 | ||||
| * | DroppedFile event for Win32 | Denilson M. Amorim | 2015-06-23 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #477 from rozaliev/feature/ios | tomaka | 2015-06-29 | 1 | -0/+40 |
|\ \ | |/ |/| | [WIP] ios support | ||||
| * | [add] ios support | Evgeny Rozaliev | 2015-06-05 | 1 | -0/+40 |
| | | |||||
* | | Correct MouseWheel doc comment. | Robert Knight | 2015-06-15 | 1 | -4/+1 |
| | | | | | | | | | | Remove incomplete sentence and obsolete comment about the meaning of the parameter. | ||||
* | | Correct typo in MouseScrollDelta docs | Robert Knight | 2015-06-13 | 1 | -1/+1 |
| | | |||||
* | | Express scroll deltas as either line or pixel deltas | Robert Knight | 2015-06-13 | 1 | -2/+19 |
|/ | | | | | | | | | | | | Depending on the platform and device, scroll deltas may either be represented as pixel deltas specifying the amount in pixels to scroll or they may be expressed in 'lines' or 'chunks' for low resolution devices (eg. a traditional mouse wheel). Pixel deltas are currently available on OS X. X11 currently supports only integer line deltas, though pixel deltas are available via XInput2. Windows supports fractional line deltas. | ||||
* | Rework MouseWheel event and fix the values on win32 | Pierre Krieger | 2015-04-29 | 1 | -2/+4 |
| | |||||
* | Add Expose event handler which is needed on some window managers. | Glenn Watson | 2015-04-24 | 1 | -0/+3 |
| | |||||
* | Rename enum variants of MouseButton | Eduard Bopp | 2015-02-05 | 1 | -4/+4 |
| | | | | | With enums that are namespaced by default, it seems reasonable to be less redundant in the variant naming here. | ||||
* | fix for latest rustc | Andrew Kelley | 2015-01-23 | 1 | -4/+4 |
| | |||||
* | x11, android, win32: [ui]size, [u]int -> [ui]32 | Andrey Lesnikov | 2015-01-13 | 1 | -3/+3 |
| | |||||
* | Change uint/int to usize/isize | Bryan Bell | 2015-01-12 | 1 | -3/+3 |
| | | | | | From https://github.com/rust-lang/rfcs/pull/544 the types uint/int were renamed to usize/isize. | ||||
* | Update for Rustc | Pierre Krieger | 2015-01-03 | 1 | -4/+4 |
| | |||||
* | Fix event name | Glenn Watson | 2014-12-18 | 1 | -2/+2 |
| | |||||
* | Introduce a WindowProxy for accessing a subset of functionality | Glenn Watson | 2014-12-17 | 1 | -0/+3 |
| | | | | | | | from other threads. This currently provides a way for other threads to wakeup a blocked event loop on X11. Other platforms have stub functions that need to be implemented. This is similar to the functionality of glfwPostEmptyEvent. | ||||
* | Update for Rustc | Pierre Krieger | 2014-12-13 | 1 | -4/+4 |
| | |||||
* | Remove key modifiers in KeyboardInput | Tomaka17 | 2014-11-06 | 1 | -15/+1 |
| | |||||
* | Reorder and add comments to some of the virtual keys | Tomaka17 | 2014-11-06 | 1 | -65/+93 |
| | |||||
* | Added the Alt key modifier | David Partouche | 2014-10-23 | 1 | -0/+2 |
| | |||||
* | Added the KeyPress and KeyRelease events | David Partouche | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Changed statics to uppercase | David Partouche | 2014-10-11 | 1 | -10/+8 |
| | |||||
* | Fixed static uppercase warning | David Partouche | 2014-10-11 | 1 | -2/+4 |
| | |||||
* | Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000 | Tomaka17 | 2014-10-10 | 1 | -8/+8 |
| | |||||
* | Implement new events system | Tomaka17 | 2014-08-13 | 1 | -34/+47 |
| | |||||
* | Remove Iconified and NeedRefresh events | Tomaka17 | 2014-08-02 | 1 | -8/+0 |
| | |||||
* | Fix bad events | Tomaka17 | 2014-07-30 | 1 | -4/+1 |
| | |||||
* | Implement get_position for win32 and fix interface | Tomaka17 | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | Add moved events for win32 | Tomaka17 | 2014-07-27 | 1 | -0/+3 |
| | |||||
* | Remove FramebufferSizeChanged event | Tomaka17 | 2014-07-27 | 1 | -3/+0 |
| | |||||
* | Add some events | Pierre Krieger | 2014-07-27 | 1 | -0/+178 |
| | |||||
* | Cleanup crate root | Tomaka17 | 2014-07-27 | 1 | -0/+33 |