adelikat
706a863caa
Ram Search - add "Clear Preview" to context menu, clears out the red coloring preview. Also some misc tweaks to colors and some code cleanup
2013-08-21 20:54:33 +00:00
adelikat
22e1dffc91
Ram Search - don't create a search history and start a new search twice. Add a "Use Undo History" option. For that and fast mode when the user opens ram search on the n64 core, currently this overrides their settings every time they open the dialog.
2013-08-14 01:04:14 +00:00
adelikat
cbb35fc3ce
Ram Search - introduce "Fast Mode" in order to support large domains such as for N64. In fast mode, the previous value will be defined as last search (or original value), and change counts will not be incremented but the previous value/change counts will not be processed saving huge amounts of processing.
2013-06-30 21:50:17 +00:00
adelikat
e1212c75e3
Ram Search - clear undo history when starting a new search, and add a Clear Undo History menu item
2013-06-30 20:10:52 +00:00
pasky1382
23d71a3b87
Commented out unworking code for disc.DetectSegaSaturn() in MainForm.cs
...
Added 'Always On Top' option to settings in hex editor/tas studio/ram search
2013-06-25 08:50:42 +00:00
adelikat
1a4962b8c8
Fix Hex boxes in various dialogs to allow ctrl+C/A/V, such as game genie, cheats, ram watch/search, etc
2012-09-26 02:46:13 +00:00
adelikat
c3c3fd6c20
Ram Search - add Unfreeze All context menu item, conditional upon there being at least one cheat in the system. Also, show an OSD message when removing all cheats
2012-09-23 15:09:29 +00:00
adelikat
24649e49e7
Ram Poke - make Value the default highlighted textbox, Ram Search - show shortcut keys of context menu items that have them
2012-09-13 02:47:16 +00:00
adelikat
d8393a5a71
Ram Search - move auto-load menu item to options menu instead of recent, since it only autoloads the dialog, not a file
2012-09-02 18:33:59 +00:00
zeromus
d302db48b7
remove tahomas from the gui--shouldve been unset (use defaults)
2012-06-20 22:29:00 +00:00
adelikat
14b5a4204b
Ram Search - specific value box - only show hex in uppercase
2012-06-09 16:37:03 +00:00
brandman211
720193b50f
-Cleared the sorted column whenever the previous definition, data size, data type, or endian changes because these options might place the values out of order.
...
--Well, data size and endian don't, but they will once these changes take effect in the middle of a search.
-Previous can now be defined as the last change, fixing the enhancement shown in Issue 73 (Ram Watch equivalent might come later).
-Fixed unsigned sort.
2012-06-09 06:40:11 +00:00
brandman211
eefb41f0b3
-Added message saying that the data type has been converted when you change the data type.
...
-Moved the "Included mis-aligned" box to data size where it should be.
2012-06-08 18:59:20 +00:00
brandman211
38d22b8549
Exlude => Exclude. >_<
2012-06-07 20:24:29 +00:00
adelikat
c8d07a5078
Ram Watch/Search - add System ID to .wch files
2012-06-07 03:16:25 +00:00
adelikat
2e5547806d
Ram Search - add View In Hex Editor menu item to the context menu
2012-06-02 14:38:35 +00:00
brandman211
7ab8fe087a
Fixed drop down labels in RAM Watch and Search.
2012-05-12 07:07:34 +00:00
andres.delikat
3e8a7e61c2
Ram Search - Redo menu item, slight tweaks to search menu items
2011-09-16 23:44:39 +00:00
andres.delikat
94aca60998
Cheat Window/Ram Search/Ram Watch - switch key up events to key down, add Ctrl+A select all to cheat window & ram watch
2011-09-16 23:29:36 +00:00
andres.delikat
7cfdad7bd0
Ram Search - Implement redo button. Enable/Disable Undo & Redo buttons when applicable
2011-09-14 23:36:36 +00:00
andres.delikat
21d396f9bc
Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup
2011-09-11 01:01:40 +00:00
andres.delikat
8dff368bcc
misc code cleanup on some tool dialogs
2011-08-27 14:49:13 +00:00
andres.delikat
40512ae558
Ram Watch/Search - refresh on form activate
2011-08-20 15:35:16 +00:00
andres.delikat
2c057a3d1f
Ram Search - refresh listview on its focus event, only turn on blazing fast option if > 8 addresses (8 being semi-arbituary)
2011-08-20 13:39:44 +00:00
andres.delikat
e462ba80e5
Ram Search - fix toolstrip location
2011-08-20 13:30:57 +00:00
andres.delikat
5b3074a222
Ram Search - fix bug that was causing the Search button to fire twice
2011-08-20 13:15:17 +00:00
andres.delikat
368702d843
Ram Search - refix the Add To RamWatch toolstrip button
2011-08-20 13:02:25 +00:00
andres.delikat
e62f68f48e
Ram Search - fix anchoring of tool strips
2011-08-18 21:28:15 +00:00
andres.delikat
90233868cf
Slight dialog cleanups on ram search & autofire config
2011-08-15 19:33:18 +00:00
andres.delikat
fdacd090db
Ram Search - GUI fixups
2011-08-07 03:11:54 +00:00
andres.delikat
15743552e2
Cheat Window / Ram Watch - Select All menu item and Ctrl+A hotkey. Ram Search - add Ctrl+Z hotkey to Undo menu item
2011-08-07 00:56:21 +00:00
andres.delikat
c903ff505d
Ram Watch/Ram Search/Cheats - Delete key deletes selected items
2011-08-07 00:43:04 +00:00
andres.delikat
df5d27e0f3
Cheats - better icon, fix Save function to use default filename and save automatically, refactored into its own Save() function
2011-08-06 22:25:37 +00:00
andres.delikat
933b4a60bc
Ram Watch/Search, TASStudio - use of the blazingfast option of virtuallistview only during the updatevalues function yields significantly less flickering without the bad side effects of that option
2011-08-04 02:28:25 +00:00
andres.delikat
7bfd9779fe
Hide Selection = false on all the virtuallistview objects
2011-08-02 03:07:47 +00:00
andres.delikat
945cb9c693
More menu icons
2011-07-03 02:32:29 +00:00
zeromus
33c5182296
fix annoying toolstrip/menustrip non-clickthrough behaviour
2011-06-26 20:10:05 +00:00
andres.delikat
87fb448cc0
Set FullRowSelect on a bajillion listview objects
2011-06-26 19:50:15 +00:00
andres.delikat
3569f3cd0a
Remove bmp images in favor of png, small implementations to Lua Console
2011-06-26 02:09:06 +00:00
andres.delikat
b40c861ee7
Images for all kinds of menu items
2011-06-26 00:06:50 +00:00
andres.delikat
5e27953db0
Column sorting (and reverse sorting) for Ram Search & Ram Watch
2011-06-19 19:10:01 +00:00
andres.delikat
47886e7c40
Drag & Drop for ram search, cheat search, play movie, record movie
2011-05-22 02:12:36 +00:00
offspring131313
2df4243695
Added saving customized settings to RamSearch dialog
2011-05-20 11:21:29 +00:00
andres.delikat
615b894a2e
Ram Search & Watch - properly check/uncheck memory domain menu items
2011-03-29 20:32:46 +00:00
andres.delikat
7cbd089ec2
Ram Search - add some context menu items
2011-03-19 03:08:54 +00:00
andres.delikat
e7a3ee14f2
Ram Search - Freeze address button & menu item, change background color on frozen addresses
2011-03-18 17:52:31 +00:00
andres.delikat
a68053bc1b
Ram Watch - Implement Freeze address, and a few misc fix ups
2011-03-18 16:44:21 +00:00
andres.delikat
de0660c204
Hex Editor - lots of misc stuff like resizing, saving window size/position, creating and hooking up public functions to the multiclient & such
2011-03-06 15:25:21 +00:00
andres.delikat
f0378a8313
Ram Search - Refactor saving of config settings, fix remembering of window location & size, and fix anchoring of output label
2011-02-25 02:50:57 +00:00
andres.delikat
f7198ae966
Ram Search - Memory domain select
2011-02-23 16:22:41 +00:00