summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-119-67/+65
* merged duplicated define in src/osd/sdl/sdl.mak (nw) Oliver Stöneberg2013-06-081-6/+3
* Fix per OG to allow SDLMAME to compile on Windows (nw) Scott Stone2013-06-071-1/+1
* add the breakpoint window to the win32 build too (nw) cracyc2013-06-061-1/+3
* QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-066-17/+153
* the actual fixed build part (nw) David Haywood2013-06-061-0/+2
* "put HLSL back ..." fix build etc. David Haywood2013-06-0614-29/+4361
* As this project is clearly now run by people who care more about "feelings" a... Ryan Holtz2013-06-0614-4361/+29
* - Added better .ini defaults for HLSL, and hooked up bloom sliders. [MooglyGuy] Ryan Holtz2013-06-054-102/+200
* debugqt: prevent threading deadlock in win32 with qt debugger (nw) cracyc2013-06-046-9/+43
* Qt Debugger: The MAME memory tracking system no longer double-frees closed QT Andrew Gardner2013-06-0412-35/+80
* Ubuntu wants to be different. (nw) R. Belmont2013-06-011-1/+1
* reorder ifdefs (nw) Miodrag Milanovic2013-05-311-4/+4
* windows.mak: use := for variables set by external programs (nw) cracyc2013-05-301-3/+4
* Oops. Slot names aren't unique. This is better anyway. (nw) Andrew Gardner2013-05-301-2/+2
* Fixed return value & menu item name in the QT Debugger's Image menu. (nw) Andrew Gardner2013-05-301-3/+17
* change make file rules to be consistent to one in sdl build (nw) Miodrag Milanovic2013-05-301-4/+4
* Cleaned a bit Carl's solution for optional QT debugger for Windows (nw) Miodrag Milanovic2013-05-307-29/+52
* cast error found by mingw 4.7.4 (nw) Miodrag Milanovic2013-05-301-1/+1
* Adds the Image menu to the QT debugger's main window. Andrew Gardner2013-05-302-4/+105
* ok once more (bwidow requested up to over 140,000) Michaël Banaan Ananas2013-05-281-1/+1
* increase vertex buffer size a bit more (from MooglyGuy) Michaël Banaan Ananas2013-05-271-1/+1
* fix composite ntsc shaders, nw Ryan Holtz2013-05-221-4/+7
* MAME Testers bugs fixed: 5201, 5202 Ryan Holtz2013-05-225-18/+50
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-2017-288/+280
* fix incorrect bloom functionality in fullscreen mode, nw Ryan Holtz2013-05-203-34/+63
* Reset D3D device before destroying device. Fixes crash when selecting games f... Ryan Holtz2013-05-191-2/+8
* fix vector bloom, nw Ryan Holtz2013-05-196-1/+42
* remove double-alloc of texture_manager, nw Ryan Holtz2013-05-191-2/+0
* potential crash fix, nw Ryan Holtz2013-05-191-0/+6
* Fix DFJustin's crash, nw Ryan Holtz2013-05-191-0/+2
* fixed some initialization and cleanup issues with new D3D code (nw) Oliver Stöneberg2013-05-191-1/+7
* - "And he did give them CRT bloom, and it scorched their eyes so; and they wept Ryan Holtz2013-05-1911-2776/+2358
* vconv: added support for -mavx and -flto (nw) Oliver Stöneberg2013-05-181-0/+5
* Adds memory tracking to debugger. This includes two new commands: trackmem and Andrew Gardner2013-05-098-21/+98
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-307-16/+16
* SDL: Don't double-shutdown the font cache on *IX when exiting with the debugg... R. Belmont2013-04-292-1/+16
* OS X: Support for both OS X native and Unix-style multiuser installs. [R. Bel... R. Belmont2013-04-281-1/+3
* QT Debugger: Now saves all settings for all open windows - including docks Andrew Gardner2013-04-2711-40/+381
* Convert the std::vector of settings to a simple_list in preparation for saving Andrew Gardner2013-04-252-36/+36
* QT Debugger: Adds trackpc command, allowing for a visual display of where the Andrew Gardner2013-04-201-0/+4
* fixed compile error (nw) smf-2013-04-151-0/+1
* bitbngr: handle create (nw) cracyc2013-04-151-3/+3
* upd765_dsk: don't crash when inserting a disk after removing a different size... cracyc2013-04-152-2/+2
* SDL: Fix symlink handling by internal file manager. [qmc2] R. Belmont2013-04-131-6/+23
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-092-6/+6
* revert of r22266 (nw) Miodrag Milanovic2013-04-085-423/+474
* Convert d3d_texture_info to a class, nw Ryan Holtz2013-04-075-474/+423
* drawd3d.c - Fixes performance issues with YIQ enabled and prescale_x/prescale... Michaël Banaan Ananas2013-04-061-1/+1
* QT Debugger: The memory view chunk size radio now reports proper sizes. Andrew Gardner2013-04-022-8/+43