summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendfont.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general cleanup: Vas Crabb2017-05-231-3/+0
* cleanup headers of not used friend classes (nw) Miodrag Milanovic2017-02-121-1/+0
* coretmpl: add an associative LRU cache with map-like behaviour Vas Crabb2016-12-151-20/+21
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-9/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-5/+5
* quick fixes to some more stuff that isn't supplementary plane clean Vas Crabb2016-08-031-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Move font enumeration to OSD, separate font name from display name as needed ... Vas Crabb2016-03-171-3/+3
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-1/+13
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-171-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-5/+5
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-3/+10
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+19
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-2/+2
* Added support for OSD-generated fonts. The OSD is queried first to see Aaron Giles2010-10-241-15/+17
* Convert rendfont to C++. Aaron Giles2010-10-231-13/+104
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+33