summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-2555-418/+397
* Fixed USE_BGFX build for SDL (nw) Miodrag Milanovic2015-02-241-2/+2
* OS/2 patches for SDLMAME v0.158 [KO Myung-Hun] Vas Crabb2015-02-245-81/+7
* Whoops, I knew I'd miss something in src/osd/windows (nw) Alex W. Jackson2015-02-232-3/+3
* render.c: render_containers now always make their own copy of the emulation p... Alex W. Jackson2015-02-234-20/+20
* disabled another Visual Studio warning (nw) Oliver Stöneberg2015-02-231-1/+2
* make declarations match (nw) Peter Ferrie2015-02-221-1/+1
* Fixed fullscreen toggling (SDL2) on OSX. Simplified multithreading couriersud2015-02-234-13/+29
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-02-2210-32/+58
|\
| * 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
* | WM_DESTROY may be send multiple times. This also fixes couriersud2015-02-221-3/+6
* | Fix 32bit build of sdlmame on Win32. (nw) couriersud2015-02-221-2/+2
|/
* More alignment of code: couriersud2015-02-2218-117/+106
* Slight improvement in Cocoa debug view performance Vas Crabb2015-02-228-28/+68
* Fix SDL1 builds Vas Crabb2015-02-222-9/+9
* More minor improvements to Cocoa debugger (nw) Vas Crabb2015-02-222-34/+86
* If verinfo.py fails don't touch the output file, so subsequent builds won't t... Vas Crabb2015-02-222-2/+2
* Make OpenGL renderer available in mainline build as well. This needs to couriersud2015-02-2220-186/+409
* Merge branch 'build-faster' of https://github.com/ramiropolla/mame Vas Crabb2015-02-221-16/+34
|\
| * Only evaluate sdl- and pkg-config commands once Ramiro Polla2015-02-021-15/+34
* | 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
* | Embed info property list in OSX binaries Vas Crabb2015-02-211-0/+18
* | Fixed debug build compile (nw) Ivan Vangelista2015-02-211-1/+1
* | Merge pull request #139 from cuavas/master Miodrag Milanović2015-02-2132-2967/+3972
|\ \
| * | 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-2111-72/+267
| * | Port Windows debugger to C++, fix some memory leaks, make menus and window re... Vas Crabb2015-02-2129-2966/+3724
* | | Don't use $(DEFS) for moc (nw) balr0g2015-02-202-2/+2
* | | fix compile on MSVC 2012 (nw) Peter Ferrie2015-02-191-1/+2
* | | Fix warning (nw) Miodrag Milanovic2015-02-191-1/+1
|/ /
* | 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-198-1/+249
* | 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
* | Merge pull request #132 from cuavas/master Miodrag Milanović2015-02-1754-491/+1088
|\ \
| * | Try not to crash on hard reset Vas Crabb2015-02-171-10/+33
| * | Add devices window to cocoa debugger Vas Crabb2015-02-1735-117/+377
| * | Allow run-to-cursor and breakpoint set/clear/enable/disable for inactive CPUs Vas Crabb2015-02-171-52/+69