Commit Graph

151 Commits

Author SHA1 Message Date
andres.delikat 5e2e965963 Ram Search - implement auto-search 2011-02-21 03:32:35 +00:00
andres.delikat d2e499a3fc Ram Search - update values does 2 byte 2011-02-21 03:14:03 +00:00
andres.delikat c46c80e094 Ram Search - Attempt some input validation on the Leave event on all text boxes 2011-02-21 03:05:12 +00:00
andres.delikat 94fd588191 Ram Search - text box cleanup - slight repositioning & sizing, make addressbox only uppercase, limit length, and focus & select all when the appropriate radio dial is selected by the user 2011-02-21 02:35:47 +00:00
andres.delikat 67dac99408 Ram Search - implement Previous value searching, but currently the definition of previous value is previous frame 2011-02-21 01:06:58 +00:00
andres.delikat ee30625994 Ram Search - remove Modulus comparison since I deem it useless. Also made auto-search into a checkbox button style that turns red when on 2011-02-21 00:50:37 +00:00
andres.delikat 64a957c3ea Ram Search - display previous value column plus some code cleanup 2011-02-21 00:38:31 +00:00
andres.delikat 7135d89459 Ram Search - implement Search by Specific value 2011-02-21 00:19:15 +00:00
andres.delikat 6b30736230 Ram Search - selecting a datatype updates the display of the values 2011-02-21 00:00:33 +00:00
andres.delikat d9ebc40aae Ram Search - StartNewSearch works with 2-byte value selected 2011-02-20 23:54:58 +00:00
andres.delikat dc61f89e20 Ram Search - implement data type, endian, and data size selections and ground work for integrating them into the start new search, and search functions 2011-02-20 23:15:28 +00:00
andres.delikat da31963df5 Ram Search - implement searching by number of changes 2011-02-20 23:01:43 +00:00
andres.delikat 738c633096 Ram Search - double clicking an address sends it to Ram Watch 2011-02-20 20:57:00 +00:00
andres.delikat 4ff2e24804 Ram Search - implemented Diff By Specific Address (yeah, that one is really pointless, but might as well) 2011-02-20 20:50:41 +00:00
andres.delikat 9c625df425 Ram Search - misc fix ups 2011-02-20 20:37:50 +00:00
andres.delikat 5172f9e397 Ram Search - if invalid specific address entered by user, don't do the search anyway! Also, highlight the invalid data for the user. 2011-02-20 20:12:17 +00:00
andres.delikat 86f3538800 Ram Search - Searching based on Equal to Address implemented 2011-02-20 20:05:48 +00:00
andres.delikat aabc34c6c9 Ram Search - display values column based on Data Type menu selection 2011-02-20 19:31:25 +00:00
andres.delikat 06eb9888ca Ram Search - refix autoload 2011-02-20 19:21:56 +00:00
andres.delikat 172a48f8a1 Ram Search - Start the groundwork for the search button 2011-02-20 04:54:41 +00:00
andres.delikat f8b5055f53 Ram Search - refix Undo, and implement clear change counts 2011-02-20 04:04:12 +00:00
andres.delikat 8192860072 Ram Search - remove lovely pink backgrounds 2011-02-20 03:52:19 +00:00
andres.delikat 2b4fd12d0a Ram Search - refix some things that got reverted in the virtualListView commit 2011-02-20 03:14:48 +00:00
zeromus df48afbc46 i guess you have to use ItemCount and not VirtualListSize. oops! 2011-02-20 02:33:39 +00:00
zeromus 6b35d45594 demo other VLV features 2011-02-20 01:27:22 +00:00
andres.delikat ab50252e68 Ram Search - use .Refresh() instead of .Update() 2011-02-20 01:14:17 +00:00
zeromus b72c1b6827 says who 2011-02-20 01:04:58 +00:00
zeromus f623285cab add address 2011-02-20 01:03:37 +00:00
zeromus 298a0a5c2f redraw listview each frame, maybe 2011-02-20 00:56:43 +00:00
zeromus b0005e19aa but it wont build until i check this in due to some kind of MemDomainLabel not being checked in 2011-02-20 00:50:32 +00:00
zeromus 210f77bc64 2011-02-20 00:49:24 +00:00
andres.delikat c6c422c96a Ram Search - implement change count display 2011-02-20 00:38:31 +00:00
andres.delikat 3e22f03e32 Ram Search - On start new search, make current & prev identical, clear previous search list, and undo list 2011-02-19 21:08:47 +00:00
andres.delikat 18d39a5082 Add prev and changecount members to the Watch object so that Ram Search can use them. They can have interesting applications in Ram Watch as well 2011-02-19 21:03:31 +00:00
andres.delikat 5c78391252 Ram Search - more efficient implementation of Undo 2011-02-19 20:37:12 +00:00
andres.delikat 1be99bcd68 Ram Search - implement undo 2011-02-19 20:29:07 +00:00
andres.delikat c8b6713367 Ram Search - fix remove addresses to handle multiple removals correctly, and make DisplaySearches always update the address total 2011-02-19 20:15:02 +00:00
andres.delikat fa112c8f5f Ram Search - Watch function sends all highlighted addresses to Ram Watch (instead of just the first one). Implemented the RemoveAddresses function 2011-02-19 16:57:54 +00:00
andres.delikat de76607101 Implement Poke Address, and Add to RamWatch 2011-02-19 13:32:03 +00:00
andres.delikat 5281526ec6 Ram Search - display systemID & memory domain 2011-02-19 13:17:11 +00:00
andres.delikat 98a51b3290 Ram Search UpdateValues() hooked up to GameTick() enjoy the awesome slowness! 2011-02-19 02:38:27 +00:00
andres.delikat 28d01b57ef Ram Search - start new search list works 2011-02-19 01:47:45 +00:00
andres.delikat d4bf84ed2c Ram Search - some progress 2011-02-19 00:37:43 +00:00
andres.delikat 2913e8167a Ram Search - hooking up some windows stuff like saving window size position 2011-02-18 19:53:41 +00:00
andres.delikat 03d891cdf8 Allow Ram Search to open Ram Watch, fix so that calling those dialogs from the main menu doesn't create a new dialog if it is already open. 2011-02-18 18:42:28 +00:00
andres.delikat 5f6a74822f Moving code to check menu items on the new SMS stuff & view sizes into the DropDownOpened event instead of at the beginning of the form. Also added some comments 2011-02-15 02:30:12 +00:00
andres.delikat ae860af6d6 Ram Search - progress 2011-01-28 17:32:26 +00:00
andres.delikat bcbad81ecf Hook up Ram Search autoload 2011-01-28 03:52:43 +00:00
andres.delikat 156c379855 Ugh 2011-01-23 20:16:34 +00:00
andres.delikat 50c228a323 Some small Ram Search progress 2011-01-23 20:15:54 +00:00
andres.delikat 5bfd884522 Add the beginnings of a Ram Search dialog hooked up to main form 2011-01-23 18:56:39 +00:00