summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.cpp
AgeCommit message (Collapse)Author
2015-01-01Make letter cases consistent in menus and widgetsDaniel Lundqvist
In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one.
2014-12-20Clean up some warningsChin
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Emmanuel Gil Peyrot
or generated
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash
2014-04-18UI/debugger changesMathieu Vaillancourt