summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uigfx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-24/+24
* Fix tilemap viewer. Tilemaps now use the bitmap's raw palette instead Aaron Giles2012-02-041-0/+1
* Remove support for 4bpp packed graphics. These only manifested Aaron Giles2012-01-171-6/+1
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-4/+1
* Rewrote tilemap.c as a C++ class. For now kept the global Aaron Giles2012-01-161-8/+13
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-23/+10
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-5/+5
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-7/+6
* (Finally found the time to finish this....) Aaron Giles2011-05-301-2/+2
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-77/+77
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Use "default" font for artwork elements as well. Aaron Giles2010-10-241-3/+3
* Convert rendfont to C++. Aaron Giles2010-10-231-11/+11
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-48/+41
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-6/+11
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+6
* UI menu interface changes Couriersud2010-01-271-27/+27
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+1
* Centralized color definitions and made some colors more specific. Aaron Giles2009-10-031-3/+3
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-2/+2
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-8/+8
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-2/+2
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-8/+9
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-12/+11
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-08-191-11/+11
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-35/+36
* Cleanups and version bump. Aaron Giles2008-05-221-1/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-55/+55
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-8/+8
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-3/+3
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-191-16/+9
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-7/+7
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-241-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1085