summaryrefslogtreecommitdiffstats
path: root/src/common/emu_window.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support additional screen layouts.James Rowe2016-11-051-53/+15
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-21/+27
* Protection against a resize of size 0Alexandre LittleWhite Laurent2016-07-231-4/+3
* Refactor input subsystemwwylele2016-05-151-4/+20
* BitField: Make trivially copyable and remove assignment operatorMerryMage2016-02-121-2/+2
* Common: Cleanup emu_window includes.Emmanuel Gil Peyrot2015-06-281-0/+6
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
* EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo2015-05-021-6/+16
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-111-46/+28
* EmuWindow: Made pad/touch functions non-static.bunnei2015-03-101-2/+0
* EmuWindow: Added infrastructure code to enable touchpad support.bunnei2015-03-101-1/+64
* Fixed EmuWindow typo (fixes OSX build)bunnei2015-03-081-1/+1
* Set framebuffer layout from EmuWindow.bunnei2015-03-071-0/+50
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-4/+4
* License changepurpasmart962014-12-211-1/+1
* Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman2014-09-121-0/+17