summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_breakpoints.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-24Qt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.Subv1-65/+38
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv1-3/+6
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+2
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-2/+2
2015-01-01Make letter cases consistent in menus and widgetsDaniel Lundqvist1-1/+1
2014-12-21License changepurpasmart961-1/+1
2014-12-20Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka1-0/+1
2014-12-20citra-qt: static-constify a map.Tony Wasserka1-6/+7
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-12-09More cleanups.Tony Wasserka1-2/+9
2014-12-09More coding style fixes.Tony Wasserka1-1/+1
2014-12-09Some code cleanup.Tony Wasserka1-1/+2
2014-12-09Add GUI widget for controlling pica breakpoints.Tony Wasserka1-0/+253