5 Commits (e408bbceed90da8965480e23d05fb764fcbfbb84)

Author SHA1 Message Date
NeatNit 4f24343f32 implemented touch in Qt and SDL 7 years ago
Lioncash 0a93b45b6a core: Namespace EmuWindow 7 years ago
Lioncash 7846295a8f qt: Add missing override specifiers where applicable 7 years ago
Lioncash e50188374f bootmanager: Minor tidiness/correctness changes 8 years ago
James Rowe ebf9a784a9 Massive removal of unused modules 8 years ago
wwylele 188194908c move MotionEmu from core/frontend to input_common as a InputDevice 9 years ago
TheKoopaKingdom a8aef599e0 Created a whitelist of system archives to prevent false positives creating dialogs. 9 years ago
TheKoopaKingdom 0409bdfea5 Optimized messages that were repetitive and added ability for core errors to specify more details optionally. 9 years ago
TheKoopaKingdom 1ecb322daa Added system for handling core errors in citra-qt. 9 years ago
wwylele 560884336f citra-qt: remove dead code 9 years ago
wwylele 5245c86f26 citra-qt: release all buttons when render window focus is lost 9 years ago
wwylele 38e800f70d InputCommon: add Keyboard 9 years ago
wwylele bcf9d20d57 Frontend: emulate motion sensor 9 years ago
MerryMage 64f98f4d0f core: Move emu_window and key_map into core 9 years ago
Lioncash d0e4d1182b citra-qt: Make constructors explicit where applicable 9 years ago
Lioncash 327b23e4ce citra-qt: Add missing #pragma once directives 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
bunnei 02702c6605 qt: Recreate GL context on startup to support changing V-Sync. 9 years ago
Pierre de La Morinerie ba5d0f594d citra-qt: Fix mouse events coordinates on high-DPI screens 10 years ago
LittleWhite d06824809f Fix for the refresh issue when no rendering is done 10 years ago
Kloen 541fc80240 citra-qt: Fix connect error on startup 10 years ago
Lioncash abe5bb4019 citra_qt: Reorganize headers 10 years ago
LittleWhite 86e29ac281 Stop emulation when render window is closed 10 years ago
aroulin 7ccce98389 Qt: Fix disassembly widget stepping 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
James Rowe a406207cd8 Use condition var to properly pause the CPU thread 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
bunnei bc41de2131 Qt: Fixed a bug in shutdown procedure, various cleanups. 11 years ago
bunnei 43cf424907 Qt: Use signals for emu_thread start/stop and fix disasm widget. 11 years ago
bunnei e4ea133717 Qt: Restructured to remove unnecessary shutdown event and various cleanups. 11 years ago
bunnei 28df8dbfeb Qt: Create emu thread on bootup, kill it on shutdown. 11 years ago
bunnei d5665fea89 EmuThread: Remove unused filename attribute. 11 years ago
bunnei 762c1a9ff5 Qt: Move EmuThread ownership from render window to main window. 11 years ago
bunnei f213000cc4 Qt: Implemented EmuWindow touchpad support. 11 years ago
Kingcom 2bbc12e6c3 citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft 11 years ago
chrisvj b0a14cfe7f citra-qt: Renamed all .hxx headers to .h 11 years ago
chrisvj 6dfcf2271b citra-qt: Added license headers to files. 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Tony Wasserka 722ce22589 EmuWindow: Add support for specifying minimal client area sizes. 11 years ago
Tony Wasserka bd8f491e4c Fixup EmuWindow interface and implementations thereof. 11 years ago
Kevin Hartman 221a9b023d Viewport scaling and display density independence 11 years ago
Yuri Kunde Schlesner d72708c1f5 Add `override` keyword through the code. 11 years ago
archshift e6594f9f53 Added configuration file system. 11 years ago
Kevin Hartman 02fd19b2f6 Added support for multiple input device types for KeyMap and connected Qt. 11 years ago
Sacha 1b1205cf73 Pass format to the QGLWidget and use atomic instead of mutex. 12 years ago
Sacha b044510fa9 Fix EmuThread loop by ensuring it exits properly. 12 years ago
Sacha a3a70e56ac Fix the threading for GL Context in Qt5. 12 years ago
archshift 6096b289b7 Bootmanager: changed `filename` to std::string 12 years ago