summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx
Commit message (Expand)AuthorAgeFilesLines
...
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-12/+12
* patch up on OSX Vas Crabb2016-08-013-4/+4
* fix osx compile (nw) Miodrag Milanovic2016-07-313-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-3110-32/+32
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-086-30/+34
* Fix Clang build (nw) Miodrag Milanovic2016-04-242-11/+11
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-249-35/+35
* Iterate over core classes C++11 style AJR2016-03-312-2/+2
* To ArBee with love Vas Crabb2016-03-103-2/+16
* Fix OSX build. (nw) Dankan18902016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-202-2/+2
* Revert "Fix OSX build (nw)" Miodrag Milanovic2016-01-203-5/+5
* Fix OSX build (nw) Miodrag Milanovic2016-01-163-5/+5
* Fix OSX build (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-122-5/+4
* Fix compile on OSX Miodrag Milanovic2016-01-121-0/+1
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-122-6/+6
* Support 64 and 80-bit floats in OS X debugger (nw) arbee2015-12-191-1/+15
* Support float view in OS X debugger (nw) arbee2015-11-301-0/+7
* First commit for issue #476 yz70s2015-11-301-2/+2
* renamed m -> mm (nw) Miodrag Milanovic2015-11-0817-0/+0
* Clean up some stuff that upsets GCC5 Vas Crabb2015-11-012-1/+2
* Fix for some configurations Vas Crabb2015-10-271-1/+1
* Fix build with Xcode 7 (nw) balr0g2015-09-182-3/+3
* Debugger fix from Judge (nw) Vas Crabb2015-07-311-0/+1
* Doesn't fix the crash, but it doesn't hurt either nw Vas Crabb2015-07-301-0/+3
* Cocoa debugger: correctly size controls for user font selection (nw) Vas Crabb2015-05-144-30/+48
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-0735-105/+0
* More Leopard fun (nw) Vas Crabb2015-04-101-18/+18
* Honour -debugger_font and -debugger_font_size in Cocoa debugger. Vas Crabb2015-04-096-13/+27
* Add a crappy utility for editing AU effect presets Vas Crabb2015-04-071-8/+0
* Fix Cocoa debugger leaks with SDL2, still looking into crash on exit Vas Crabb2015-04-011-0/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-2510-33/+33
* Add a whole line scroll mode to make breakpoints/watchpoints header work nicely Vas Crabb2015-02-239-20/+40
* More intelligible auto window position code Vas Crabb2015-02-231-12/+18
* Slight improvement in Cocoa debug view performance Vas Crabb2015-02-228-28/+68
* More minor improvements to Cocoa debugger (nw) Vas Crabb2015-02-222-34/+86
* Cocoa debugger: suppress trailing whitespace on copy, draw background to edge... Vas Crabb2015-02-221-32/+61
* More debugger consistency Vas Crabb2015-02-221-4/+4
* No longer need to mark dirty to hack around the points views Vas Crabb2015-02-211-1/+0
* Disable decrease bytes per line menu items when only one chunk per line is di... Vas Crabb2015-02-192-2/+13
* Allow paste from OS clipboard to debugger windows (use context menu) Vas Crabb2015-02-194-6/+51
* Allow copying visible portion of debug view to OS clipboard Vas Crabb2015-02-194-55/+126
* Better autosizing for windows Vas Crabb2015-02-193-4/+6
* Make resizing the device info windows work nicely Vas Crabb2015-02-191-11/+52
* Add preliminary device detail windows Vas Crabb2015-02-197-1/+248
* Move breakpoint control code out of view class - it doesn't really belong there Vas Crabb2015-02-1811-267/+348
* Intuitive mouse dragging on views supporting selection, improved click-throug... Vas Crabb2015-02-171-1/+15
* Add devices window to cocoa debugger Vas Crabb2015-02-1733-116/+375