summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugosx.mm
Commit message (Collapse)AuthorAgeFilesLines
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-6/+6
| | | | | | | | | | | | | | | | emu/ioport.cpp: Allow controller files to override input sequences for inputs that don't use defaults, and to override the toggle setting for digital inputs. emu/config.cpp: Expose configuration level (mostly matters for controller files), improved verbose diagnostic messages, and moved a few things out of the global and preprocessor namespaces. docs: Added documentation for some controller configuration file features. The device mapping feature documentation will be merged in at some point. util/unicode.cpp, emu/input.cpp: API cleanups.
* mac: fix copy/paste error, get rid of allocWithZone as it's ignored on ↵ Vas Crabb2019-11-181-2/+2
| | | | 64-bit ABI (nw)
* A few files that got missed (nw) arbee2019-09-151-0/+4
|
* Add a method for copying part of an XML tree into another tree and use it to ↵ Vas Crabb2017-07-211-5/+21
| | | | fix Cocoa debugger fatal error
* Added basic support for saving/restoring Cocoa debugger window state, ↵ Vas Crabb2017-07-201-102/+182
| | | | compatible with Qt debugger where possible
* OS X Cocoa debugger: Autoscroll log window. [Curt Coder] Curt Coder2017-01-171-1/+1
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
|
* To ArBee with love Vas Crabb2016-03-101-0/+98
| | | | | | | | Add common debugger commands to global menu bar [Vas Crabb] Also fix occasional crash in Copy Visible Note that copy visible, paste, toggle breakpoint, and view options still require you to use context menus in windows Debug/Run menus only work when a debugger window has focus, so Break is less useful than it could be Hope this is at least a slight improvement for you, ArBee
* renamed m -> mm (nw) Miodrag Milanovic2015-11-081-0/+149