1
0
Fork 0
Commit Graph

3749 Commits

Author SHA1 Message Date
Duncan Ogilvie e5cb193849
Revert "Fixed inverted logic" 2025-07-04 21:03:46 +02:00
Duncan Ogilvie 736b2be377
Merge pull request #3617 from kalhotky/development
Display style values refactor and MASM style
2025-07-04 18:44:52 +02:00
Duncan Ogilvie 0fb8c3d263
Merge pull request #3620 from kalhotky/fix/hide-pointer-sizes
Fix ambiguous operand size when hiding pointer sizes
2025-07-04 18:44:21 +02:00
Duncan Ogilvie 9fb30cc7b4 Fix bug with string formatting 2025-07-04 18:34:15 +02:00
Duncan Ogilvie e9492e70d0 Fix AVX-512 crash on 32-bit 2025-07-04 17:29:33 +02:00
kalhotky 2ea1f5b2a7 Format code. 2025-07-04 01:04:10 +02:00
kalhotky f711458ff9 Format code. 2025-07-04 00:46:57 +02:00
kalhotky 9b57a49627 Match coding style, add comment. 2025-07-04 00:41:42 +02:00
kalhotky 8e71dad881 Fix ambiguous operand size when hiding pointer sizes. 2025-07-04 00:38:48 +02:00
kalhotky 2b10f47749 Fix uninitialized variables. 2025-07-03 15:50:22 +02:00
kalhotky 2cd2476fbc Fix .ui line endings. 2025-07-03 15:49:58 +02:00
kalhotky 7065d6a7a0 Add display MASM style values. 2025-07-03 15:49:58 +02:00
Duncan Ogilvie 03aebe8a50 Always load VC runtime from application directory
#3616
2025-07-03 11:01:11 +02:00
Duncan Ogilvie 5cf93e0c3a InitializeSignatureCheck now loads msvcp140.dll 2025-07-02 01:23:06 +02:00
Duncan Ogilvie 9683bb38d0
Merge pull request #3588 from OldGamesCracking/fix-addr-cbInstrFindAllMem
Fixed inverted logic
2025-06-30 17:03:37 +02:00
Duncan Ogilvie fe8e5a013e
Merge pull request #3607 from eldarkg/wine-msg-bp
Fix Handles->Message Breakpoint: wnd proc or handle is unavailable (wine)
2025-06-30 17:02:58 +02:00
Duncan Ogilvie 65a087982b
Merge pull request #3610 from oxqnd/fix/label-whitespace-bug
Fix: Trim trailing whitespace in script labels #3589
2025-06-30 17:02:32 +02:00
Duncan Ogilvie 32f42753fd Get rid of Qt5Network dependency 2025-06-30 02:18:23 +02:00
oxqnd 34705e27be Fix: Handle trailing whitespace in script labels 2025-06-29 18:43:16 +09:00
Duncan Ogilvie 2aa48159b8 Print string values of character arrays 2025-06-26 21:22:17 +02:00
Eldar Khayrullin 58e7bf67bd Fix messages breakpoints: wnd proc or handle is unavailable (wine) 2025-06-26 22:10:35 +03:00
Duncan Ogilvie d88a62893a Improve pretty printing in NodeVisitor 2025-06-26 20:33:16 +02:00
Duncan Ogilvie 2e3af1c9c9 Hide __anonymous types 2025-06-26 17:29:24 +02:00
Duncan Ogilvie 52e3121583 Add GuiTypeListUpdated for better UX 2025-06-26 17:12:08 +02:00
Duncan Ogilvie 4df4c2ec87 Make type visiting expansion depth configurable 2025-06-26 17:12:08 +02:00
Duncan Ogilvie 5db5a106a0 Change StructWidget to inherit from TypeWidget 2025-06-26 17:12:00 +02:00
Duncan Ogilvie 1eae9f72ea Implement DisplayTypeDialog for better UX 2025-06-26 14:55:41 +02:00
Duncan Ogilvie 655708309a Add selectionChanged signal to SearchListView 2025-06-26 12:51:19 +02:00
Duncan Ogilvie 9b7733598b Add test for #3599 2025-06-25 19:04:33 +02:00
Duncan Ogilvie 15b3035ffe Update breakpoint dialog tooltip match reality 2025-06-25 19:04:32 +02:00
Duncan Ogilvie 27bba69ea6 Add a few string expression functions 2025-06-25 19:04:32 +02:00
Duncan Ogilvie 8fe261cb82 Prefix commands with $ to format the command itself 2025-06-25 16:56:39 +02:00
Duncan Ogilvie df110dc06f Remove Visual Studio projects 2025-06-21 14:33:21 +02:00
Duncan Ogilvie 118d270d81 Performance improvements for StructWidget 2025-06-20 00:53:30 +02:00
Duncan Ogilvie 1e9bae2021 Fix a bug with GotoDialog::setInitialExpression not working twice in a row 2025-06-20 00:11:18 +02:00
Duncan Ogilvie d01fcbdd34 Mark padding as bitfield 2025-06-19 19:13:20 +02:00
Duncan Ogilvie 13b63bb2d4
Merge pull request #3597 from notpidgey/struct-view-update
Added Type Reload Functionality in Struct View
2025-06-19 14:09:07 +02:00
Duncan Ogilvie ba881ee3e8 Reorder the menu to be more natural 2025-06-19 14:07:09 +02:00
Duncan Ogilvie e125c96f05 Default to an empty name when display type 2025-06-19 13:46:31 +02:00
Duncan Ogilvie 78ed057754 Restore Refresh functionality and replace 'change address' with 'reload type' 2025-06-19 13:09:58 +02:00
Duncan Ogilvie fef5f2f2cd Simplify ActionHelpers and allow creating actions with descriptions 2025-06-19 13:09:15 +02:00
Duncan Ogilvie 2f6637f9cc Fix backwards compatibility 2025-06-19 11:48:28 +02:00
Pidgey 8197c96ce6
Updated code to fit PR review 2025-06-19 02:01:41 -04:00
Pidgey cf64258e9b
Added stable typename lookup API for enum members
LookupTypeById will cause nullptr if the types are reloaded but keep the same name. As a result, it will not be able to retrieve the enum members for the current enum name.
2025-06-18 02:05:13 -04:00
Pidgey 33db0de838
Fixed incorrect initialization of typeName field 2025-06-18 02:03:59 -04:00
Pidgey b75fdcd4a8
Moved reload into refresh function 2025-06-17 19:59:55 -04:00
Pidgey a719a0f4b6
Added struct refresh 2025-06-17 19:42:40 -04:00
Duncan Ogilvie 82c5725862
Merge pull request #3578 from torusrxxx/patch000000f9
Copy graph image
2025-06-16 21:33:49 +02:00
Duncan Ogilvie 167c8becfe
Merge pull request #3585 from torusrxxx/patch000000fa
Draw jump lines under register label; Focus on window in handles view
2025-06-16 21:33:24 +02:00
Pidgey ab38798693
wip type refreshing 2025-06-15 17:13:21 -04:00