Duncan Ogilvie
eb2f4776e3
Highlight the taken branch for the selected block in the graph
2022-08-08 23:51:38 +02:00
Duncan Ogilvie
7dcfab2a82
Merge pull request #2889 from justanotheranonymoususer/more-str-functions
...
Case insensitive string functions
2022-08-05 14:49:21 +02:00
justanotheranonymoususer
2339169b0e
Case insensitive string functions
2022-08-05 13:53:29 +02:00
Torusrxxx
61c1808701
follow string in dump ( #2913 )
...
Improve the string reference view with more context menus.
2022-08-05 13:18:46 +02:00
Duncan Ogilvie
2665db453b
Fix an oversight in the new 'Record trace' checkbox in the trace dialog
2022-07-27 16:59:57 +02:00
Duncan Ogilvie
bc5ed1da7e
Fix some more warnings in the GUI
2022-07-20 01:45:34 +02:00
Duncan Ogilvie
3361b2dfc2
Big refactor to improve the tracing experience
...
- "Trace record" has been renamed to "Trace coverage"
- "Run trace" has been renamed to "Trace recording"
- You can now start recording directly from the trace dialog
2022-07-20 01:42:48 +02:00
Duncan Ogilvie
cb7e6ea892
Fix a bunch of warnings in the GUI
2022-07-20 01:06:39 +02:00
Duncan Ogilvie
524c124dfd
Do not override the user's appearance settings on startup
...
Closes #2912
2022-07-20 01:04:22 +02:00
Duncan Ogilvie
5dcfd11928
Remove the TraceRecordEnabledDuringTrace setting
2022-07-19 21:05:49 +02:00
Duncan Ogilvie
1c05ad5b5f
Sort breakpoint hit count by value instead of text
...
Closes #2910
2022-07-15 14:22:39 +02:00
Duncan Ogilvie
cb51f0e2a2
Clear the trace view info box when closing the trace
2022-07-14 23:26:53 +02:00
Duncan Ogilvie
ff609dbce1
Rename confusingly named menu entry in graph
2022-07-10 23:09:20 +02:00
Duncan Ogilvie
dc9e9947c3
Update to Qt 5.6.3 and include icon engines
2022-07-10 20:59:33 +02:00
Duncan Ogilvie
ed5adb909c
Add extra logic for overriding default images
2022-07-10 20:31:34 +02:00
Duncan Ogilvie
3d949b9847
Show the current theme with a checkbox
2022-07-10 15:05:25 +02:00
Duncan Ogilvie
08c4941784
Improve the code to automatically detect the initial theme
2022-07-10 15:04:53 +02:00
Duncan Ogilvie
b867b5ba3a
Add API: BridgeGetNtBuildNumber
2022-07-10 14:28:58 +02:00
Duncan Ogilvie
953c06dc88
Fix potential buffer overrun in DebugUpdateTitle
2022-07-10 13:03:02 +02:00
Yakov5776
ea537239d4
Set theme according to system theme on firstrun ( #2648 )
2022-07-10 13:01:28 +02:00
Duncan Ogilvie
fdf8052d67
Allow themes to customize the icons
...
Thanks to https://twitter.com/Trancestorm for the dark theme icons!
2022-07-10 03:31:17 +02:00
Duncan Ogilvie
fae816cc3c
Merge pull request #2904 from yjd/Find-Strings-in-Current-Module
...
Find strings in current module
2022-07-09 23:32:42 +02:00
yjd
7199bb0f79
Find Strings in Current Module
2022-07-05 11:26:18 +08:00
yjd
00e973b48f
Find Strings in Current Module
2022-07-05 11:24:36 +08:00
yjd
9b53cda24c
Fix Shift key combination bug
2022-07-05 11:15:36 +08:00
Duncan Ogilvie
29bb559aa6
Merge pull request #2899 from gmh5225/Branch_fix_veh
...
Using build number instead of magic number
2022-07-04 15:35:54 +02:00
Duncan Ogilvie
98f8f9af93
Merge pull request #2901 from eltimen/references-multiselect
...
Add ability to set breakpoints on multiple selected lines in the References tab
2022-07-04 15:35:01 +02:00
eltio
6a5ff0467c
Add ability to set breakpoints on multiple selected lines in the References tab
2022-07-03 11:14:30 +03:00
eltio
8171b8138c
Fix array out of bounds in SearchListView::eventFilter
...
The value of QKeyEvent::text() can be empty for modifier keys such as Ctrl, Shift, ...
2022-07-03 11:13:49 +03:00
gmh5225
5284c82d2e
Using build number instead of magic number
2022-07-02 01:20:38 +08:00
Duncan Ogilvie
56eef9553e
Merge pull request #2897 from vrrmin/patch-1
...
Typo in Breakpoints.cpp
2022-06-30 17:01:13 +02:00
Vermin
a40c81e1bd
Update Breakpoints.cpp
2022-06-30 16:41:15 +02:00
Duncan Ogilvie
2d18cc3bad
More improvements to the StructWidget
2022-06-22 00:08:20 +02:00
Duncan Ogilvie
13f4c8919d
Do not break on the load event for ntdll
...
This is nonsensical because the event is fake and the context doesn't match reality at this point. It is also impossible to interact with the context.
2022-06-21 15:15:18 +02:00
Duncan Ogilvie
ea52c7ae26
Refresh all views after visiting a type
2022-06-21 15:13:46 +02:00
Duncan Ogilvie
f37b56c18d
Improve the StructWidget more (save columns, performance improvements)
2022-06-20 01:53:34 +02:00
Duncan Ogilvie
b7402c2fb9
Log the thread parameter and refactor SymGetSymbolicName
2022-06-19 21:20:09 +02:00
Duncan Ogilvie
2fe1ceedec
Improve type visiting
...
No longer create temporary labels for types without a valid pointer
Prefix pointers with struct/union for readability
2022-06-19 21:08:33 +02:00
Duncan Ogilvie
f62a75953a
Highlight keywords in the StructWidget
2022-06-19 21:07:01 +02:00
Duncan Ogilvie
d869248e91
Add support for strings in the command bar and formatting
...
Closes #2882
2022-06-19 01:47:05 +02:00
Duncan Ogilvie
bae4243d81
Improve TEB/Stack information in the memory map
2022-06-19 00:30:32 +02:00
Duncan Ogilvie
d87675a22f
Refactor the findallusermem and findallsysmem commands into findallmem
2022-06-15 19:57:55 +02:00
Duncan Ogilvie
ca2a96ed5c
Merge pull request #2880 from rezaf28/development
...
Add "All User Modules","All System Modules" To RMB
2022-06-15 19:57:07 +02:00
Duncan Ogilvie
ff8c39015a
Merge pull request #2834 from Montycarlo/add-log-color
...
Extra Log method for HTML
2022-06-15 16:28:37 +02:00
Josh Brown
ef747733ac
changed printf html to puts html
2022-06-13 04:13:56 -07:00
Duncan Ogilvie
601e2d1175
Add an option for different High DPI scaling
...
Closes #2884
Closes #2876
Closes #2819
Closes #492
Closes #2801
Closes #2876
2022-06-12 16:36:13 +02:00
Duncan Ogilvie
1656256f58
Merge pull request #2881 from gmh5225/Branch_fix_dpi
...
Using SetProcessDpiAwarenessContext instead of QTAPI on Win10 above 1703
2022-06-12 14:31:54 +02:00
gmh5225
8b74e7cc4e
Fix type
2022-06-07 19:58:15 +08:00
gmh5225
670746737d
Simplifying the code
2022-06-07 19:31:20 +08:00
gmh5225
7fe1381fc4
AStyle format
2022-06-07 18:25:51 +08:00