summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/font/font_sdl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Much more core std::string_view modernization AJR2021-01-201-4/+4
* Low-level #include overhaul AJR2021-01-021-1/+0
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-3/+3
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-191-1/+1
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* fix sdl build. (nw) dankan18902016-04-211-1/+1
* Initial work to make MAME work on Android [Miodrag Milanovic] Miodrag Milanovic2016-03-271-1/+1
* Revert "Don't invoke VLA unnecessarily" Miodrag Milanovic2016-03-191-1/+1
* Don't invoke VLA unnecessarily Vas Crabb2016-03-191-1/+1
* fix compile on 4.9.x (nw) Miodrag Milanovic2016-03-191-2/+3
* Slight simplification to the code Vas Crabb2016-03-191-4/+2
* Do single conversion instead of two (nw) Vas Crabb2016-03-171-3/+3
* Fix TTC loading (thanks for the tip, Sarayan) Vas Crabb2016-03-171-14/+29
* Implement couriersud's proposal to put style name in the config name for SDL ... Vas Crabb2016-03-171-43/+40
* Build more of font_sdl.cpp with Emscripten since there is an SDL2_ttf port no... Justin Kerk2016-03-171-8/+14
* Fix linux font loading. [Couriersud] couriersud2016-03-161-1/+1
* A lot of ttf fonts (including C/J/K fonts like unifont) do not have an couriersud2016-03-161-1/+2
* Fix drawing characters outside Unicode BMP with SDL Vas Crabb2016-03-171-67/+46
* Move font enumeration to OSD, separate font name from display name as needed ... Vas Crabb2016-03-171-84/+115
* Fixes for Linux Vas Crabb2016-03-141-3/+3
* Remove SDL 1.2 support (nw) Miodrag Milanovic2016-02-161-4/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+361