summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/debugview.h
Commit message (Collapse)AuthorAgeFilesLines
* * Save/restore more Cocoa debugger state Vas Crabb2017-07-211-1/+4
| | | | | | * Fix some Cocoa debugger desync issues - Scroll to selection on gaining focus by keyboard (e.g. tab) only - Fixes jump on clicking a memory or disasm view that you've scrolled
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
| | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude.
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-071-3/+0
|
* Honour -debugger_font and -debugger_font_size in Cocoa debugger. Vas Crabb2015-04-091-1/+1
| | | | Not perfect yet - text fields and popup menus aren't sized to fit
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-10/+10
|
* Add a whole line scroll mode to make breakpoints/watchpoints header work nicely Vas Crabb2015-02-231-1/+2
|
* Slight improvement in Cocoa debug view performance Vas Crabb2015-02-221-0/+1
|
* More minor improvements to Cocoa debugger (nw) Vas Crabb2015-02-221-1/+3
|
* Allow paste from OS clipboard to debugger windows (use context menu) Vas Crabb2015-02-191-0/+1
|
* Allow copying visible portion of debug view to OS clipboard Vas Crabb2015-02-191-0/+4
|
* Move breakpoint control code out of view class - it doesn't really belong there Vas Crabb2015-02-181-0/+4
|
* Add devices window to cocoa debugger Vas Crabb2015-02-171-1/+1
|
* * Map visited to a background colour Vas Crabb2015-02-171-1/+1
| | | | | | | | | * Allocate colours once only * Make disassembly view context menu easier to use again * Console feedback for breakpoint changes * Update views for breakpoint changes * Map Option-/Command-click to middle/right click * Disassembly/memory views inherit focus from parent window
* Remove redundant filename prefix Vas Crabb2015-02-171-0/+68