summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/video.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* less ugly way to silence gcc 4.6 (no whatsnew) Miodrag Milanovic2011-12-151-2/+2
* Fixed warnings found by GCC 4.6.2 without change of h63484.c since that one i... Miodrag Milanovic2011-09-221-0/+2
* HLSL Updates: [Ryan Holtz, Bat Country Entertainment, austere, SoltanGris42] Ryan Holtz2011-05-301-0/+8
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-14/+14
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-47/+31
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-35/+35
* Cleaned OSD windows and emu part from NEWUI dependencies (no whatsnew) Miodrag Milanovic2011-01-131-11/+0
* Incorporate MESS change into MAME core. Scott Stone2010-11-061-2/+2
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-8/+6
* Fix crash when specifying -effect. Aaron Giles2010-10-161-44/+0
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-20/+20
* Remove stray bitmap_free's. Aaron Giles2010-06-081-2/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-2/+2
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-1/+1
* Added DEBUG_FLAG_OSD_ENABLED to allow coexistence of debuggers going forward. Couriersud2010-02-051-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-4/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-7/+7
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-1/+1
* Changed behavior of -watchdog option to act like a real watchdog. It now Aaron Giles2009-12-241-0/+3
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-22/+22
* Moved all the OSD/windows code over to straight BSD license. Aaron Giles2009-10-121-2/+34
* Bulk change alert. Aaron Giles2009-04-261-3/+2
* Crosshair update Derrick Renaud2009-03-281-1/+1
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-2/+2
* From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] Aaron Giles2008-08-191-1/+0
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-07-311-4/+4
* Attempted fix for 01092: debugger crashes when exiting during "run to cursor" Aaron Giles2008-07-261-4/+0
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-2/+3
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-6/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-5/+5
* From: Oliver Stoenberg Aaron Giles2008-04-111-3/+3
* Centralized definitions of _WIN32_WINNT. Aaron Giles2008-03-211-3/+0
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-5/+3
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Remove some deprecat.h includes from osd layer: Couriersud2008-02-231-9/+8
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+4
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-3/+3
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+524