Commit graph

40 commits

Author SHA1 Message Date
Sour
438cccce77 Debugger: Improved draw performance by using Format32bppPArgb for all bitmaps 2019-06-22 22:54:43 -04:00
Sour
06a04cb826 Debugger: Hex Editor - Display dots for values above $7E when no TBL file is used 2019-05-01 17:07:14 -04:00
Sour
8aa4d4a6ec Debugger: Memory Viewer - Added option to highlight the cursor's current row/column 2019-01-15 00:22:56 -05:00
Sour
85bef4b7ed Debugger: Hex Editor - Show caret even when out of focus 2019-01-14 17:51:44 -05:00
Sour
859f7e912f Debugger: Memory Viewer - Added option to highlight breakpoints (by drawing a border around them) 2019-01-03 14:27:10 -05:00
Sour
6c27a273b2 Debugger: Memory viewer - Fixed some usability issues with tooltips
-Tooltips now always show up even if trying to show the last tooltip shown
-Tooltips no longer appear for the next row of bytes when putting mouse over the text view
2018-12-26 00:55:46 -05:00
Sour
d966fd50c1 Debugger: Memory viewer - Allow word wrapping in label tooltips (prevents content from being cut off entirely) + improved popup display location 2018-12-26 00:29:11 -05:00
Sour
cd299c2710 Debugger: Memory Tools - Fixed UI refresh problem when using Home/End keys to navigate while the first/last byte is already visible on the screen (caret did not move properly) 2018-12-10 20:11:34 -05:00
Sour
c901226f8c Debugger: Fixed memory tools crash when using multi-byte replace rules in TBL files 2018-12-03 01:50:29 -05:00
Sour
8019e70483 Debugger: Fixed crashes with TBL files when unknown characters are present in the TBL file (e.g because it was not UTF-8 encoded) 2018-09-05 20:51:44 -04:00
Sour
67accbf4d9 Debugger: Improved hex editor paste logic when pasting hex text 2018-09-01 17:56:42 -04:00
Sour
718b671730 UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
Sour
82386e974f Linux: Fixed UI crash in memory tools (GetDataObject returns null) 2018-06-10 14:13:35 -04:00
Sour
d84b2e010b Debugger: Hex Editor - Allow changing values by using Alt+Mouse Wheel 2018-03-27 18:49:39 -04:00
Sour
bebe1e3938 Debugger: Memory Tools - Fixed minor highlight issue in high density text mode 2018-03-25 17:52:07 -04:00
Sour
af0ba9ee2d Debugger: Hex Editor - Byte editing mode 2018-03-10 13:41:01 -05:00
Sour
002b351143 Debugger: Fixed search not updating position properly (hex viewer) 2018-03-05 21:51:21 -05:00
Sour
522eccc710 Debugger: Fixed minor UI issues with hex view in header editor 2018-02-24 14:56:22 -05:00
Sour
287479c694 Debugger: Hex Editor - Fixed minor display issue when string view was hidden 2018-02-24 14:41:11 -05:00
Sour
d62d701e64 Debugger: Added paste/undo support in hex editor 2018-02-24 14:23:54 -05:00
Sour
6cabd67848 Debugger: Fixed per-byte navigation option in hex editor 2018-02-24 09:58:50 -05:00
Sour
c073a37908 Debugger: Hex Viewer - Added option to navigate byte-by-byte instead of nibble-by-nibble 2018-02-23 12:45:49 -05:00
Sour
f4d5835d1c Debugger: Hex Editor - Fixed selection issues with high density text mode 2018-02-23 11:59:14 -05:00
Sour
7a7c7e1bd8 Debugger: Hex Editor - Added high density text option 2018-02-23 10:51:51 -05:00
Sour
95c2c30076 Debugger: Added option to select refresh speed for hex editor (+ refresh speed optimizations) 2018-01-14 14:03:43 -05:00
Sour
7cdc53f85e Debugger: Improved highlight behavior in memory viewer 2017-12-28 21:53:50 -05:00
Sour
2a5e2f05e9 Debugger: Added tooltip with label information in memory viewer 2017-12-26 18:29:47 -05:00
Sour
c12122d69c Debugger: Added highlight modes based on CDL flags to memory viewer 2017-12-26 17:33:46 -05:00
Sour
589ad612d1 Debugger: Added shortcut to open memory viewer from code window 2017-12-26 15:59:58 -05:00
Souryo
a6a2714ab7 Debugger: Memory viewer - reduced minimum size, improved resize logic 2017-10-06 18:26:02 -04:00
Souryo
63f35598fc Debugger: Fixed hex editor coloring when character view is disabled 2017-10-03 18:28:42 -04:00
Souryo
dc5ddaf87e Debugger: HexBox - Fixed issue with cursor jumping back to hex mode when trying to type ascii 2017-09-02 00:42:36 -04:00
Souryo
acbd7f183d Debugger: Ability to de-emphasize read/written/executed bytes in hex editor 2017-03-04 23:15:50 -05:00
Souryo
51afb5ae3f Debugger: Added several commands to right-click menu in hex editor (including freeze/unfreeze feature) 2017-03-02 20:33:25 -05:00
Souryo
66753c843c Debugger: Highlight (and fade) read/write/exec in hex editor 2017-03-01 20:52:15 -05:00
Souryo
ee6585aa5c Debugger: Allow editing memory values for all memory types 2017-02-26 20:47:39 -05:00
Souryo
62a5c7b437 Debugger: Allow text search when using TBL mappings 2017-02-26 19:52:48 -05:00
Souryo
a10fef630a Debugger: Save TBL settings in workspace 2017-02-26 19:18:01 -05:00
Souryo
09c2779aec Debugger: TBL file support in hex editor 2017-02-26 18:58:48 -05:00
Souryo
9c2f6995c2 Debugger: Replaced custom hex editor with HexBox 2017-02-26 13:46:57 -05:00