| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Massive removal of unused modules | 2018-01-12 | 1 | -877/+0 | |
| | | |||||
| * | Remove lots more 3DS-specific code. | 2017-10-12 | 1 | -13/+1 | |
| | | |||||
| * | telemetry: Log frontend type. | 2017-08-25 | 1 | -0/+2 | |
| | | |||||
| * | citra_qt: Show one-time callout messages to user. | 2017-08-25 | 1 | -0/+44 | |
| | | |||||
| * | Quickfix typo in OpenGL 3.3 error message | 2017-08-04 | 1 | -1/+1 | |
| | | | | User pointed out on the Discord server that "nothave" is erroneously concatenated. Added a space to prevent it. | ||||
| * | citra-qt: load ui theme at startup and config change. | 2017-06-24 | 1 | -0/+21 | |
| | | |||||
| * | Addressed Bunnei's review comments, and made some other tweaks: | 2017-06-02 | 1 | -5/+10 | |
| | | | | | | - Deleted GetStatus() because it wasn't used anywhere outside of Core::System. - Fixed design flaw where the message bar status could be set despite the game being stopped. | ||||
| * | Fixed wiki URLs. | 2017-06-02 | 1 | -6/+8 | |
| | | |||||
| * | Created a whitelist of system archives to prevent false positives creating ↵ | 2017-06-02 | 1 | -9/+7 | |
| | | | | | dialogs. | ||||
| * | Optimized messages that were repetitive and added ability for core errors to ↵ | 2017-06-02 | 1 | -34/+52 | |
| | | | | | specify more details optionally. | ||||
| * | Added message to status bar to show core errors ignored by the user. | 2017-06-02 | 1 | -1/+10 | |
| | | |||||
| * | Made some changes from review comments: | 2017-06-02 | 1 | -17/+22 | |
| | | | | | | | | | - Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review). - Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore. - Made dialog messages more clear. - Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic. - Cleaned up some other stuff. | ||||
| * | Added system for handling core errors in citra-qt. | 2017-06-02 | 1 | -17/+69 | |
| | | |||||
| * | Remove some unnecessary inclusions of video_core.h | 2017-05-27 | 1 | -1/+0 | |
| | | |||||
| * | Remove ability to load symbol maps | 2017-05-07 | 1 | -13/+0 | |
| | | | | | | This was now mostly unused except by thread creation, which used a symbol of the entrypoint, if available, to name the thread. | ||||
| * | citra-qt: Remove callstack widget | 2017-05-07 | 1 | -11/+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 | ||||
| * | citra-qt: Remove disassembler widget | 2017-05-07 | 1 | -14/+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 | ||||
| * | citra-qt: game list search function (#2673) | 2017-04-29 | 1 | -1/+22 | |
| | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Better looking status bar under Linux Ubuntu (#2662) | 2017-04-12 | 1 | -0/+1 | |
| | | | | | | * Remove borders from status bar items On Ubuntu the status bar didn't look as good as on Windows due to some border being drawn around each status bar cell. | ||||
| * | citra-qt: Move config dialog code to its own directory | 2017-04-03 | 1 | -2/+2 | |
| | | |||||
| * | citra-qt: remove dead code | 2017-03-17 | 1 | -1/+0 | |
| | | |||||
| * | Merge pull request #2587 from yuriks/status-bar | 2017-02-26 | 1 | -5/+52 | |
| |\ | | | | | Replace built-in Profiler with indicators in status bar | ||||
| | * | Qt: Tweak status bar styling | 2017-02-26 | 1 | -0/+2 | |
| | | | |||||
| | * | Qt: Increase status bar update interval to 2 seconds | 2017-02-26 | 1 | -1/+1 | |
| | | | |||||
| | * | Qt: Add tooltips to status bar displays | 2017-02-26 | 1 | -0/+7 | |
| | | | |||||
| | * | Qt: Don't show fractional figures in the status bar | 2017-02-26 | 1 | -2/+2 | |
| | | | | | | | | | | | They're not very important and this makes the display changes less often, making it less distracting. | ||||
| | * | Remove built-in (non-Microprofile) profiler | 2017-02-26 | 1 | -5/+0 | |
| | | | |||||
| | * | Add performance statistics to status bar | 2017-02-26 | 1 | -0/+27 | |
| | | | |||||
| | * | Qt: Add (empty) status bar | 2017-02-26 | 1 | -0/+16 | |
| | | | |||||
| * | | Gui: Change title bar to include build name | 2017-02-23 | 1 | -1/+2 | |
| |/ | | | | | Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar | ||||
| * | Qt: Move some connections from .ui file to code | 2017-02-18 | 1 | -0/+3 | |
| | | |||||
| * | Qt: Reorganize connection of menu events | 2017-02-18 | 1 | -13/+22 | |
| | | |||||
| * | Qt: Re-organize setup of debugging widgets | 2017-02-18 | 1 | -35/+34 | |
| | | |||||
| * | Qt: Fix action name to match conventions | 2017-02-18 | 1 | -3/+3 | |
| | | |||||
| * | Qt: Make IsSingleFileDropEvent static | 2017-02-17 | 1 | -1/+1 | |
| | | |||||
| * | Qt: Allow any file extension in Open dialog | 2017-02-17 | 1 | -2/+3 | |
| | | |||||
| * | Qt: Remove unnecessary std::string usage | 2017-02-17 | 1 | -11/+12 | |
| | | |||||
| * | added drag n drop feature | 2017-02-16 | 1 | -1/+35 | |
| | | |||||
| * | citra-qt: Don't attempt to scan files with unsupported extensions (#2402) | 2017-02-12 | 1 | -3/+8 | |
| | | |||||
| * | Removed unused and outdated external qhexedit | 2017-01-22 | 1 | -1/+1 | |
| | | |||||
| * | citra-qt: Removed unused and unimplemented ramview files. | 2017-01-22 | 1 | -1/+0 | |
| | | |||||
| * | Address clang-format issues. | 2016-12-21 | 1 | -14/+13 | |
| | | |||||
| * | core: Consolidate core and system state, remove system module & cleanups. | 2016-12-21 | 1 | -1/+0 | |
| | | |||||
| * | core: Consolidate top-level system state into a singleton. | 2016-12-21 | 1 | -55/+26 | |
| | | |||||
| * | citra-qt: Move graphics debugging code into its own folder | 2016-12-21 | 1 | -6/+6 | |
| | | | | | | Keeps all graphics debugging stuff from cluttering up the root debugger folder | ||||
| * | citra-qt: Move bits of constructor behavior to named functions | 2016-12-19 | 1 | -61/+78 | |
| | | | | | | Makes the initialization process a tad easier to grok, since the constructor isn't just a glob of random unrelated behaviors. | ||||
| * | Merge pull request #2351 from CaptV0rt3x/master | 2016-12-18 | 1 | -0/+1 | |
| |\ | | | | | Fixed game_list focus issue. | ||||
| | * | Fixed game_list focusing issue. | 2016-12-18 | 1 | -0/+1 | |
| | | | | | | | | | added line render_window->setFocus(); | ||||
| * | | screen swap - Hotkey mapping | 2016-12-19 | 1 | -1/+1 | |
| |/ | |||||
| * | main: Open folder when open save folder location context menu is clicked | 2016-12-15 | 1 | -0/+19 | |
| | | |||||