Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-05 | Support additional screen layouts. | James Rowe | 1 | -53/+15 | |
Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | |||||
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 1 | -1/+1 | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -3/+1 | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||||
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -21/+27 | |
2016-07-23 | Protection against a resize of size 0 | Alexandre LittleWhite Laurent | 1 | -4/+3 | |
2016-05-15 | Refactor input subsystem | wwylele | 1 | -4/+20 | |
2016-02-12 | BitField: Make trivially copyable and remove assignment operator | MerryMage | 1 | -2/+2 | |
2015-06-28 | Common: Cleanup emu_window includes. | Emmanuel Gil Peyrot | 1 | -0/+6 | |
2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 1 | -1/+1 | |
2015-05-02 | EmuWindow: Clip mouse input coordinates to emulated screen dimensions. | Zaneo | 1 | -6/+16 | |
If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to the emulated screen dimensions. Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero. | |||||
2015-03-11 | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei | 1 | -46/+28 | |
2015-03-10 | EmuWindow: Made pad/touch functions non-static. | bunnei | 1 | -2/+0 | |
2015-03-10 | EmuWindow: Added infrastructure code to enable touchpad support. | bunnei | 1 | -1/+64 | |
2015-03-08 | Fixed EmuWindow typo (fixes OSX build) | bunnei | 1 | -1/+1 | |
2015-03-07 | Set framebuffer layout from EmuWindow. | bunnei | 1 | -0/+50 | |
2015-01-21 | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | 1 | -4/+4 | |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 | |
2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 1 | -0/+17 | |