Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-26 | Allow focus only when in popout mode | Daniel Lundqvist | 1 | -3/+0 | |
Only allow manually setting focus to the rendering widget when in Single Window mode. Apply this behavior to when changing the mode while an app is running. | |||||
2014-12-26 | Allow focus on the Qt render widget | Daniel Lundqvist | 1 | -0/+3 | |
By default widgets are set to the focus policy Qt::NoFocus which disallows manually focusing it. Changing the policy to allow clicking the widget to set focus to it allows for keyboard input when not rendering to a popout window. This commit also sets focus to the widget when showing it. Fixes issue #158. | |||||
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -4/+4 | |
2014-12-09 | Pica/DebugUtils: Add breakpoint functionality. | Tony Wasserka | 1 | -2/+11 | |
2014-12-03 | Change NULLs to nullptrs. | Rohit Nirmal | 1 | -1/+1 | |
2014-11-19 | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | 1 | -1/+1 | |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -2/+2 | |
2014-11-18 | citra-qt: Small cleanup. | Tony Wasserka | 1 | -2/+1 | |
2014-11-18 | EmuWindow: Remove window title getters/setters. | Tony Wasserka | 1 | -8/+3 | |
The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway. | |||||
2014-11-18 | EmuWindow: Add support for specifying minimal client area sizes. | Tony Wasserka | 1 | -0/+7 | |
2014-11-18 | Fixup EmuWindow interface and implementations thereof. | Tony Wasserka | 1 | -19/+34 | |
2014-11-18 | Viewport scaling and display density independence | Kevin Hartman | 1 | -0/+24 | |
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly. | |||||
2014-11-12 | Citra-Qt: Use Core::RunLoop when not single stepping. | bunnei | 1 | -12/+9 | |
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | 1 | -2/+2 | |
This was automated using `clang-modernize`. | |||||
2014-10-12 | OpenGL renderer: Request a forward compatible context in citra-qt | Yuri Kunde Schlesner | 1 | -3/+3 | |
This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency. | |||||
2014-10-08 | Added configuration file system. | archshift | 1 | -30/+24 | |
Uses QSettings on citra-qt, and inih on citra-cli. | |||||
2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 1 | -18/+31 | |
2014-09-07 | bootmanager::EmuThread: fixed initialization order | archshift | 1 | -3/+2 | |
2014-08-24 | Pass format to the QGLWidget and use atomic instead of mutex. | Sacha | 1 | -10/+3 | |
2014-08-24 | Fix EmuThread loop by ensuring it exits properly. | Sacha | 1 | -8/+25 | |
Note: There is a pre-existing issue with booting a new game in that it keeps the old EmuThread. The GL code now supports this but the Core still doesn't. | |||||
2014-08-24 | Fix the threading for GL Context in Qt5. | Sacha | 1 | -6/+16 | |
Connect the emu_thread start/finish to a moveContext slot. | |||||
2014-08-20 | Revert "Removed redundant loop in EmuThread::run()" | archshift | 1 | -7/+10 | |
2014-08-17 | Removed redundant loop in EmuThread::run() | archshift | 1 | -10/+7 | |
2014-08-15 | Bootmanager: changed `filename` to std::string | archshift | 1 | -3/+5 | |
2014-08-06 | Qt: Removed unnecessary HW::Update. | bunnei | 1 | -1/+0 | |
2014-06-17 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 1 | -1/+1 | |
2014-05-20 | Improved clarity and whitespace | archshift | 1 | -1/+1 | |
Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5. | |||||
2014-05-17 | updated how we call ARM core to make things much faster | bunnei | 1 | -0/+3 | |
2014-05-01 | Fixed indents | archshift | 1 | -19/+19 | |
2014-05-01 | Sets OGL version for Qt; will only work with Qt5 | archshift | 1 | -6/+10 | |
2014-04-13 | Init window size from VideoCore. Start changing the default window behavior... | Mathieu Vaillancourt | 1 | -3/+4 | |
2014-04-11 | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | 1 | -5/+5 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 | |
2014-04-05 | Remove Core::GetState(). Use new ARM_Interface instead. | Mathieu Vaillancourt | 1 | -2/+0 | |
2014-04-04 | More Qt changes for debugger | Mathieu Vaillancourt | 1 | -51/+13 | |
2014-04-01 | Load file in qt window | Mathieu Vaillancourt | 1 | -12/+12 | |
2014-04-01 | Basic QT window | Mathieu Vaillancourt | 1 | -0/+246 | |