Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-08 | Remove ability to load symbol maps | Yuri Kunde Schlesner | 1 | -1/+0 | |
This was now mostly unused except by thread creation, which used a symbol of the entrypoint, if available, to name the thread. | |||||
2017-05-08 | citra-qt: Remove callstack widget | Yuri Kunde Schlesner | 1 | -2/+0 | |
Appears to be currently broken, and given the complexity of doing this for ARM code without debugging information, should probably be left to an external tool or library. Use the GDB stub instead. Closes #586 | |||||
2017-05-08 | citra-qt: Remove disassembler widget | Yuri Kunde Schlesner | 1 | -2/+0 | |
It has performance problems, a very misleading UI, and is broken in general. It has essentially been superceded by the GDB stub, but if we wanted a built-in disassembler in the future it'd essentially need to be rewritten from scratch anyway. Closes #427, #1480 | |||||
2017-04-30 | citra-qt: game list search function (#2673) | Nico Bosshard | 1 | -0/+3 | |
* citra-qt: game list search function * Empty search field during game list refresh * Code improvements * Code formatting * Autofocus search field * JayFoxRox's recommendations * lioncash's review | |||||
2017-02-27 | Add performance statistics to status bar | Yuri Kunde Schlesner | 1 | -0/+3 | |
2017-02-27 | Qt: Add (empty) status bar | Yuri Kunde Schlesner | 1 | -0/+6 | |
2017-02-18 | Qt: Reorganize connection of menu events | Yuri Kunde Schlesner | 1 | -0/+1 | |
2017-02-18 | Qt: Re-organize setup of debugging widgets | Yuri Kunde Schlesner | 1 | -1/+1 | |
2017-02-18 | Qt: Remove orpahned function declaration | Yuri Kunde Schlesner | 1 | -6/+0 | |
2017-02-18 | Qt: Remove unnecessary std::string usage | Yuri Kunde Schlesner | 1 | -3/+3 | |
2017-02-16 | added drag n drop feature | noah the goodra | 1 | -0/+6 | |
2016-12-19 | citra-qt: Move bits of constructor behavior to named functions | Lioncash | 1 | -6/+22 | |
Makes the initialization process a tad easier to grok, since the constructor isn't just a glob of random unrelated behaviors. | |||||
2016-12-15 | main: Open folder when open save folder location context menu is clicked | MerryMage | 1 | -0/+1 | |
2016-11-20 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 1 | -1/+6 | |
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-05 | Add default hotkey to swap primary screens. | James Rowe | 1 | -0/+1 | |
Also minor style changes | |||||
2016-09-22 | implement wait tree widget | wwylele | 1 | -0/+2 | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -2/+1 | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||||
2016-09-19 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 1 | -2/+2 | |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
2016-05-07 | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | Jannik Vogel | 1 | -0/+1 | |
2016-03-22 | Add more stuff to configure. | LittleWhite | 1 | -1/+0 | |
2016-03-21 | Whole config is handled by Config class. | LittleWhite | 1 | -0/+3 | |
This also means : we have only one config file, now | |||||
2016-03-21 | Add Configure widget | LittleWhite | 1 | -4/+0 | |
2016-03-16 | Register ROM started through the gamelist in the list of ROM recently started | LittleWhite | 1 | -1/+1 | |
2016-03-08 | Improve error report from Init() functions | LittleWhite | 1 | -0/+2 | |
Add error popup when citra initialization failed | |||||
2016-02-04 | Add a configuration entry to enable/disable the check | LittleWhite | 1 | -0/+1 | |
2016-02-04 | Add check before closure when emulation is running | LittleWhite | 1 | -0/+7 | |
Implement confirmation in a specific function Fix typos and coding style Coding convention | |||||
2015-10-04 | Implement gdbstub | polaris- | 1 | -0/+1 | |
2015-10-02 | Add menu item for selecting the game list folder | archshift | 1 | -0/+2 | |
2015-10-02 | Initial implementation of a game list | archshift | 1 | -0/+4 | |
2015-10-02 | Don't show render window until a game is started | archshift | 1 | -0/+2 | |
2015-09-20 | Implement gdbstub | polaris- | 1 | -0/+1 | |
2015-08-25 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 1 | -0/+2 | |
This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||||
2015-08-19 | Improvements for MRU | LittleWhite | 1 | -0/+18 | |
avoid duplicates always put the last file loaded to top of the list | |||||
2015-08-16 | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | 1 | -0/+1 | |
- Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT. | |||||
2015-08-11 | Add menu and logic to save and load recently loaded files. | LittleWhite | 1 | -0/+7 | |
This menu is only for ROM and will not save symbols recently loaded. When the menu is empty, the menu is disabled (greyed out) | |||||
2015-07-29 | citra-qt: Pass string by const reference | Lioncash | 1 | -1/+1 | |
2015-05-23 | OpenGL renderer | tfarley | 1 | -0/+1 | |
2015-05-02 | Qt: Use signals for emu_thread start/stop and fix disasm widget. | bunnei | 1 | -4/+20 | |
2015-05-02 | Qt: Fix loading a new game without stopping emulation. | bunnei | 1 | -0/+1 | |
2015-05-02 | Qt: Move EmuThread ownership from render window to main window. | bunnei | 1 | -0/+6 | |
2015-03-02 | Add profiling infrastructure and widget | Yuri Kunde Schlesner | 1 | -0/+2 | |
2015-01-20 | citra-qt: Add option to hide dock widget title bars | Kingcom | 1 | -0/+1 | |
2015-01-06 | citra-qt: Renamed all .hxx headers to .h | chrisvj | 1 | -0/+0 | |
2015-01-04 | citra-qt: Added license headers to files. | chrisvj | 1 | -0/+4 | |
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | 1 | -1/+1 | |
This was automated using `clang-modernize`. | |||||
2014-08-15 | Bootmanager: changed `filename` to std::string | archshift | 1 | -1/+1 | |
2014-06-12 | citra-qt: Add command list view. | Tony Wasserka | 1 | -0/+2 | |
2014-06-12 | citra-qt: Add GX command history viewer. | Tony Wasserka | 1 | -0/+2 | |
2014-05-01 | added symbol map load function to Qt GUI | bunnei | 1 | -4/+5 | |
2014-04-22 | Re-enable toggling window mode. | Mathieu Vaillancourt | 1 | -1/+1 | |
2014-04-19 | UI/debugger changes | Mathieu Vaillancourt | 1 | -4/+7 | |
2014-04-13 | Init window size from VideoCore. Start changing the default window behavior... | Mathieu Vaillancourt | 1 | -1/+1 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 | |
2014-04-04 | More Qt changes for debugger | Mathieu Vaillancourt | 1 | -0/+4 | |
2014-04-01 | Basic QT window | Mathieu Vaillancourt | 1 | -0/+47 | |