summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* fix compile (possibly only GCC5.1) (nw) Cowering2015-07-141-0/+2
* blame balrog for this :) (NW) Cowering2015-07-081-2/+2
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw) couriersud2015-05-181-1/+1
* Cocoa debugger: correctly size controls for user font selection (nw) Vas Crabb2015-05-144-30/+48
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-0922-50/+44
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-0736-108/+0
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-0722-0/+44
* bugix and sdl fix (nw) Miodrag Milanovic2015-04-221-6/+6
* moved all to std::string (nw) Miodrag Milanovic2015-04-2211-52/+52
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-1/+1
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-133-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-1210-22/+22
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-112-3/+3
* 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
* Honour debugger font choice with Qt debugger Vas Crabb2015-04-094-9/+16
* Make OSD options an init parameter for modules Vas Crabb2015-04-075-6/+6
* 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-012-0/+8
* debugwin.c: avoid race condition where debugger window update request is made... Peter Ferrie2015-03-161-1/+1
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-2538-138/+137
* 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
* Qt debugger dynamically updates menu items controlling disassembly views Vas Crabb2015-02-226-60/+195
* More debugger consistency Vas Crabb2015-02-222-43/+16
* Make behaviour of breakpoint control a bit more consistent with other debugge... Vas Crabb2015-02-211-18/+19
* WM_SIZE etc may be posted before CreateWindowEx returns Vas Crabb2015-02-213-5/+6
* Fixed debug build compile (nw) Ivan Vangelista2015-02-211-1/+1
* No longer need to mark dirty to hack around the points views Vas Crabb2015-02-211-1/+0
* Fix image device menu Vas Crabb2015-02-212-11/+22
* Add enable/disable breakpoint from disasm window menus Vas Crabb2015-02-212-13/+55
* (Break|Watch)points window for Windows debugger Vas Crabb2015-02-2110-72/+266
* Port Windows debugger to C++, fix some memory leaks, make menus and window re... Vas Crabb2015-02-2126-2964/+3704
* 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-194-6/+7
* 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
* Allow breakpoint toggle and run-to-cursor on non-current CPUs in Qt debugger Vas Crabb2015-02-171-17/+39
* Intuitive mouse dragging on views supporting selection, improved click-throug... Vas Crabb2015-02-171-1/+15
* Try not to crash on hard reset Vas Crabb2015-02-171-10/+33
* Add devices window to cocoa debugger Vas Crabb2015-02-1734-117/+376
* Allow run-to-cursor and breakpoint set/clear/enable/disable for inactive CPUs Vas Crabb2015-02-171-52/+69
* * Map visited to a background colour Vas Crabb2015-02-1717-198/+483