Commit Graph

5064 Commits

Author SHA1 Message Date
adelikat a2d60ff2c8 refactor watch objects, so that the base types have a previous value as opposed to the detailed types 2013-09-15 16:01:16 +00:00
adelikat 3fa153f4cd hook up new ram search in various places in mainform, and basic updating of values done 2013-09-15 01:49:02 +00:00
adelikat 55fe3e4a49 New Ram Search - some progress 2013-09-14 23:30:23 +00:00
adelikat 7a08cb1075 Fix some annoying warnings and some misc code cleanup 2013-09-14 19:34:14 +00:00
adelikat 299ee4673e progres son new ram search, mostly small things and stubs 2013-09-14 19:07:11 +00:00
adelikat e760ff56a4 Start New Ram Search 2013-09-14 06:02:53 +00:00
adelikat 9f72102de4 Ram Watch - fix column hide/show behavior 2013-09-14 05:37:53 +00:00
adelikat 731701ddd8 Hex Editor - support poking of multiple addresses 2013-09-14 04:44:17 +00:00
zeromus b7f3acefcd improve ram watch icons 2013-09-14 04:27:01 +00:00
adelikat 0cbfe849f5 Remove RamWatchNewWatch dialog 2013-09-14 03:15:51 +00:00
adelikat 2910878d05 Remove Ram Poke as a standalone dialog. Support new Ram Poke dialog in Hex Editor and Ram Search 2013-09-14 03:13:22 +00:00
adelikat 5c2b005eee Old Ram Watch begone! 2013-09-14 02:31:21 +00:00
adelikat da9c73e011 new Ram Poke - fix up Value box behavior, and misc code cleanup of new ram tools code 2013-09-14 01:18:45 +00:00
adelikat fc7ea29be0 New Ram Poke - implemented poking for types other than float and fixed point, some fix ups 2013-09-12 03:28:45 +00:00
adelikat c4ac0439c1 New Ram Poke Dialog - progress 2013-09-12 01:53:00 +00:00
adelikat 578efed6bf New Ram Watch - fix some null reference exceptions 2013-09-11 22:43:14 +00:00
adelikat 2e292ca2ee Start new ram poke dialog 2013-09-10 17:46:24 +00:00
adelikat e28c45d69e New Ram Watch - progress on column hid/show/reorder logic, but still not quite what I want 2013-09-10 00:58:36 +00:00
adelikat ea9fb1f85d New Ram Watch - fix incorrectly labeling a file as having changes 2013-09-09 22:03:02 +00:00
adelikat d7c6d79148 New Watch Editor - fix bug where address wasn't being updated 2013-09-09 21:45:44 +00:00
adelikat fad71b1d98 Refactor Recent Files to handle a load error message and logic to remove from list, refactored all the places that do this to use this single unified function 2013-09-09 21:36:26 +00:00
adelikat 4682c326e4 New Ram Watch - fix display of Diff column 2013-09-09 17:04:25 +00:00
adelikat 430eb13afa oops 2013-09-09 16:46:01 +00:00
adelikat 6446b73ca5 Add feature to hex textboxes where up and down increment/decrement the value. New Watch Editor - tab orders 2013-09-09 14:13:31 +00:00
adelikat 450fc79086 New Ram Watch - column ordering 2013-09-09 00:25:03 +00:00
adelikat 85b25ec371 New Ram Watch - hook up more events 2013-09-08 20:49:25 +00:00
adelikat 5d4d91603d New Ram WAtch - context menu and key events 2013-09-08 20:33:15 +00:00
adelikat d1e36b62e1 New Ram Watch - configurable previous value definitions 2013-09-08 19:22:21 +00:00
adelikat 440185a229 New Ram WAtch - implement Display Watches on Screen feature 2013-09-08 15:58:01 +00:00
adelikat 8d4a8bc869 New Ram WAtch - implement column hide/show, and column positioning/width saving and loading 2013-09-08 15:47:41 +00:00
adelikat 0442eddf5a New Ram Watch - implement freeze address 2013-09-08 04:13:31 +00:00
adelikat aa314fc219 New Watch Editor - duplicate watch done, fix editing 2013-09-08 03:45:13 +00:00
adelikat 8704acdaf3 New Watch Editor - Edit Mode done 2013-09-08 02:51:53 +00:00
adelikat 8b7798896a new Watch editor - adding new watch now works 2013-09-08 00:36:28 +00:00
thebrick448 3c8196f234 Added the ability to load programs into a TI-83 calculator. Also reworked the TI-83 link interface to more accurately represent hardware specs. 2013-09-07 21:32:09 +00:00
adelikat ddb6adf593 Progress on new watch editor 2013-09-07 20:00:17 +00:00
adelikat e49c00ac36 Reorganize the tools folder, making new folders for Lua, Watch, and Hex Editor, start new Watch Editor dialog. Split new Watch objects into their own file, rename legacy watch object accordingly 2013-09-07 18:36:49 +00:00
adelikat 8c1582ca74 New Ram Watch - oops, support saving and loading of new display types 2013-09-07 18:03:17 +00:00
adelikat 50a354bc82 New Ram Watch - support 2 and 4 byte watches, including new display types: binary, 12.4 fixed point, 20.12 fixed point, and float 2013-09-07 17:57:23 +00:00
adelikat a8234b6147 New Ram Watch - implement memory domains menu, using a new ToolHelpers class and a method that generates it (todo: refactor other tool dialogs to it this way), and some more features such as Separator, SelectAll, move up, move down, remove 2013-09-07 05:17:29 +00:00
adelikat 4fb575a2f6 Refactor other recent menus, and fix bug in recent item selection 2013-09-07 03:15:29 +00:00
adelikat 0d25ef8f8f Refactor Recent menu stuff again, and move autload to a property of recent files, ram watch now uses that value instead, all other dialogs with recent menus need to be refactored this way 2013-09-07 01:38:24 +00:00
adelikat 6320493902 RecentFiles - make Generate method not static 2013-09-06 22:09:14 +00:00
adelikat 5210da36b0 New Ram Watch - recent menu, RecentFiles - add a GenerateRecentMenu method, still todo: refactor dialogs to use this instead of doing the same code in a bunch of places 2013-09-06 22:06:44 +00:00
adelikat 195b002ec1 Recent Files - refactor - remove GetFileByPosition() in place of making the object indexable 2013-09-06 21:23:59 +00:00
adelikat 4be0fa49f8 New Ram Watch - more low hanging fruit 2013-09-06 21:15:05 +00:00
adelikat 8fa9a602a7 New Ram Watch - saving 2013-09-06 21:09:10 +00:00
adelikat 068665f85b New Ram Watch - some low hanging fruit 2013-09-06 20:43:01 +00:00
adelikat 0815d20f93 New Ram Watch - fix separators 2013-09-06 01:14:54 +00:00
adelikat e0320e93aa New Ram Watch - UpdateValues, implement remaining display columns, some refactoring 2013-09-06 00:42:21 +00:00