Duncan Ogilvie
5628094e17
Merge pull request #3217 from HayFieldLaps/commandparser-network-path
...
commandparser handle UNC paths
2023-10-01 13:01:14 +02:00
dad
4ad555a509
commandparser handle UNC paths
2023-10-01 13:00:11 +02:00
Duncan Ogilvie
8820440f06
Merge pull request #3223 from shocoman/symbols-view-slowdown
2023-10-01 12:51:58 +02:00
Duncan Ogilvie
51e697b726
Merge pull request #3225 from HayFieldLaps/tabwidget-delete-on-close
...
free MHDetachedWindow on reattach
2023-10-01 12:49:21 +02:00
Duncan Ogilvie
56c3249e75
Merge pull request #3226 from HayFieldLaps/hexeditdialog-patch
...
Hide Keep Size QCheckBox from all but Binary Edit
2023-10-01 12:48:53 +02:00
dad
13bd1f3164
Hide Keep Size QCheckBox from all but Binary Edit
2023-09-22 12:50:38 -06:00
dad
335d94d2d9
free MHDetachedWindow on reattach
2023-09-22 11:58:01 -06:00
shocoman
b74f6b5d5d
SymbolView: Don't update fonts on each 'repaintTableView' event
2023-09-22 13:24:24 +07:00
Duncan Ogilvie
c65c956f85
Move the header separator one pixel down
2023-09-21 00:47:54 +02:00
Duncan Ogilvie
3beec936ec
Fix the missing configuration for the table header background
...
Closes #3218
2023-09-21 00:29:43 +02:00
Duncan Ogilvie
7f2566b6ed
Merge pull request #3192 from x64dbg/cross-platform-preparations
...
Cross platform preparations
2023-09-20 02:30:40 +02:00
Duncan Ogilvie
7c00347a24
Merge pull request #3211 from GermanAizek/fix
...
Fixed catch exception std::bad_alloc and close handle hFile if downslib::inetopen
2023-09-20 02:28:59 +02:00
Duncan Ogilvie
fdc97fe6d1
Properly restore DisassemblyPopup functionality
2023-09-19 08:06:03 +02:00
Duncan Ogilvie
a349f9c05f
Fix a bug in the extension handling for trace files
2023-09-19 06:50:44 +02:00
Герман Семенов
bdb38d6a97
Fixed catch std::bad_alloc and close handle hFile if downslib::inetopen
2023-09-19 06:41:24 +02:00
Duncan Ogilvie
e2d1d79930
Fix a bug where a column width of 0 would not adjust correctly
2023-09-19 06:40:38 +02:00
Duncan Ogilvie
7733012330
Refactor AbstractTableView for cross-platform
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
663bfbbb06
Refactor parent = 0 -> parent = nullptr
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
5797dae1c3
Update Zydis in the UI and remove DisassemblyPopup
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
812c91d361
Get rid of the wLocal variable naming convention (mostly)
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
6fba4478fb
Remove the unused translations submodule
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
952c16aad7
Update zydis_wrapper
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
b22266b822
Bump Zydis to 4.0.0
2023-09-19 06:25:32 +02:00
Duncan Ogilvie
3d56c4fd35
Remove the Zydis submodule
2023-09-19 06:25:32 +02:00
Duncan Ogilvie
7e9a89847e
Merge pull request #3213 from torusrxxx/patch000000f9
...
delete widget when closing tab
2023-09-16 13:31:34 +02:00
Duncan Ogilvie
6228bfe2bf
Merge pull request #3212 from GermanAizek/emplace
...
Replaced pushes and inserts to emplace for compact code
2023-09-16 13:21:24 +02:00
torusrxxx
9fa8c8cea0
delete widget when closing tab
2023-09-16 09:30:24 +08:00
German Semenov
11d96f1878
Replaced inserts to emplace for compact code and improved code generation by compiler
2023-09-12 19:13:40 +03:00
Duncan Ogilvie
dd91e4376a
Merge pull request #3203 from torusrxxx/patch000000f8
...
Add UI for mnemonichelp
2023-09-12 10:58:23 +02:00
Duncan Ogilvie
2ce5a283f5
Merge pull request #3206 from HayFieldLaps/referenceview-cycle-filtered
...
Fixed cycling through filtered references without clearing filter.
2023-09-12 10:57:38 +02:00
Duncan Ogilvie
02c762ff4a
Merge pull request #3208 from shocoman/disasm-popup-border
...
Dark theme: fix several visibility issues
2023-09-12 10:57:00 +02:00
Duncan Ogilvie
cdee7fed64
Merge pull request #3209 from HayFieldLaps/bookmark-clear
...
Fix typo in bookmarkclear command
2023-09-12 10:56:25 +02:00
dad
b6be841a48
Fix typo in bookmarkclear command
2023-09-07 12:24:50 -06:00
shocoman
bc3d7574bc
Dark theme: fix several visibility issues
2023-09-08 00:03:33 +07:00
dad
7405acd42d
Fixed cycling through filtered references without clearing filter.
...
Allow "Actions -> Go to Next/Previous Reference" to cycle through a filtered reference list. Was previously clearing the filter on the first "Next/Previous" action.
2023-09-04 13:25:32 -06:00
torusrxxx
3616f2d33a
Add UI for mnemonichelp
2023-09-02 21:34:45 +08:00
Duncan Ogilvie
b28e317073
Merge pull request #3197 from shocoman/fill-view-background-border
...
Dark theme: Make QHexEdit background color brighter for visibility
2023-09-02 14:26:47 +02:00
Duncan Ogilvie
323d318329
Merge pull request #3199 from HayFieldLaps/searchlistview-escape-fix
...
Pass Escape key event if search text is empty
2023-09-02 14:26:11 +02:00
Duncan Ogilvie
d08773d3c7
Merge pull request #3201 from f09f9095/extra-period-when-saving-trace-dump
...
removed extra dot when saving trace dump
2023-09-02 14:25:39 +02:00
f09f9095
5659f7db2c
removed extra dot when saving trace dump
2023-08-30 07:44:43 -04:00
dad
d68e1d44a8
Pass Escape key event if search text is empty
...
Was blocking Esc from closing Attach window.
2023-08-29 14:37:16 -06:00
shocoman
b3dc97c4a5
Dark theme: Make QHexEdit background color brighter for visibility
2023-08-29 12:25:15 +07:00
Duncan Ogilvie
48d81226ed
Merge pull request #3189 from Kasuromi/development
...
Fix grammar in readme
2023-08-26 13:36:05 +02:00
Kasuromi
f557751365
Fix typos in readme
2023-08-26 14:31:23 +03:00
Duncan Ogilvie
4a767ea507
Merge pull request #3188 from ZehMatt/query-page
...
Start enumerating memory pages at minimum application address
2023-08-25 12:21:32 +02:00
ζeh Matt
8c6f3089e9
Start enumerating memory pages at minimum application address
2023-08-25 13:15:07 +03:00
Duncan Ogilvie
4e5c2bd9c4
Fix regression where comments are not showing at all
...
Thanks MHR for the report!
2023-08-24 19:03:02 +02:00
Duncan Ogilvie
7d00017e69
Merge pull request #3185 from GermanAizek/development
...
Using reserve and unordered_map for optimize inserts
2023-08-24 10:33:23 +02:00
German Semenov
145053d8ae
Using reserve for optimize inserts in loops
...
Signed-off-by: German Semenov <GermanAizek@yandex.ru>
2023-08-24 11:05:37 +03:00
Duncan Ogilvie
e6b43cdc6c
Merge pull request #3180 from shocoman/cpu-flags-help-tooltip
...
Show a tooltip with a sorted list of flags in the Register View
2023-08-23 12:56:16 +02:00