| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-14 | citra-qt: Add icon to Mac app | Pierre de La Morinerie | |
| Previously the Mac app didn't have any icon. | |||
| 2015-10-09 | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | |
| The LOG_* function itself already appends one. | |||
| 2015-10-07 | Merge pull request #1189 from archshift/game-list-toggle-window | bunnei | |
| Game list: propely hide on toggling window mode | |||
| 2015-10-06 | Silence -Wsign-compare warnings. | Rohit Nirmal | |
| 2015-10-06 | Game list: propely hide on toggling window mode | archshift | |
| Properly hides the game list upon toggling from external window mode to single window mode. Previously, both the game list and the render window would have been shown at the same time upon toggling. | |||
| 2015-10-04 | citra-qt: Fix mouse events coordinates on high-DPI screens | Pierre de La Morinerie | |
| 2015-10-04 | citra-qt: Enable high-DPI widgets on Mac app | Pierre de La Morinerie | |
| The OS will render the widgets using the system screen DPI (instead of being locked at @1x resolution). This has no impact on the existing high-DPI rendering code in Citra, which means that the resolution of the emulated content is increased to the real number of pixels, as on other platforms. | |||
| 2015-10-04 | citra-qt: Use custom Info.plist for Mac builds | Pierre de La Morinerie | |
| Instead of letting CMake re-generate an automatic Info.plist file on every build, use our own. This allows greater control on the application bundle settings. | |||
| 2015-10-01 | Merge pull request #1095 from archshift/game-list | bunnei | |
| Initial implementation of a game list | |||
| 2015-10-01 | Game list: save and load column sizes, sort order, to QSettings | archshift | |
| 2015-10-01 | Add menu item for selecting the game list folder | archshift | |
| 2015-10-01 | Initial implementation of a game list | archshift | |
| 2015-10-01 | Add helper function for creating a readable byte size string. | archshift | |
| 2015-10-01 | Don't show render window until a game is started | archshift | |
| 2015-09-24 | Fix for the refresh issue when no rendering is done | LittleWhite | |
| 2015-09-18 | citra-qt: Fix connect error on startup | Kloen | |
| 2015-09-14 | Merge pull request #1123 from yuriks/gsp-flush | Yuri Kunde Schlesner | |
| GSP: Implement command 0x05, used for flushing caches | |||
| 2015-09-14 | Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow | bunnei | |
| Stop emulation when render window is closed | |||
| 2015-09-14 | GSP: Implement command 0x05, used for flushing caches | Yuri Kunde Schlesner | |
| May fix additional texture caching issues. (Though mostly in homebrew, I haven't seen any commercial software use this to flush anything but command lists.) | |||
| 2015-09-11 | general: Replace 0 literals with nullptr where applicable | Lioncash | |
| 2015-09-11 | Merge pull request #1147 from lioncash/nullptr | Yuri Kunde Schlesner | |
| General: Replace NULL and '0' usages with nullptr where applicable | |||
| 2015-09-11 | Merge pull request #1149 from lioncash/override | Yuri Kunde Schlesner | |
| graphics_breakpoints_p: Add missing override specifier | |||
| 2015-09-11 | graphics_breakpoints_p: Add missing override specifier | Lioncash | |
| 2015-09-11 | General: Replace NULL and '0' usages with nullptr where applicable | Lioncash | |
| 2015-09-11 | citra_qt: Reorganize headers | Lioncash | |
| 2015-09-07 | Merge pull request #1125 from yuriks/uilayout-config | Yuri Kunde Schlesner | |
| citra-qt: Separate UI layout state in a separate section of the config | |||
| 2015-09-07 | citra-qt: Separate UI layout state in a separate section of the config | Yuri Kunde Schlesner | |
| Closes #1113 | |||
| 2015-09-07 | citra-qt: Trim recently used files list to size when insterting new item | Yuri Kunde Schlesner | |
| Even though they weren't visible in the UI, old entries would never be removed from the list and would be stored in the config file across sessions. | |||
| 2015-09-07 | Merge pull request #1118 from Kloen/monospace-font | bunnei | |
| citra-qt: Use monospace font on Disassembler and ARM Registers | |||
| 2015-09-07 | Shader Debugger: Allow editing of input vertex data | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Highlight current instruction instead of focusing | Yuri Kunde Schlesner | |
| This avoid some annoying focus stealing in some situations, and looks nicer in general. | |||
| 2015-09-07 | Shader Debugger: Remove useless signal | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Fix only first vertex attribute being loaded | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Fix freeze when double-clicking shader disassembly | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Improve space efficiency of the layout | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Disassembly: Fix printing of jump offsets | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Disassembly: Fix disassembly of IFU/CALLU instructions | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Disassembly: Implement support for MAD/MADI | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Disassembly: Introduce variables to hold common subexpressions | Yuri Kunde Schlesner | |
| 2015-09-07 | Shader Debugger: Initialize input_vertex to prevent crashes | Yuri Kunde Schlesner | |
| If the first type of breakpoint to be hit wasn't "Vertex Loaded", the input_vertex would contain garbage, which would be passed to the shader interpreter and ocasionally cause crashes. | |||
| 2015-09-07 | Shader Disassembly: Cleanup code and improve output alignment | Yuri Kunde Schlesner | |
| 2015-09-07 | citra-qt: Use monospace font on Disassembler and ARM Registers | Kloen | |
| 2015-09-07 | Stop emulation when render window is closed | LittleWhite | |
| 2015-09-03 | citra-qt: Move system shutdown to run inside EmuThread | Yuri Kunde Schlesner | |
| This stops (for some reason sporadic) crashes and OpenGL errors during shutdown, when the OpenGL renderer tries to clean up objects from the UI thread, which has no OpenGL context active. | |||
| 2015-08-30 | Increase required OpenGL version to 3.3 | Yuri Kunde Schlesner | |
| This gives us several niceties such as Sampler Objects, shader attribute locations and Timer Queries. | |||
| 2015-08-25 | citra-qt: Add a missing header guard to util.h | Lioncash | |
| 2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
| This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
| 2015-08-24 | citra-qt: Add helper function to get a monospace QFont | Yuri Kunde Schlesner | |
| 2015-08-19 | Improvements for MRU | LittleWhite | |
| avoid duplicates always put the last file loaded to top of the list | |||
| 2015-08-16 | Merge pull request #1034 from yuriks/rg8-textures | bunnei | |
| videocore: Added RG8 texture support | |||
