Henrik Rydgård
|
b4a91dbce5
|
Disable dark mode in disasm window, and the scrollbar hack
|
2023-01-12 01:05:06 +01:00 |
|
Henrik Rydgård
|
62e5a5dfc3
|
Rudimentary support for Windows Dark Mode. Still undocumented for Win32 apps, so ugly.
|
2023-01-12 00:41:25 +01:00 |
|
Unknown W. Brackets
|
88489bf4cc
|
Debugger: Fix out of bounds read for unsized copy.
|
2023-01-04 21:42:46 -08:00 |
|
Unknown W. Brackets
|
7c099dc764
|
Debugger: Allow copy of byte range from memview.
|
2023-01-01 23:02:12 -08:00 |
|
Unknown W. Brackets
|
bba748d627
|
Debugger: Handle memview select right click better.
Shouldn't reset if you click inside. Also should basically ignore
modifiers, that's how it normally behaves.
|
2023-01-01 22:49:04 -08:00 |
|
Unknown W. Brackets
|
a7101b128f
|
Debugger: Allow memview select with keyboard.
|
2023-01-01 22:37:53 -08:00 |
|
Unknown W. Brackets
|
f66818ba80
|
Debugger: Allow selecting a range in memory view.
|
2023-01-01 22:28:29 -08:00 |
|
Unknown W. Brackets
|
f8064c6763
|
Debugger: Cleanup memview members.
Was fairly inconsistent. This code has not changed a lot in a long time,
so let's just do a single cleanup pass before some changes.
|
2023-01-01 21:47:39 -08:00 |
|
Henrik Rydgård
|
40386bca08
|
Merge pull request #16688 from unknownbrackets/debugger
Debugger: Correct check of pending list item
|
2022-12-31 19:39:28 +01:00 |
|
Unknown W. Brackets
|
bfc659ab5f
|
Debugger: Correct check of pending list item.
Since updating is async now, setting the check state should be too.
|
2022-12-31 09:58:24 -08:00 |
|
Unknown W. Brackets
|
94a7a32234
|
Debugger: Correct errors in breakpoint create.
|
2022-12-30 15:07:02 -08:00 |
|
Unknown W. Brackets
|
9cfcbc46e6
|
Global: Cleanup initialization/pointer checks.
Cleaning up a lot of cases of uninitialized data, unchecked return values
for failures, and similar.
|
2022-12-10 21:13:36 -08:00 |
|
Unknown W. Brackets
|
a7b7bf7826
|
Global: Set many read-only params as const.
This makes what they do and which args to use clearer, if nothing else.
|
2022-12-10 21:13:36 -08:00 |
|
Unknown W. Brackets
|
f44852bb18
|
Global: Cleanup virtual/override specifiers.
Also missing virtual destructors, hidden non-overrides, etc.
|
2022-12-10 21:13:36 -08:00 |
|
Herman Semenov
|
29b87e0c0b
|
Merge branch 'master' into master
|
2022-10-03 07:49:13 +00:00 |
|
Unknown W. Brackets
|
ac335ad61a
|
armips: Update to UTF-8/c++17 armips.
|
2022-09-30 19:48:14 -07:00 |
|
lainon
|
3cdf72b68b
|
Better readability and optimization insertion into container by replacing 'insert' -> 'emplace', 'push_back' -> 'emplace_back'
|
2022-09-30 12:35:28 +03:00 |
|
lainon
|
b304551747
|
Code readability, vec reserve() and remove excess c_str()
|
2022-09-30 12:31:32 +03:00 |
|
lainon
|
fec708489a
|
Correct cleaning string and remove unused vars
|
2022-09-30 12:26:30 +03:00 |
|
Unknown W. Brackets
|
1233d1d376
|
Reporting: Disable when debugger methods used.
This won't catch all means of hacking memory, but will catch some.
Trying to reduce noise in reporting from debugging.
|
2022-07-30 18:21:32 -07:00 |
|
Henrik Rydgård
|
d3d601dced
|
Windows fixes
|
2022-07-24 13:58:20 +02:00 |
|
Henrik Rydgård
|
858539c5b0
|
Merge pull request #15402 from unknownbrackets/debugger-highlight
GE Debugger: Highlight changed state values
|
2022-02-13 21:42:43 +01:00 |
|
Unknown W. Brackets
|
b654ee9d44
|
Debugger: Allow custom draw and generic lists.
|
2022-02-13 10:22:38 -08:00 |
|
Unknown W. Brackets
|
ea6c42aafb
|
Debugger: Avoid scroll on breakpoint add.
|
2022-02-13 07:57:54 -08:00 |
|
Unknown W. Brackets
|
9435938ad9
|
Debugger: Cleanup some header pollution.
Also simplify just a bit.
|
2022-02-13 07:55:34 -08:00 |
|