summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* Fix for some configurations Vas Crabb2015-10-271-1/+1
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-302-3/+3
* Fix build with Xcode 7 (nw) balr0g2015-09-182-3/+3
* Fixed register_window_class Vladimir Kryvian2015-08-271-0/+2
* Fixed register_window_class Vladimir Kryvian2015-08-271-0/+2
* Fixed GetModuleHandle to be universal. Vladimir Kryvian2015-08-253-8/+14
* debugviewinfo.c: destroy window before destroying view (nw) Peter Ferrie2015-08-101-5/+5
* Revert "debugqt: Port to Qt5 [O. Galibert]" Olivier Galibert2015-08-0119-110/+180
* 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
* debugqt: Port to Qt5 [O. Galibert] Olivier Galibert2015-07-2919-180/+110
* 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