| Commit message (Expand) | Author | Files | Lines |
2015-05-02 | EmuWindow: Clip mouse input coordinates to emulated screen dimensions. | Zaneo | 1 | -1/+1 |
2015-05-02 | Qt: Shutdown game on emulator close event. | bunnei | 1 | -0/+2 |
2015-05-02 | Qt: Disable "Start" unless we are paused (it otherwise has no meaning and causes a crash). | bunnei | 2 | -1/+4 |
2015-05-02 | Qt: Fixed a bug in shutdown procedure, various cleanups. | bunnei | 7 | -35/+26 |
2015-05-02 | Qt: Clear registers widget on shutdown. | bunnei | 3 | -8/+31 |
2015-05-02 | Qt: Use signals for emu_thread start/stop and fix disasm widget. | bunnei | 6 | -79/+138 |
2015-05-02 | Qt: Restructured to remove unnecessary shutdown event and various cleanups. | bunnei | 4 | -90/+40 |
2015-05-02 | Qt: Fix loading a new game without stopping emulation. | bunnei | 2 | -15/+25 |
2015-05-02 | Qt: Create emu thread on bootup, kill it on shutdown. | bunnei | 3 | -31/+44 |
2015-05-02 | EmuThread: Remove unused filename attribute. | bunnei | 3 | -18/+2 |
2015-05-02 | Qt: Move EmuThread ownership from render window to main window. | bunnei | 6 | -69/+57 |
2015-04-14 | citra-qt: Use std::abs() to get the right absolute function for s64. | Emmanuel Gil Peyrot | 1 | -1/+2 |
2015-04-14 | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | 2 | -2/+2 |
2015-04-10 | Silence some -Wsign-compare warnings. | Rohit Nirmal | 1 | -2/+2 |
2015-04-04 | Allow the user to set the background clear color during emulation | archshift | 1 | -0/+13 |
2015-03-30 | disassembler: Get rid of a const_cast | Lioncash | 1 | -4/+1 |
2015-03-30 | callstack: Remove unnecessary disassembler instantiation | Lioncash | 1 | -2/+1 |
2015-03-11 | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei | 1 | -14/+8 |
2015-03-10 | Qt: Implemented EmuWindow touchpad support. | bunnei | 2 | -0/+29 |
2015-03-10 | GPU: Added the stencil test structure to the Pica Regs struct. | Subv | 2 | -6/+6 |
2015-03-10 | Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer | Subv | 2 | -5/+66 |
2015-03-08 | Update nihstro submodule to the initial release version. | archshift | 1 | -20/+21 |
2015-03-08 | Build app bundles on OS X. Fixes the issue where the menubar would not appear. | archshift | 1 | -1/+5 |
2015-03-07 | Set framebuffer layout from EmuWindow. | bunnei | 1 | -1/+2 |
2015-03-06 | Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread. | Emmanuel Gil Peyrot | 1 | -1/+2 |
2015-03-04 | GPU: Added RGB565/RGB8 framebuffer support and various cleanups. | bunnei | 3 | -59/+33 |
2015-03-02 | Add profiling infrastructure and widget | Yuri Kunde Schlesner | 6 | -0/+232 |
2015-02-27 | GPU: Implemented bits 3 and 1 from the display transfer flags. | Subv | 1 | -6/+16 |
2015-02-22 | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot | 2 | -12/+34 |
2015-02-11 | citra-qt: Add a vertex shader debugger. | Tony Wasserka | 4 | -0/+357 |
2015-02-11 | Pica/DebugUtils: Factor out BreakPointObserverDock into its own file. | Tony Wasserka | 5 | -50/+68 |
2015-02-11 | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 4 | -6/+5 |
2015-02-08 | Services: Stub some functions | purpasmart96 | 1 | -0/+8 |
2015-02-03 | citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint. | Tony Wasserka | 1 | -57/+60 |
2015-02-03 | citra-qt: Fix a crash when double-clicking a disassembler list item. | Tony Wasserka | 2 | -12/+6 |
2015-02-01 | arm: Adios armemu | Lioncash | 1 | -2/+0 |
2015-01-30 | Silence a few warnings. | Rohit Nirmal | 2 | -3/+3 |
2015-01-21 | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | 1 | -18/+18 |
2015-01-20 | citra-qt: Add option to hide dock widget title bars | Kingcom | 3 | -34/+86 |
2015-01-13 | Pica/Rasterizer: Add ETC1 texture decompression support. | Tony Wasserka | 1 | -0/+2 |
2015-01-12 | Qt Callstack: Clear the callstack every time it's updated | archshift | 2 | -0/+14 |
2015-01-11 | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft | Kingcom | 9 | -15/+60 |
2015-01-10 | citra-qt: Add explicit casts to prevent some warnings. | Subv | 1 | -2/+2 |
2015-01-10 | citra-qt: Fixed some Qt errors on initialization | Subv | 2 | -4/+4 |
2015-01-09 | Use -pthread where and only where needed | Johannes Ekberg | 1 | -4/+0 |
2015-01-09 | Generic PLATFORM_LIBRARIES var | Johannes Ekberg | 1 | -8/+1 |
2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 1 | -0/+1 |
2015-01-07 | citra-qt: Add check for valid address to call stack | Kingcom | 1 | -0/+3 |
2015-01-06 | citra-qt: Renamed all .hxx headers to .h | chrisvj | 30 | -45/+45 |
2015-01-05 | Add support load 3DS room | Dante38490 | 1 | -1/+1 |
2015-01-04 | citra-qt: Added license headers to files. | chrisvj | 18 | -0/+72 |
2015-01-04 | Frontends: Shutdown core when emulation is stopped | Yuri Kunde Schlesner | 1 | -0/+3 |
2015-01-01 | Silence some -Wsign-compare warnings. | Rohit Nirmal | 3 | -12/+12 |
2015-01-01 | Make letter cases consistent in menus and widgets | Daniel Lundqvist | 6 | -10/+10 |
2015-01-01 | Change popout mode to "Single Window Mode" | Daniel Lundqvist | 2 | -9/+9 |
2015-01-01 | Set object name for the graphics debugger | Daniel Lundqvist | 1 | -1/+1 |
2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv | 1 | -1/+1 |
2014-12-31 | Pica: Cleanup color conversion. | Tony Wasserka | 1 | -8/+5 |
2014-12-31 | citra-qt: Fix displaying RGBA5551 framebuffers. | Tony Wasserka | 1 | -0/+4 |
2014-12-31 | citra-qt: Always show pica framebuffers as RGBA8. | Tony Wasserka | 1 | -1/+2 |
2014-12-31 | Add citra icon to Windows executable and title bar | Chin | 2 | -0/+1 |
2014-12-29 | GPU: Implement frameskip and remove forced framebuffer swap hack. | bunnei | 1 | -0/+2 |
2014-12-28 | Qt: we don't need to check if model is valid. | xdec | 1 | -1/+1 |
2014-12-28 | Fix crash when the disassembler pause button is pressed while no game is running. | xdec | 1 | -1/+3 |
2014-12-27 | GPU: Change internal framerate to 30fps. | bunnei | 1 | -1/+1 |
2014-12-26 | Remove duplicate work | Daniel Lundqvist | 1 | -7/+0 |
2014-12-26 | Allow focus only when in popout mode | Daniel Lundqvist | 2 | -4/+10 |
2014-12-26 | Allow focus on the Qt render widget | Daniel Lundqvist | 2 | -0/+4 |
2014-12-21 | License change | purpasmart96 | 13 | -13/+13 |
2014-12-20 | Pica/DebugUtils: Add an event triggered after loading a vertex. | Tony Wasserka | 1 | -0/+1 |
2014-12-20 | Add support for a ridiculous number of texture formats. | Tony Wasserka | 1 | -1/+8 |
2014-12-20 | Pica: Unify ugly address translation hacks. | Tony Wasserka | 2 | -8/+8 |
2014-12-20 | Pica: Merge texture lookup logic for DebugUtils and Rasterizer. | Tony Wasserka | 1 | -1/+1 |
2014-12-20 | citra-qt: Fix invalid memory read upon program startup. | Tony Wasserka | 1 | -1/+2 |
2014-12-20 | Pica: Initial support for multitexturing. | Tony Wasserka | 1 | -7/+32 |
2014-12-20 | citra-qt: static-constify a map. | Tony Wasserka | 1 | -6/+7 |
2014-12-20 | Clean up some warnings | Chin | 3 | -9/+9 |
2014-12-16 | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | 1 | -6/+0 |
2014-12-15 | Clean up CMake library specification | Yuri Kunde Schlesner | 1 | -0/+4 |
2014-12-13 | Remove old logging system | Yuri Kunde Schlesner | 1 | -1/+0 |
2014-12-13 | Add configurable per-class log filtering | Yuri Kunde Schlesner | 2 | -7/+9 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 4 | -9/+9 |
2014-12-13 | New logging system | Yuri Kunde Schlesner | 1 | -3/+15 |
2014-12-09 | More cleanups. | Tony Wasserka | 2 | -6/+13 |
2014-12-09 | citra-qt: Rename "Stop Tracing" to "Finish Tracing". | Tony Wasserka | 1 | -1/+1 |
2014-12-09 | More coding style fixes. | Tony Wasserka | 2 | -2/+2 |
2014-12-09 | Some code cleanup. | Tony Wasserka | 6 | -64/+63 |
2014-12-09 | citra-qt: Add pica framebuffer widget. | Tony Wasserka | 4 | -0/+382 |
2014-12-09 | citra_qt: Add enhanced texture debugging widgets. | Tony Wasserka | 2 | -18/+179 |
2014-12-09 | citra-qt: Add texture viewer to Pica command list. | Tony Wasserka | 2 | -1/+71 |
2014-12-09 | Add GUI widget for controlling pica breakpoints. | Tony Wasserka | 4 | -0/+339 |
2014-12-09 | Pica/DebugUtils: Add breakpoint functionality. | Tony Wasserka | 2 | -2/+15 |
2014-12-09 | citra-qt: Polish the pica tracing widget. | Tony Wasserka | 2 | -1/+26 |
2014-12-09 | citra-qt: Add a utility spinbox class called CSpinBox. | Tony Wasserka | 3 | -0/+393 |
2014-12-08 | Loader: Add 3DSX support | ichfly | 1 | -1/+1 |
2014-12-03 | Change NULLs to nullptrs. | Rohit Nirmal | 3 | -7/+7 |
2014-11-19 | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | 4 | -21/+21 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 4 | -7/+7 |
2014-11-19 | Merge Config::ReadXYZs | archshift | 2 | -44/+19 |
2014-11-18 | citra-qt: Small cleanup. | Tony Wasserka | 1 | -2/+1 |
2014-11-18 | EmuWindow: Remove window title getters/setters. | Tony Wasserka | 2 | -9/+5 |
2014-11-18 | EmuWindow: Add support for specifying minimal client area sizes. | Tony Wasserka | 2 | -0/+9 |
2014-11-18 | Fixup EmuWindow interface and implementations thereof. | Tony Wasserka | 2 | -25/+47 |
2014-11-18 | Viewport scaling and display density independence | Kevin Hartman | 2 | -0/+25 |
2014-11-12 | Citra-Qt: Use Core::RunLoop when not single stepping. | bunnei | 1 | -12/+9 |
2014-11-05 | Qt: Auto-start game when selected, play game that's passed via argv[1]. | archshift | 1 | -2/+7 |
2014-11-03 | Add support for disabling log from settings | Sean | 3 | -0/+22 |
2014-11-02 | Fixed capitalization issues | Gareth Poole | 1 | -2/+2 |
2014-10-28 | Added `gpu_refresh_rate` config setting for the new interpreter speed hack. | archshift | 1 | -0/+2 |
2014-10-28 | Use configuration files to enable or disable the new dyncom interpreter. | archshift | 2 | -1/+17 |
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | 4 | -12/+12 |
2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common area. | bunnei | 1 | -1/+1 |
2014-10-23 | Use config files to store whether SDMC is enabled or not | archshift | 2 | -0/+17 |
2014-10-12 | OpenGL renderer: Request a forward compatible context in citra-qt | Yuri Kunde Schlesner | 1 | -3/+3 |
2014-10-08 | Added configuration file system. | archshift | 6 | -31/+135 |
2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 2 | -18/+33 |
2014-09-07 | bootmanager::EmuThread: fixed initialization order | archshift | 1 | -3/+2 |
2014-09-06 | core: Make the ARM disassembler use std::string internally | Lioncash | 2 | -6/+4 |
2014-09-01 | Remove hand-crafted Visual Studio solution. | Yuri Kunde Schlesner | 5 | -1105/+0 |
2014-09-01 | CMake cleanup | Yuri Kunde Schlesner | 1 | -16/+23 |
2014-09-01 | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 1 | -1/+1 |
2014-08-31 | Loader: Added support for loading raw BIN executables. | bunnei | 1 | -1/+1 |
2014-08-28 | Loader: Added support for loading raw BIN executables. | bunnei | 1 | -1/+1 |
2014-08-25 | Pica: Add support for dumping textures. | Tony Wasserka | 1 | -1/+1 |
2014-08-25 | Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. | Tony Wasserka | 3 | -126/+64 |
2014-08-24 | Pass format to the QGLWidget and use atomic instead of mutex. | Sacha | 2 | -13/+5 |
2014-08-24 | Fix EmuThread loop by ensuring it exits properly. | Sacha | 2 | -9/+29 |
2014-08-24 | Fix the threading for GL Context in Qt5. | Sacha | 3 | -9/+21 |
2014-08-20 | Revert "Removed redundant loop in EmuThread::run()" | archshift | 1 | -7/+10 |
2014-08-19 | Add Qt5 option. Use Qt5 by default. | Sacha | 1 | -13/+19 |
2014-08-18 | CMake Cleanup | Sacha | 1 | -23/+9 |
2014-08-17 | Removed redundant loop in EmuThread::run() | archshift | 1 | -10/+7 |
2014-08-15 | Bootmanager: changed `filename` to std::string | archshift | 4 | -9/+10 |
2014-08-12 | Pica: Add command processor. | Tony Wasserka | 1 | -1/+1 |
2014-08-12 | Changed iterators to use auto, some of which using range-based loops | archshift | 1 | -15/+15 |
2014-08-12 | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 1 | -1/+1 |
2014-08-06 | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 1 | -8/+8 |
2014-08-06 | Qt: Removed unnecessary HW::Update. | bunnei | 1 | -1/+0 |
2014-07-23 | citra-qt: Show function names in disassembler based on bunnei's suggestion. | Tony Wasserka | 1 | -5/+21 |
2014-07-23 | Disassembler: Chose slightly lower value for chunk size. | Tony Wasserka | 1 | -1/+3 |
2014-07-23 | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. | Tony Wasserka | 1 | -16/+18 |
2014-07-05 | Qt: Updated open dialog to include NCCH formats. | bunnei | 1 | -1/+1 |
2014-07-02 | citra-qt: Rewrite disassembly view. | Tony Wasserka | 2 | -60/+186 |
2014-06-25 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 1 | -5/+2 |
2014-06-22 | citra_qt: Removed autogenerated files from repo and fixed build issues. | bunnei | 11 | -710/+5 |
2014-06-17 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 2 | -2/+3 |
2014-06-12 | Further refine GPU command list debugging. | Tony Wasserka | 1 | -4/+10 |
2014-06-12 | Refine command list debugging functionality and its qt interface. | Tony Wasserka | 2 | -19/+107 |
2014-06-12 | citra-qt: Add command list view. | Tony Wasserka | 7 | -0/+127 |
2014-06-12 | citra-qt: Add GX command history viewer. | Tony Wasserka | 7 | -7/+151 |
2014-06-05 | qt: updated disassembler to show 2X as many instructions | bunnei | 1 | -1/+1 |
2014-05-20 | Improved clarity and whitespace | archshift | 1 | -1/+1 |
2014-05-20 | CMakeLists: rename HEADS, improved comments | archshift | 1 | -2/+2 |
2014-05-17 | updated how we call ARM core to make things much faster | bunnei | 1 | -0/+3 |
2014-05-16 | added ability to load AXF files (same as ELF) | bunnei | 1 | -1/+1 |
2014-05-01 | added symbol map load function to Qt GUI | bunnei | 4 | -11/+31 |
2014-05-01 | Fixed indents | archshift | 2 | -20/+20 |
2014-05-01 | Linux support | archshift | 1 | -1/+1 |
2014-05-01 | Sets OGL version for Qt; will only work with Qt5 | archshift | 1 | -6/+10 |
2014-05-01 | A bit of Cmake love | archshift | 1 | -2/+2 |
2014-04-29 | IT'S ALIVE! | archshift | 1 | -2/+23 |
2014-04-24 | made qt window title consistent | bunnei | 1 | -0/+4 |
2014-04-23 | fixes to build on linux | bunnei | 1 | -12/+12 |
2014-04-23 | updated CMakeLists for missing files | ShizZy | 1 | -6/+6 |
2014-04-22 | Re-enable toggling window mode. | Mathieu Vaillancourt | 4 | -48/+55 |
2014-04-22 | fixed order of LogManager and System init | bunnei | 1 | -1/+1 |
2014-04-19 | Remove unused QTableView | Mathieu Vaillancourt | 3 | -37/+2 |
2014-04-19 | UI/debugger changes | Mathieu Vaillancourt | 19 | -233/+285 |
2014-04-13 | Init window size from VideoCore. Start changing the default window behavior... | Mathieu Vaillancourt | 5 | -29/+17 |
2014-04-13 | Show symbols in disasm | Mathieu Vaillancourt | 1 | -1/+9 |
2014-04-11 | Fixed GPLv2 license issue | bunnei | 1 | -2/+7 |
2014-04-11 | Fixed GPLv2 license issue | bunnei | 1 | -2/+7 |
2014-04-11 | Fixed GPLv2 license issue | bunnei | 1 | -2/+7 |
2014-04-11 | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | 17 | -577/+90 |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 2 | -76/+108 |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 34 | -0/+0 |
2014-04-05 | Remove Core::GetState(). Use new ARM_Interface instead. | Mathieu Vaillancourt | 3 | -27/+25 |
2014-04-04 | More Qt changes for debugger | Mathieu Vaillancourt | 9 | -187/+190 |
2014-04-01 | Load file in qt window | Mathieu Vaillancourt | 1 | -12/+12 |
2014-04-01 | Basic QT window | Mathieu Vaillancourt | 40 | -0/+4463 |