| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-26 | Merge pull request #2587 from yuriks/status-bar | Yuri Kunde Schlesner | |
| Replace built-in Profiler with indicators in status bar | |||
| 2017-02-26 | Qt: Tweak status bar styling | Yuri Kunde Schlesner | |
| 2017-02-26 | Qt: Increase status bar update interval to 2 seconds | Yuri Kunde Schlesner | |
| 2017-02-26 | Qt: Add tooltips to status bar displays | Yuri Kunde Schlesner | |
| 2017-02-26 | Qt: Don't show fractional figures in the status bar | Yuri Kunde Schlesner | |
| They're not very important and this makes the display changes less often, making it less distracting. | |||
| 2017-02-26 | Remove built-in (non-Microprofile) profiler | Yuri Kunde Schlesner | |
| 2017-02-26 | Add performance statistics to status bar | Yuri Kunde Schlesner | |
| 2017-02-26 | Qt: Add (empty) status bar | Yuri Kunde Schlesner | |
| 2017-02-23 | Gui: Change title bar to include build name | James Rowe | |
| Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar | |||
| 2017-02-18 | Qt: Move some connections from .ui file to code | Yuri Kunde Schlesner | |
| 2017-02-18 | Qt: Reorganize connection of menu events | Yuri Kunde Schlesner | |
| 2017-02-18 | Qt: Re-organize setup of debugging widgets | Yuri Kunde Schlesner | |
| 2017-02-18 | Qt: Fix action name to match conventions | Yuri Kunde Schlesner | |
| 2017-02-17 | Qt: Make IsSingleFileDropEvent static | Yuri Kunde Schlesner | |
| 2017-02-17 | Qt: Allow any file extension in Open dialog | Yuri Kunde Schlesner | |
| 2017-02-17 | Qt: Remove unnecessary std::string usage | Yuri Kunde Schlesner | |
| 2017-02-16 | added drag n drop feature | noah the goodra | |
| 2017-02-12 | citra-qt: Don't attempt to scan files with unsupported extensions (#2402) | Kloen Lansfiel | |
| 2017-01-22 | Removed unused and outdated external qhexedit | Kloen | |
| 2017-01-22 | citra-qt: Removed unused and unimplemented ramview files. | Kloen | |
| 2016-12-21 | Address clang-format issues. | bunnei | |
| 2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | |
| 2016-12-21 | core: Consolidate top-level system state into a singleton. | bunnei | |
| 2016-12-21 | citra-qt: Move graphics debugging code into its own folder | Lioncash | |
| Keeps all graphics debugging stuff from cluttering up the root debugger folder | |||
| 2016-12-19 | citra-qt: Move bits of constructor behavior to named functions | Lioncash | |
| Makes the initialization process a tad easier to grok, since the constructor isn't just a glob of random unrelated behaviors. | |||
| 2016-12-18 | Merge pull request #2351 from CaptV0rt3x/master | bunnei | |
| Fixed game_list focus issue. | |||
| 2016-12-19 | screen swap - Hotkey mapping | Vamsi Krishna | |
| 2016-12-18 | Fixed game_list focusing issue. | Vamsi Krishna | |
| added line render_window->setFocus(); | |||
| 2016-12-15 | main: Open folder when open save folder location context menu is clicked | MerryMage | |
| 2016-11-27 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | |
| 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | |||
| 2016-11-19 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | |
| 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | |||
| 2016-11-15 | Merge pull request #2172 from jroweboy/fix-mingw | bunnei | |
| Fix mingw compilation support | |||
| 2016-11-15 | Merge pull request #1753 from jroweboy/frame_layouts | bunnei | |
| Support additional screen layouts. | |||
| 2016-11-13 | Add mingw compile support | James Rowe | |
| 2016-11-11 | Minor Menu Fixes | Pringo | |
| 2016-11-05 | Add default hotkey to swap primary screens. | James Rowe | |
| Also minor style changes | |||
| 2016-10-04 | Merge pull request #1652 from wwylele/kernal-tool | bunnei | |
| Debugger: implement wait tree widget | |||
| 2016-09-22 | qt: shutdown system if error | wwylele | |
| 2016-09-22 | implement wait tree widget | wwylele | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| 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 | |
| 2016-09-02 | Qt: unify running detection | wwylele | |
| 2016-08-29 | qt: Recreate GL context on startup to support changing V-Sync. | bunnei | |
| 2016-07-29 | Input GUI: Add tab to remap controls (#1900) | Anon | |
| 2016-07-10 | Qt: add system settings config tab | wwylele | |
| 2016-06-07 | Merge pull request #1765 from JayFoxRox/debug-surface-viewer | bunnei | |
| Debugger: Pica surface viewer | |||
| 2016-05-21 | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | |
| 2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | |
| This allows frontends to keep a single loader and use it multiple times e.g. for code loading and SMDH parsing. | |||
| 2016-05-07 | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | Jannik Vogel | |
| 2016-05-06 | Frontends, VideoCore: Move glad initialisation to the frontend | Emmanuel Gil Peyrot | |
| On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the default function loader, and fixes a crash when using apitrace with an EGL context. On Qt we will need to migrate from QGLWidget to QOpenGLWidget and QOpenGLContext before we can use gladLoadGLLoader() instead of gladLoadGL(), since the former doesn’t expose a function loader. | |||
