Mesen-X/GUI.NET/Debugger/Controls
2018-06-24 18:30:31 -04:00
..
ApuViewer Linux: Fixed layout issues and crashes 2018-03-31 13:47:02 -04:00
BaseScrollableTextboxUserControl.cs Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
CodeViewerActions.cs Linux: Fixed debugger shortcut keys not working most of the time 2018-06-09 17:54:34 -04:00
CodeViewerActions.Designer.cs Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
CodeViewerActions.resx Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
ComboBoxWithSeparator.cs Debugger: Improved breakpoint management 2018-02-10 21:23:22 -05:00
ctrlAddressList.cs Debugger: Allow font customization for most tools (debugger, memory viewer, assembler, trace logger, script window) 2018-03-03 10:41:59 -05:00
ctrlAddressList.Designer.cs UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
ctrlAddressList.resx Cheats: Added basic cheat code finder tool 2016-08-25 19:02:33 -04:00
ctrlBreakpoints.cs Linux: Fixed debugger shortcut keys not working most of the time 2018-06-09 17:54:34 -04:00
ctrlBreakpoints.Designer.cs Linux: Fixed usability problems with watch & breakpoint list 2018-06-09 15:42:43 -04:00
ctrlBreakpoints.resx Debugger: Breakpoint-related improvements + small performance improvements 2017-08-03 21:30:44 -04:00
ctrlCallstack.cs Debugger: Improved callstack reliability 2018-03-05 21:18:29 -05:00
ctrlCallstack.Designer.cs Debugger: Changed function column header for call stack 2016-12-04 15:09:09 -05:00
ctrlCallstack.resx Debugger - Added callstack 2015-08-09 14:47:27 -04:00
ctrlCharacterMapping.cs Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlCharacterMapping.Designer.cs Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlCharacterMapping.resx Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlCharacterMappings.cs Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlCharacterMappings.Designer.cs Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlCharacterMappings.resx Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlChrViewer.cs UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
ctrlChrViewer.Designer.cs Docs: Updated documentation & screenshots 2018-03-24 16:14:52 -04:00
ctrlChrViewer.resx HD Packs: Improvements, new features, bug fixes 2017-06-28 20:01:24 -04:00
ctrlCodeScrollbar.cs Debugger: Tooltip positioning improvements 2018-06-16 17:19:20 -04:00
ctrlConsoleStatus.cs Debugger: Fixed UI crash when stack pointer is $FF 2018-03-06 19:45:39 -05:00
ctrlConsoleStatus.Designer.cs Debugger: Trace Logger - Added output format customization 2018-05-26 01:14:37 -04:00
ctrlConsoleStatus.resx UI: Fixed layout issues in video config (+ down arrow icon change in win8+) 2017-09-18 21:40:21 -04:00
ctrlControllerInput.cs UI: Fixed DPI-related issues 2017-09-16 22:02:05 -04:00
ctrlDbgShortcuts.cs UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
ctrlDbgShortcuts.Designer.cs Debugger: Ability to customize all keyboard shortcuts 2018-03-10 09:58:24 -05:00
ctrlDbgShortcuts.resx Debugger: Ability to customize all keyboard shortcuts 2018-03-10 09:58:24 -05:00
ctrlDebuggerCode.cs Debugger: Fixed crash when displaying tooltip when text zoom is not set to 100% 2018-06-13 18:47:53 -04:00
ctrlDebuggerCode.Designer.cs UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
ctrlDebuggerCode.resx Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
ctrlEventViewerListView.cs Fixed minor memory leak, out-of-bounds memory access, uninit memory reads and compilation warnings 2018-06-14 23:29:15 -04:00
ctrlEventViewerListView.Designer.cs Debugger: Event Viewer - Added "List View" tab (list of all events shown in the ppu view tab) 2018-06-14 20:05:07 -04:00
ctrlEventViewerListView.resx Debugger: Event Viewer - Added "List View" tab (list of all events shown in the ppu view tab) 2018-06-14 20:05:07 -04:00
ctrlEventViewerPpuView.cs Debugger: Tooltip positioning improvements 2018-06-16 17:19:20 -04:00
ctrlEventViewerPpuView.Designer.cs Debugger: Added "Event Viewer" tool - replaces PPU Register Write Viewer 2018-02-18 23:03:02 -05:00
ctrlEventViewerPpuView.resx Debugger: Added "Event Viewer" tool - replaces PPU Register Write Viewer 2018-02-18 23:03:02 -05:00
ctrlFindOccurrences.cs Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
ctrlFindOccurrences.Designer.cs Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
ctrlFindOccurrences.resx Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
ctrlFlagStatus.cs Linux: Debugger - Fixed op code tooltip layout issue 2018-06-10 14:45:55 -04:00
ctrlFlagStatus.Designer.cs Debugger: Added option to display info popups about opcodes 2018-01-02 22:32:17 -05:00
ctrlFlagStatus.resx Debugger: Added option to display info popups about opcodes 2018-01-02 22:32:17 -05:00
ctrlFunctionList.cs UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
ctrlFunctionList.Designer.cs Debugger: Improved performance when a lot of labels are defined (e.g 1000+) 2018-06-09 21:25:49 -04:00
ctrlFunctionList.resx Debugger: Find Occurrences feature for labels/addresses 2016-11-27 10:56:37 -05:00
ctrlHexViewer.cs Linux: Fixed debugger shortcut keys not working most of the time 2018-06-09 17:54:34 -04:00
ctrlHexViewer.Designer.cs UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
ctrlHexViewer.resx Debugger: Added paste/undo support in hex editor 2018-02-24 14:23:54 -05:00
ctrlLabelList.cs Debugger: Improved performance when a lot of labels are defined (e.g 1000+) 2018-06-09 21:25:49 -04:00
ctrlLabelList.Designer.cs Debugger: Improved performance when a lot of labels are defined (e.g 1000+) 2018-06-09 21:25:49 -04:00
ctrlLabelList.resx Debugger: Ability to add labels/symbols & comments to code (work in progress) 2016-11-21 22:34:47 -05:00
ctrlMemoryAccessCounters.cs Linux: Fixed debugger shortcut keys not working most of the time 2018-06-09 17:54:34 -04:00
ctrlMemoryAccessCounters.Designer.cs Debugger: Added copy/select all shortcuts to access counters 2018-03-30 19:14:08 -04:00
ctrlMemoryAccessCounters.resx Debugger: Added copy/select all shortcuts to access counters 2018-03-30 19:14:08 -04:00
ctrlMemoryMapping.cs UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
ctrlNametableViewer.cs Linux: Fixed debugger shortcut keys not working most of the time 2018-06-09 17:54:34 -04:00
ctrlNametableViewer.Designer.cs Debugger: Remember tile/attribute updates highlight options 2018-04-14 22:55:31 -04:00
ctrlNametableViewer.resx HD Packs: Improvements, new features, bug fixes 2017-06-28 20:01:24 -04:00
ctrlPaletteViewer.cs Debugger: PPU Viewer - Added options to display/copy hex/rgb color codes in all tabs 2018-06-24 18:30:31 -04:00
ctrlPaletteViewer.Designer.cs Debugger: PPU Viewer - Added options to display/copy hex/rgb color codes in all tabs 2018-06-24 18:30:31 -04:00
ctrlPaletteViewer.resx Debugger: PPU Viewer - Added options to display/copy hex/rgb color codes in all tabs 2018-06-24 18:30:31 -04:00
ctrlProfiler.cs Debugger: Revert incorrect fix for profiler's inclusive stats 2018-02-24 15:40:29 -05:00
ctrlProfiler.Designer.cs Debugger: Profiler now uses the same refresh/auto-refresh settings as the other tools 2018-02-20 18:20:52 -05:00
ctrlProfiler.resx Debugger: Added profiler in memory tools (renamed from memory viewer) 2016-12-08 19:30:41 -05:00
ctrlScanlineCycleSelect.cs Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlScanlineCycleSelect.Designer.cs Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlScanlineCycleSelect.resx Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlScrollableTextbox.cs Debugger: Added copy/select all shortcuts to access counters 2018-03-30 19:14:08 -04:00
ctrlScrollableTextbox.designer.cs Debugger: Added up/down buttons to code scrollbar 2018-03-03 14:58:33 -05:00
ctrlScrollableTextbox.resx Debugger - Wrote custom textbox for the display + Basic breakpoints (exec/read/write) 2015-08-02 19:27:02 -04:00
ctrlSourceViewer.cs UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
ctrlSourceViewer.Designer.cs Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
ctrlSourceViewer.resx Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
ctrlSpriteViewer.cs UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
ctrlSpriteViewer.Designer.cs Debugger: Ability to customize all keyboard shortcuts 2018-03-10 09:58:24 -05:00
ctrlSpriteViewer.resx HD Packs: Improvements, new features, bug fixes 2017-06-28 20:01:24 -04:00
ctrlTextbox.cs Debugger: Do not show tooltips for immediate values 2018-06-16 17:10:16 -04:00
ctrlTextbox.Designer.cs Debugger - Wrote custom textbox for the display + Basic breakpoints (exec/read/write) 2015-08-02 19:27:02 -04:00
ctrlTextHooker.cs Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlTextHooker.Designer.cs Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlTextHooker.resx Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
ctrlTilePalette.cs Debugger: PPU Viewer - Added options to display/copy hex/rgb color codes in all tabs 2018-06-24 18:30:31 -04:00
ctrlTilePalette.Designer.cs Debugger: PPU Viewer - Added options to display/copy hex/rgb color codes in all tabs 2018-06-24 18:30:31 -04:00
ctrlTilePalette.resx Debugger: PPU Viewer - Added options to display/copy hex/rgb color codes in all tabs 2018-06-24 18:30:31 -04:00
ctrlWatch.cs Linux: Fixed debugger shortcut keys not working most of the time 2018-06-09 17:54:34 -04:00
ctrlWatch.Designer.cs Linux: Fixed usability problems with watch & breakpoint list 2018-06-09 15:42:43 -04:00
ctrlWatch.resx -Rewrote entire GUI in .NET 2015-07-01 23:17:14 -04:00
ICodeViewer.cs Linux: Fixed debugger shortcut keys not working most of the time 2018-06-09 17:54:34 -04:00