| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert old logging calls to new logging macros | 2014-12-13 | 1 | -4/+4 | |
| | | |||||
| * | Pica/DebugUtils: Add breakpoint functionality. | 2014-12-09 | 1 | -2/+11 | |
| | | |||||
| * | Change NULLs to nullptrs. | 2014-12-03 | 1 | -1/+1 | |
| | | |||||
| * | Remove tabs in all files except in skyeye imports and in generated GL code | 2014-11-19 | 1 | -1/+1 | |
| | | |||||
| * | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | 2014-11-19 | 1 | -2/+2 | |
| | | | | | or generated | ||||
| * | citra-qt: Small cleanup. | 2014-11-18 | 1 | -2/+1 | |
| | | |||||
| * | EmuWindow: Remove window title getters/setters. | 2014-11-18 | 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. | ||||
| * | EmuWindow: Add support for specifying minimal client area sizes. | 2014-11-18 | 1 | -0/+7 | |
| | | |||||
| * | Fixup EmuWindow interface and implementations thereof. | 2014-11-18 | 1 | -19/+34 | |
| | | |||||
| * | Viewport scaling and display density independence | 2014-11-18 | 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. | ||||
| * | Citra-Qt: Use Core::RunLoop when not single stepping. | 2014-11-11 | 1 | -12/+9 | |
| | | |||||
| * | Add `override` keyword through the code. | 2014-10-26 | 1 | -2/+2 | |
| | | | | | This was automated using `clang-modernize`. | ||||
| * | OpenGL renderer: Request a forward compatible context in citra-qt | 2014-10-12 | 1 | -3/+3 | |
| | | | | | This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency. | ||||
| * | Added configuration file system. | 2014-10-07 | 1 | -30/+24 | |
| | | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
| * | Merge pull request #97 from archshift/cleanup | 2014-09-13 | 1 | -3/+2 | |
| |\ | | | | | Small, general code cleanup | ||||
| | * | bootmanager::EmuThread: fixed initialization order | 2014-09-07 | 1 | -3/+2 | |
| | | | |||||
| * | | Added support for multiple input device types for KeyMap and connected Qt. | 2014-09-12 | 1 | -18/+31 | |
| |/ | |||||
| * | Pass format to the QGLWidget and use atomic instead of mutex. | 2014-08-25 | 1 | -10/+3 | |
| | | |||||
| * | Fix EmuThread loop by ensuring it exits properly. | 2014-08-25 | 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. | ||||
| * | Fix the threading for GL Context in Qt5. | 2014-08-25 | 1 | -6/+16 | |
| | | | | | Connect the emu_thread start/finish to a moveContext slot. | ||||
| * | Revert "Removed redundant loop in EmuThread::run()" | 2014-08-20 | 1 | -7/+10 | |
| | | |||||
| * | Removed redundant loop in EmuThread::run() | 2014-08-16 | 1 | -10/+7 | |
| | | |||||
| * | Bootmanager: changed `filename` to std::string | 2014-08-14 | 1 | -3/+5 | |
| | | |||||
| * | Qt: Removed unnecessary HW::Update. | 2014-08-05 | 1 | -1/+0 | |
| | | |||||
| * | Loader: Moved elf and loader modules to a "loader" subdirectory. | 2014-06-16 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #2 from archshift/issue-7-fix | 2014-05-19 | 1 | -15/+19 | |
| |\ | | | | | Fixes issues with building Citra on OSX | ||||
| | * | Improved clarity and whitespace | 2014-05-19 | 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. | ||||
| | * | Fixed indents | 2014-04-30 | 1 | -19/+19 | |
| | | | |||||
| | * | Sets OGL version for Qt; will only work with Qt5 | 2014-04-30 | 1 | -6/+10 | |
| | | | |||||
| * | | updated how we call ARM core to make things much faster | 2014-05-17 | 1 | -0/+3 | |
| |/ | |||||
| * | Init window size from VideoCore. Start changing the default window behavior... | 2014-04-12 | 1 | -3/+4 | |
| | | |||||
| * | Temporarily "fix" citra_qt for Windows | 2014-04-10 | 1 | -5/+5 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+206 | |