| Commit message (Expand) | Author | Age | Files | Lines |
| * | rendfont.cpp: Modest refactoring |  AJR | 2022-02-05 | 1 | -49/+71 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -8/+8 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -3/+3 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -0/+1 |
| * | unicode.h: Updates |  AJR | 2020-12-15 | 1 | -3/+4 |
| * | rendfont.cpp: Convert another function to std::string_view |  AJR | 2020-12-12 | 1 | -20/+15 |
| * | C++17 string handling updates (without charconv so as not to break GCC 7) |  AJR | 2020-12-08 | 1 | -12/+8 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -3/+3 |
| * | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
| * | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -1/+1 |
| * | Resolve [[nodiscard]] warning from c_str() call. |  Billy Robert O'Neal III | 2019-08-23 | 1 | -1/+1 |
| * | make rectangle work better with constexpr, change many things to use designat... |  Vas Crabb | 2018-07-28 | 1 | -4/+3 |
| * | coretmpl: add an associative LRU cache with map-like behaviour |  Vas Crabb | 2016-12-15 | 1 | -279/+1102 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -28/+28 |
| * | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -3/+3 |
| * | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -3/+3 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -28/+28 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -7/+7 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -2/+2 |
| * | quick fixes to some more stuff that isn't supplementary plane clean |  Vas Crabb | 2016-08-03 | 1 | -9/+15 |
| * | fixed clang (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -0/+2 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -2/+2 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | Cleanup (nw) |  Miodrag Milanovic | 2016-04-20 | 1 | -3/+3 |
| * | attempt to fix hap issue (nw) |  David Haywood | 2016-03-31 | 1 | -2/+13 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-03-30 | 1 | -1/+1 |
| * | Make a proper BDF out of uismall font - no need to try and load an orphaned BDC |  Vas Crabb | 2016-03-21 | 1 | -19/+0 |
| * | Fix bdc loading and fullpath TTF loading |  Vas Crabb | 2016-03-20 | 1 | -22/+23 |
| * | Added uismall.bdc and way to load it for those that wish to use it still (nw) |  Miodrag Milanovic | 2016-03-20 | 1 | -1/+19 |
| * | Move font enumeration to OSD, separate font name from display name as needed ... |  Vas Crabb | 2016-03-17 | 1 | -17/+9 |
| * | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -7/+7 |
| * | Initial import of MEWUI to MAME [Dankan1890] |  Dankan1890 | 2016-02-04 | 1 | -15/+111 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -27/+27 |
| * | More cleanups (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -1/+1 |
| * | Some cleanups and init fixes with help of ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -1/+0 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+767 |