| Age | Commit message (Expand) | Author |
| 2016-04-23 | CMakeLists: Use CMAKE_THREAD_LIBS_INIT | Sam Spilsbury |
| 2016-04-21 | Config: Add scaled resolution option | tfarley |
| 2016-04-20 | SDL2 Frontend: Use argv[0], add a --version, and reorder options. | Emmanuel Gil Peyrot |
| 2016-04-11 | Use Settings::Apply in SDL frontend | Jannik Vogel |
| 2016-04-06 | Default to settings from ini for gdbstub | polaris- |
| 2016-04-06 | Adopted WinterMute's gdbstub changes | polaris- |
| 2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage |
| 2016-03-15 | Merge pull request #1526 from bunnei/sdl-rgb8 | bunnei |
| 2016-03-15 | citra: Shutdown cleanly if ROM load fails | MerryMage |
| 2016-03-14 | SDL2: Explicitly use RGB8 color buffer. | bunnei |
| 2016-03-02 | Config: Use unique_ptr instead of raw pointer | MerryMage |
| 2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage |
| 2016-02-21 | AudioCore: Skeleton Implementation | MerryMage |
| 2015-10-22 | Handle changes pointed out in comments on PR | polaris- |
| 2015-10-11 | Remove unnecessary new lines, changed Deinit to Shutdown | polaris- |
| 2015-10-04 | Toggle use_gdbstub in citra GLFW | polaris- |
| 2015-10-04 | Implement gdbstub | polaris- |
| 2015-09-19 | Implement gdbstub | polaris- |
| 2015-09-08 | CMake: Add option to download Qt and GLFW binaries over HTTP | Yuri Kunde Schlesner |
| 2015-08-30 | Increase required OpenGL version to 3.3 | Yuri Kunde Schlesner |
| 2015-08-30 | Replace the previous OpenGL loader with a glad-generated 3.3 one | Yuri Kunde Schlesner |
| 2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner |
| 2015-08-15 | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei |
| 2015-08-15 | Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. | bunnei |
| 2015-07-28 | Merge pull request #873 from jroweboy/input_array | Tony Wasserka |
| 2015-07-27 | Move input values into an array | James Rowe |
| 2015-07-26 | Citra: Remove dead gpu_refresh_rate option from the default ini file. | Emmanuel Gil Peyrot |
| 2015-07-12 | Implement new argument parsing using getopt and add the corresponding library... | Greg Wicks |
| 2015-07-12 | Merge pull request #910 from linkmauve/install | Tony Wasserka |
| 2015-07-09 | Citra, CitraQt: Tell cmake to install the compiled binaries. | Emmanuel Gil Peyrot |
| 2015-06-28 | Citra: Fix the includes a bit, thanks to include-what-you-use. | Emmanuel Gil Peyrot |
| 2015-05-31 | Merge pull request #832 from yuriks/refresh-rate-option | bunnei |
| 2015-05-29 | Remove gpu_refresh_rate configuration option | Yuri Kunde Schlesner |
| 2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot |
| 2015-05-25 | Assets: Move citra.ico from src/assets to dist. | Emmanuel Gil Peyrot |
| 2015-05-22 | OpenGL renderer | tfarley |
| 2015-05-22 | INI hw/sw renderer toggle | tfarley |
| 2015-05-12 | Common: Remove async logging | Yuri Kunde Schlesner |
| 2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner |
| 2015-05-06 | Common: Remove many unnecessary cross-platform compatibility macros | Yuri Kunde Schlesner |
| 2015-05-01 | EmuWindow: Clip mouse input coordinates to emulated screen dimensions. | Zaneo |
| 2015-04-03 | Allow the user to set the background clear color during emulation | archshift |
| 2015-03-10 | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei |
| 2015-03-10 | EmuWindow: Made pad/touch functions non-static. | bunnei |
| 2015-03-10 | GLFW: Implemented EmuWindow touchpad support. | bunnei |
| 2015-03-09 | Merge pull request #634 from linkmauve/logging-performances | bunnei |
| 2015-03-07 | default_ini.h: Put comments on their own lines | archshift |
| 2015-03-07 | Set framebuffer layout from EmuWindow. | bunnei |
| 2015-03-06 | Logging: check for filter before sending to the queue, to skip all heavy form... | Emmanuel Gil Peyrot |
| 2015-02-22 | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot |