adelikat
|
6bfb4be61c
|
Hex Editor - fix scroll wheel scrolling broken on last Hex Editor commit
|
2012-06-19 01:33:32 +00:00 |
adelikat
|
640269318c
|
Hex Editor - another tiny speedup by moving something outside the values generation function
|
2012-06-18 03:39:21 +00:00 |
adelikat
|
b4c10f2e15
|
Hex Editor - several fps speed up - only draw left column of addresses when needed instead of every frame
|
2012-06-18 03:34:14 +00:00 |
adelikat
|
bcef8e62d7
|
Hex Editor - fix bug where highlighting highlights the row above, was broken by my last Hex Editor commit
|
2012-06-16 23:11:43 +00:00 |
pasky1382
|
eea900a99f
|
Added color option to the new address header in the hex editor.
|
2012-06-13 02:44:19 +00:00 |
adelikat
|
ac96d4cc4a
|
Hex Editor - draw header only as needed rather than every frame, 1-2 fps speedup
|
2012-06-13 02:18:34 +00:00 |
adelikat
|
f7d66d4924
|
Hex Editor - prevent sound stutter when opening Color config dialog
|
2012-06-13 00:21:11 +00:00 |
pasky1382
|
48e2f8c7dd
|
Added Highlight, Freeze, and Freeze Highlight color options in the hex editor. Cleaned out the custom color code from HexEditor.cs
|
2012-06-12 03:50:25 +00:00 |
adelikat
|
da1aebe1ac
|
Hex Editor - some minor code cleanup including putting highlight colors in the config file for eventually adding to the color picker
|
2012-06-10 23:34:37 +00:00 |
adelikat
|
2574789564
|
Hex Editor - color picker not modal, move "nibble" display lower to not clash with underline
|
2012-06-10 22:54:41 +00:00 |
pasky1382
|
7ef1151b99
|
Added a 'Custom Colors' Dialog for the Hex editor tool.
|
2012-06-10 22:43:43 +00:00 |
adelikat
|
81198cc89f
|
Hex Editor - add a save as binary option (in addition to the text option)
|
2012-06-10 17:28:38 +00:00 |
adelikat
|
bac863aa70
|
Hex Editor - add Copy/Paste functions
|
2012-06-10 16:34:35 +00:00 |
adelikat
|
3451d3391e
|
Refactor readword/dword similarly to Ram Search
|
2012-06-09 22:56:08 +00:00 |
adelikat
|
e025ca99bf
|
Hex Editor - Find - start searching from highlighted value so that multiple find calls go to the next value. Show highlighted value in input box by default.
|
2012-06-09 22:45:24 +00:00 |
adelikat
|
b2c9171b90
|
Hex Editor - Find option, allows you to enter a series of hex values and search ram for this combination
|
2012-06-09 22:04:09 +00:00 |
adelikat
|
f02d28fb38
|
Ram Search/Watch, Hex Editor - improve some code efficiency, tiny speedups if any
|
2012-06-09 05:34:01 +00:00 |
adelikat
|
393dd9dcfe
|
Ram Watch/Search, Hex Editor - set endian based on the endianness of the memory domain by default
|
2012-06-02 21:48:09 +00:00 |
adelikat
|
0a0c4b43ae
|
Hex Editor - add Go to Address to the context menu
|
2012-06-02 21:18:21 +00:00 |
adelikat
|
6578371bca
|
Hex Editor - remove poke context menu item, since there is no need for it, just type in the values!
|
2012-06-02 18:49:06 +00:00 |
adelikat
|
7e38f4a940
|
Hex Editor - move Add to Ram Watch to Ctrl+W instead of A! A is a hex value that should be able to be typed in
|
2012-03-10 02:31:34 +00:00 |
taotao54321
|
9716387b2f
|
HexEditor: set defaultWidth/Height at loading, not in constructor
|
2012-03-09 17:14:39 +00:00 |
taotao54321
|
389693e6f4
|
HexEditor: member Width, Height hide the original property Width, Height. So renamed to Width_, Height_
|
2012-03-09 16:37:55 +00:00 |
taotao54321
|
0e2341b37f
|
Sometimes HexEditor forgot the settings, so fixed it
And refactored loading/saving settings
|
2012-03-09 16:13:40 +00:00 |
adelikat
|
2dd03cbf03
|
Hex Editor - dynamically add unfreeze option to the menu item as well.
|
2012-03-09 01:50:39 +00:00 |
adelikat
|
502e395be0
|
Hex Editor - some hotkeys - A for Add to Ram Watch, Del for unfreeze, Shift+Del for unfreeze all
|
2012-03-09 01:43:52 +00:00 |
adelikat
|
5376186eb0
|
Hex Editor - Context menu - if address if frozen, show an unfreeze menu item instead of freeze
|
2012-03-09 01:33:55 +00:00 |
adelikat
|
f0de9366ec
|
Hex Editor - space bar toggles an address as frozen/unfrozen
|
2012-03-09 01:24:46 +00:00 |
adelikat
|
f48de28581
|
Hex Editor - + and - buttons now increment/decrement the value of a selected address (added context menu items as well)
|
2012-03-08 18:33:57 +00:00 |
andres.delikat
|
9cbe8626f3
|
Ram poke - Implement memory domain selection, on memory domain selection set addressbox length, reset address & value. Hex Editor - when show frozen addresses, check that addresses is in the selected memory domain. Cheat Window - update memory domain selection when clicking a cheat list item
|
2011-09-17 16:39:43 +00:00 |
andres.delikat
|
321a45722e
|
Hex Editor - use Ram Poke dialog for the Poke address function. Ram Watch - Successfully stop/start sound on ram poke
|
2011-09-17 15:35:39 +00:00 |
andres.delikat
|
49fb822bec
|
Hex Editor - ctrl+p = poke address, better formatting of the address display in the poke address pop up
|
2011-09-13 00:35:40 +00:00 |
andres.delikat
|
ffc28123b3
|
Hex Editor + Ram Search - Stop sound on modal dialog calls
|
2011-09-12 23:21:39 +00:00 |
andres.delikat
|
e889520744
|
Hex Editor - use filesystem safe name generation for default file name on Dump to File
|
2011-09-10 13:51:26 +00:00 |
andres.delikat
|
8dff368bcc
|
misc code cleanup on some tool dialogs
|
2011-08-27 14:49:13 +00:00 |
andres.delikat
|
18a6b21deb
|
Oops
|
2011-08-27 04:36:45 +00:00 |
andres.delikat
|
293b7133c5
|
Slight Dialog performance tweaks
|
2011-08-27 04:32:54 +00:00 |
andres.delikat
|
82630e62b5
|
Hex Editor - Hook up mouse wheel
|
2011-08-26 00:20:42 +00:00 |
andres.delikat
|
e866055581
|
Hex Editor - fix problems with highlight display
|
2011-08-25 23:58:16 +00:00 |
andres.delikat
|
172205a86e
|
Hex Editor - Display address highlighted
|
2011-08-25 23:49:13 +00:00 |
andres.delikat
|
dea2afd513
|
Hex Editor - very slight optimziing of GenerateMemoryViewString
|
2011-08-25 17:05:51 +00:00 |
andres.delikat
|
8d7c745e56
|
Show nibbles when hex editing, fix auto move to next address on 2 byte view, update values on load
|
2011-08-25 02:23:12 +00:00 |
andres.delikat
|
d8bdf4c646
|
Hex Editor - show frozen addresses
|
2011-08-25 02:08:05 +00:00 |
andres.delikat
|
4017e8a068
|
Hex Editor - fix hex editing of 4 byte values, added a Unfreeze All menu/context menu item
|
2011-08-25 01:49:22 +00:00 |
andres.delikat
|
550261b831
|
Hex Editor - Fix Endian display on 2 & 4 byte view, fix freezing of multibyte values, fix adding to ram watch of multibyte values, fix ram watch to run UpdateValues when an external dialog adds a value
|
2011-08-25 01:22:03 +00:00 |
andres.delikat
|
ce5bf31ec1
|
Hex Editor - save DataSize and BigEndian in the config
|
2011-08-25 00:55:46 +00:00 |
andres.delikat
|
efd8fe5410
|
Fix Poke Value context menu item and allow it to poke 2 byte values (4 byte still todo)
|
2011-08-24 22:26:17 +00:00 |
andres.delikat
|
be80761f26
|
Hex Editor - update values on Endian Toggle, fix resizing logic of dialog
|
2011-08-24 16:56:38 +00:00 |
andres.delikat
|
c2d5f5c733
|
Hex Editor - mostly working address editing in 2 byte view
|
2011-08-24 02:48:52 +00:00 |
andres.delikat
|
c712e58b4d
|
Hex Editor - restore Ctrl+G hotkey, fix key events, fix 2 & 4 byte view issues, restore address editing
|
2011-08-24 02:31:45 +00:00 |