Commit Graph

28 Commits

Author SHA1 Message Date
andres.delikat 2c75645a1f Various small things on tool dialogs, mostly adding/removing todos 2011-03-24 14:48:15 +00:00
andres.delikat d21a4ecd88 Hex Editor - freeze address feature 2011-03-24 01:42:53 +00:00
andres.delikat f33837bf5d Hex Editor - arrow & tab keys navigate the memory viewer 2011-03-10 19:25:01 +00:00
andres.delikat 7c06a7174f Memory Viewer - fix issues with setting the scroll bar position when setting a highlighted value. Also, clicking the highlighted value unhighlights the address 2011-03-08 15:31:24 +00:00
andres.delikat 8e3acd847a Hex Editor - add to Ram Watch menu item 2011-03-08 14:50:12 +00:00
andres.delikat 89981af655 Memory Viewer - fix auto highlight next value on memory poke to scroll screen if going off visible area. Hex Editor - implement Goto Address feature 2011-03-08 14:31:35 +00:00
andres.delikat 4909aa8084 Hex Editor - Context menu with Poke & Add to Ram Watch options 2011-03-08 13:33:46 +00:00
andres.delikat 47b9a5ffb4 Memory Viewer - Automatically move to the next address after memory poke 2011-03-08 05:31:57 +00:00
andres.delikat 69fc532a22 Memory Viewer - ability to type in values and it automatically poke byte. Only 1 byte support right now. 2011-03-08 05:28:12 +00:00
andres.delikat c366cfe097 MemoryViewer - highlighting works when emulation is paused 2011-03-08 02:35:53 +00:00
andres.delikat 8ef61b2cf0 Fix dumb error 2011-03-07 23:35:15 +00:00
andres.delikat dd0b0de2f6 Memory Viewer - hook up Key press event 2011-03-07 23:26:44 +00:00
andres.delikat d2cfd06484 Memory Viewer - minor tweaks - better default memory domain, and border style specified 2011-03-07 22:47:28 +00:00
andres.delikat 288c99b519 MemoryViewer - fix highlighting + scrollbar 2011-03-07 18:25:53 +00:00
andres.delikat e5a1eef988 Hex Editor - some more tweaks on highlight logic 2011-03-07 18:18:50 +00:00
andres.delikat 4f81ee8f9d MemoryViewer - click an address to hide it (currently single address highlighting only). Still some issues to work out with it. 2011-03-07 17:51:54 +00:00
andres.delikat fd383f108c MemoryViewer - Display domain name, and determine which address the mouse is currently on, public method for retrieving the currently pointed to address 2011-03-07 17:03:39 +00:00
andres.delikat b798ce1d88 Hex Editor - implement 4 byte view, and add the all important icon! 2011-03-07 05:10:33 +00:00
andres.delikat 9b496b872f Hex Editor - fix drawing in the event of addresses > 4 digits 2011-03-07 04:51:41 +00:00
andres.delikat e913d5e0cb Hex Editor - implement big/little endian toggling 2011-03-07 04:40:51 +00:00
andres.delikat 80d84888df Hex Editor - implement viewing in 1 or 2 byte (todo: 4 byte) 2011-03-07 04:31:58 +00:00
andres.delikat 5ae14bc55d Memory Viewer - more code refactoring in preparation for multiple byte sizes. Hex Editor - make default window size = 1 page of memory 2011-03-07 03:33:25 +00:00
andres.delikat 4658ee0f18 Hex editor/Memory Viewer - More code refactoring 2011-03-07 03:23:05 +00:00
andres.delikat a60eda1ede MemoryViewer - fix so that it never attempts to display an address greater than the memory domain. Also check in memoryviewer.resx 2011-03-07 03:15:16 +00:00
andres.delikat e2a22c4f27 MemoryViewer - lots of fix ups 2011-03-07 03:04:50 +00:00
andres.delikat 1ccb2a002e Hex Editor - refactor so scrollbar & paint logic are part of the MemoryViewer custom control. Still a few bugs like no border or text display 2011-03-07 02:47:13 +00:00
andres.delikat 463e875b93 Hex Editor - all address displayed now, and a header row added, and font is fixed width 2011-03-06 22:57:58 +00:00
andres.delikat a8474b0a17 Hex Editor - reduce flickering by creating a custom control for the memory viewer and setting useful flags 2011-03-06 21:41:41 +00:00