| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Debugger updates: | 2022-09-20 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Made closing the Qt debugger console window hide all debugger windows and run the emulated machine (debugger windows will be shown on next user break or breakpoint hit). This matches the behaviour of the Win32 and Cocoa debuggers. Made Qt debugger clean up its windows on exit rather than on subsequent starts. This fixes GitHub #9789. Made Qt debugger less reliant on global variables, and made code to save and load configuration a bit less convoluted. It still needs more refactoring on this front, but it's in slightly better shape now. Made Qt debugger a bit less crashy on invalid configuration. Still plenty of ways to crash it, but every little bit counts. Made Qt debugger do less comparisons on menu item names and object names - it might be possible to localise one day. Moved all the C++ debugger implementations into namespaces. They're using awfully generic class names, so it's about time. | ||||
| * | Added a crude dark theme for the Win32 debugger. | 2022-09-17 | 1 | -1/+86 | |
| | | | | | | | Also made a start on weaning the Qt debugger off its weird configuation objects. It can now save more view state with less string comparisons on memory labels, but it can't restore all of it yet. | ||||
| * | fix windows compile (nw) | 2017-02-11 | 1 | -0/+1 | |
| | | |||||
| * | Bulk renaming of Windows string conversion functions | 2016-10-03 | 1 | -1/+1 | |
| | | | | | | utf8_from_[a|w|t]string ==> osd::text::from_[a|w|t]string [a|w|t]string_from_utf8 ==> osd::text::to_[a|w|t]string | ||||
| * | Changed strconv.[cpp|h] functions to return their results as std::string and ↵ | 2016-07-24 | 1 | -3/+2 | |
| | | | | | std::wstring | ||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -5/+5 | |
| | | |||||
| * | fixing some more override (nw) | 2015-12-06 | 1 | -1/+1 | |
| | | |||||
| * | more cleanups and fix (nw) | 2015-11-11 | 1 | -1/+0 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+72 | |
