Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for side buttons on mouse | Aceeri | 2015-12-29 | 1 | -0/+18 |
| | |||||
* | Fixes cursor behavior with windows | Rengierof | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | Removed comments, fixed Some/None matches, removed unnecessary lock checks | Aceeri | 2015-11-09 | 1 | -13/+8 |
| | |||||
* | Corrections to sharing data | Aceeri | 2015-11-09 | 1 | -8/+2 |
| | |||||
* | Minimum/maximum dimensions for windows in win32 api | Aceeri | 2015-11-09 | 1 | -4/+55 |
| | |||||
* | win32: implement wakeup_event_loop | Vladimir Vukicevic | 2015-09-22 | 1 | -0/+6 |
| | |||||
* | Handle events for Alt-<Key> and F10 presses in windows | Markus Heikkinen | 2015-08-29 | 1 | -5/+17 |
| | |||||
* | Modified Windows key event handling to support modifier keys. | Dylan Ede | 2015-08-26 | 1 | -4/+2 |
| | |||||
* | Cleanup unused import stuff | Peter Atashian | 2015-08-21 | 1 | -4/+4 |
| | | | | | | Also support i686-pc-windows-msvc Signed-off-by: Peter Atashian <retep998@gmail.com> | ||||
* | DroppedFile event for Win32 | Denilson M. Amorim | 2015-06-23 | 1 | -0/+22 |
| | |||||
* | Express scroll deltas as either line or pixel deltas | Robert Knight | 2015-06-13 | 1 | -2/+3 |
| | | | | | | | | | | | | 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. | ||||
* | Add API for transparency and decorations and add support for win32 | Pierre Krieger | 2015-05-24 | 1 | -0/+1 |
| | |||||
* | Rework MouseWheel event and fix the values on win32 | Pierre Krieger | 2015-04-29 | 1 | -1/+2 |
| | |||||
* | Create reorganization | Pierre Krieger | 2015-04-24 | 1 | -0/+253 |