kylelyk
|
321c8c64bf
|
Added documentation to IControlMainForm, renamed a few variables, moved IControlMainForm related code in MainForm to the same region.
|
2014-08-19 19:24:17 +00:00 |
adelikat
|
0fd05b4800
|
HexEditor -> Hex Editor
|
2014-08-16 03:53:50 +00:00 |
adelikat
|
aeea08a823
|
Cleanup the InputPrompt class, removing unused methods, and converting some silly methods into properties allowing some pretty array initializers instead of function calls
|
2014-07-28 02:40:30 +00:00 |
adelikat
|
5d4ff76ed6
|
Convert a copy/pasted method in a bunch of tool dialogs to an extension method
|
2014-07-28 02:31:51 +00:00 |
adelikat
|
ce4ce0bacc
|
Convert some static methods in ToolHelpers to extension methods
|
2014-07-28 01:51:11 +00:00 |
adelikat
|
b0b057ef2c
|
When opening the hex editor from another dialog, open it in the same byte size
|
2014-07-28 01:24:57 +00:00 |
adelikat
|
60000af4c9
|
Hex Editor - tweak background drawing of frozen addresses when the display size doesn't match the cheat size
|
2014-07-28 01:01:32 +00:00 |
adelikat
|
ef14f661c0
|
Hex Editor - properly handle (and not throw exceptions) the display of cheat values in a byte size not equal to the cheat byte size
|
2014-07-28 00:49:48 +00:00 |
adelikat
|
0397ea1ff4
|
Remove the CustomControls/Util file and move all the classes into the Form Extensions file, since they were all extension methods for window form objects
|
2014-07-27 15:22:30 +00:00 |
adelikat
|
570f77cc68
|
Implement FastUpdate() on IToolForm. The intent here is for tools to do the minimum amount necessary when updating. This allows them to avoid slow things like drawing, but do critical activities such as Ram tools incrementing change counters, and loggers can continue logging. When Turboing, instead of bypassing tool updates, the client will run the fast update instead. Note: a few tools still need to be thought out as to what they need to do in a fast update
|
2014-07-25 01:55:21 +00:00 |
adelikat
|
8c064875c2
|
TAStudio - ability to add markers, very crude implementation for now
|
2014-07-15 23:43:17 +00:00 |
adelikat
|
a9aa65397c
|
Convert a Util method to an extension method
|
2014-07-03 18:29:51 +00:00 |
adelikat
|
6bbd3ca80d
|
Hex and Watch Boxes - prevent user from pasting invalid input, also if they do manage to get the textbox into an invalid state, interpret the value as 0 rather than throwing an exception
|
2014-07-03 16:43:39 +00:00 |
adelikat
|
1964f3754a
|
Merge InputValidate into StringExtensions
|
2014-07-03 16:00:57 +00:00 |
adelikat
|
f546a8080c
|
Move some extension methods from the generic extensions file to NumberExtensions and fix up namespaces
|
2014-07-03 15:35:50 +00:00 |
adelikat
|
0b6795fffc
|
Some misc cleanup of redundant qualifiers
|
2014-05-04 14:10:28 +00:00 |
adelikat
|
d11bec528e
|
Fix Ram Watch to update after instead of before, to be consistent with Hex Editor and Ram Search
|
2014-04-25 20:02:57 +00:00 |
adelikat
|
e4c7110174
|
Hex Editor - fix issue 150 - exceptions thrown when freezing multi-byte addresses
|
2014-04-11 16:45:05 +00:00 |
adelikat
|
6e23df6472
|
Hex Editor - lots of fixes to Path and filename selection in OpenFile and SaveFile dialogs
|
2014-03-26 00:34:43 +00:00 |
adelikat
|
e8c0c21c7c
|
Hex Editor - fix a very annoying bug when using File on Disk that was caused by a very annoying thing, ugh
|
2014-03-24 02:25:26 +00:00 |
adelikat
|
a8aa121ecd
|
Hex Editor - support table files in the find box when searching for text strings
|
2014-03-23 23:47:20 +00:00 |
adelikat
|
7541dba798
|
Hex Editor - add a Close Table file menu item, enabled only when a table file has been loaded
|
2014-03-23 22:47:28 +00:00 |
adelikat
|
b95a0b648c
|
Hex Editor - support loading of Text translation table files (.tbl) including Recent menu and autoload options
|
2014-03-23 20:27:20 +00:00 |
adelikat
|
2581dccd90
|
Hex Editor - fix Find Prev and close Find box when Prev or Next is clicked
|
2014-03-23 19:55:56 +00:00 |
adelikat
|
2d87eeab70
|
Hex Editor - fix weird focusing bug when using the Find box, goofy winforms
|
2014-03-23 18:29:32 +00:00 |
adelikat
|
1e9374e4e4
|
Hex Editor - highlight "mis-alighned" selections properly that result from being on an odd-numbered address when switching to a higher data size. Also only highlight the portion of an address that is frozen in the case of viewing mutli-byte sizes while there are active cheats of smaller sizes.
|
2014-03-23 15:39:47 +00:00 |
adelikat
|
6d1675e54c
|
Change UnfreezeAll option on many tools to remove cheats not simply disable them.
|
2014-03-23 13:21:48 +00:00 |
adelikat
|
f15a1bc36b
|
Hex Editor - fix ability to highlight past the end of a domain
|
2014-03-01 19:05:20 +00:00 |
adelikat
|
fc8cb97ce3
|
Hex Editor - when freezing/unfreezing, update highlighter colors
|
2014-03-01 18:09:09 +00:00 |
adelikat
|
75b9b132b6
|
Hex Editor - make freezing a range of addresses not slow
|
2014-03-01 18:04:21 +00:00 |
adelikat
|
bb3a76cb3d
|
Hex Editor - speed up Freeze Addresses more by not calling update tools that are already updated due to event handlers
|
2014-03-01 16:36:26 +00:00 |
adelikat
|
827e2c44f8
|
Fix some inconsistent spelling in a Ram Watch and Search context menus, and some slight formatting cleanup on hex editor
|
2014-03-01 15:21:17 +00:00 |
adelikat
|
f714093b23
|
Movies 2.0 - some progress towards supporting floats
|
2014-02-25 02:56:32 +00:00 |
adelikat
|
a6176d09e8
|
Object -> object
|
2014-02-24 03:25:57 +00:00 |
adelikat
|
186939f157
|
Hex Editor - fix the Find dialog box behavior, now correctly allows all characters and casings when switching to text mode
|
2014-02-24 03:18:43 +00:00 |
adelikat
|
3cf2ba7afc
|
Some nitpicky code cleanup on a few files before I do something useful with them
|
2014-02-24 02:50:56 +00:00 |
adelikat
|
f704786630
|
Hex Editor - change the name of the "Rom File" domain to "File on disk" to hopefully clarify it better
|
2014-02-10 01:15:11 +00:00 |
adelikat
|
d22b35c240
|
Hex Editor - fix exception when user clicks cancel in the Save as Binary dialog
|
2014-02-10 01:01:36 +00:00 |
goyuken
|
78a0b428a3
|
hex editor: show partial rows
|
2014-02-08 21:57:16 +00:00 |
zeromus
|
f0001687ed
|
fix hexeditor bugs related to my last commits to it
|
2014-02-08 21:47:39 +00:00 |
adelikat
|
3dfcd8b22a
|
drastically cleanup the InputValidate class
|
2014-02-03 19:37:43 +00:00 |
zeromus
|
01b5c44d5c
|
refine hex editor keyboard handling a bit
|
2014-01-31 04:26:39 +00:00 |
adelikat
|
f3755975a1
|
Lua - implement Always on Top and Floating Window
|
2014-01-30 22:32:29 +00:00 |
adelikat
|
003156d28e
|
Trace Logger - remember window size, implement floating window and restore default settings, refactor, also clean up some ToolDialogSettings logic
|
2014-01-30 15:28:05 +00:00 |
adelikat
|
a742758288
|
oops
|
2014-01-30 03:36:18 +00:00 |
adelikat
|
d44e6c6342
|
Ditto for trace logger
|
2014-01-30 03:34:58 +00:00 |
adelikat
|
ab4f9534fe
|
a bit of cleanup
|
2014-01-30 03:11:28 +00:00 |
adelikat
|
364c2367ea
|
Hex Editor - refactor to use ToolDialogSettings Add floating window option
|
2014-01-30 03:10:17 +00:00 |
adelikat
|
377ab3b4ea
|
Fix Hex Editor to show cheat value on frozen addresses, and some fix ups in misc bugs that also contributed to this problem. Note: hex editor still will show some dubious behavior when viewing in one byte size and having cheats in another, that kind of mess will have to be sorted out in another commit
|
2014-01-01 03:19:08 +00:00 |
adelikat
|
7e24c75a3d
|
tiny code cleanup in Hex Editor
|
2013-12-31 18:52:52 +00:00 |