summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendfont.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Resolve [[nodiscard]] warning from c_str() call. Billy Robert O'Neal III2019-08-231-1/+1
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-4/+3
* coretmpl: add an associative LRU cache with map-like behaviour Vas Crabb2016-12-151-279/+1102
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-28/+28
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-3/+3
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-7/+7
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* quick fixes to some more stuff that isn't supplementary plane clean Vas Crabb2016-08-031-9/+15
* fixed clang (nw) Miodrag Milanovic2016-07-311-0/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Cleanup (nw) Miodrag Milanovic2016-04-201-3/+3
* attempt to fix hap issue (nw) David Haywood2016-03-311-2/+13
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* Make a proper BDF out of uismall font - no need to try and load an orphaned BDC Vas Crabb2016-03-211-19/+0
* Fix bdc loading and fullpath TTF loading Vas Crabb2016-03-201-22/+23
* Added uismall.bdc and way to load it for those that wish to use it still (nw) Miodrag Milanovic2016-03-201-1/+19
* Move font enumeration to OSD, separate font name from display name as needed ... Vas Crabb2016-03-171-17/+9
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-7/+7
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-15/+111
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-27/+27
* More cleanups (nw) Miodrag Milanovic2015-11-111-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+767