summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/font
Commit message (Expand)AuthorAgeFilesLines
...
* Fix UTF-16 encode, pass UTF-16 to Windows character drawing (unfortunately st... Vas Crabb2016-08-021-2/+3
* Fixed off by one issue and other cleanups requested by Vas Nathan Woods2016-07-251-1/+1
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-9/+6
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* Add WINAPI to other needed functions for stdcall calling convention on 32-bit Brad Hughes2016-06-151-1/+1
* The calling convention goes inside the brackets of pointers to functions. All... smf-2016-06-151-1/+1
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-23/+30
* Fix debugging code in font_dwrite.cpp Giuseppe Gorgoglione2016-06-111-21/+25
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-243-33/+33
* fix sdl build. (nw) dankan18902016-04-211-1/+1
* fix cross compile (nw) Jeffrey Clark2016-04-031-1/+1
* Cleanups and version bump Miodrag Milanovic2016-03-302-20/+19
* 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
* Merge branch 'master' of https://github.com/mamedev/mame.git Brad Hughes2016-03-172-67/+85
|\
| * Do single conversion instead of two (nw) Vas Crabb2016-03-171-3/+3
| * Fix TTC loading (thanks for the tip, Sarayan) Vas Crabb2016-03-172-15/+30
| * 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
* | DirectWrite font enumeration support Brad Hughes2016-03-171-32/+114
|/
* 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-176-197/+339
* Fixes for Linux Vas Crabb2016-03-141-3/+3
* Add module probe support for directwrite so we can fall back cleanly. Brad Hughes2016-03-031-0/+12
* Fix DirectWrite font module init error handling Brad Hughes2016-03-021-2/+9
* Add DirectWrite font support module Brad Hughes2016-03-021-0/+708
* Remove SDL 1.2 support (nw) Miodrag Milanovic2016-02-161-4/+0
* fixing some more override (nw) Miodrag Milanovic2015-12-062-10/+10
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* more cleanups and fix (nw) Miodrag Milanovic2015-11-112-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-084-0/+0
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-095-13/+13
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-075-0/+10
* fix linux build (nw) Miodrag Milanovic2015-04-221-6/+6
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-16/+16
* Fix OSX build and get rid of an astring while at it Vas Crabb2015-04-201-12/+10
* SDL fix (nw) Miodrag Milanovic2015-04-191-1/+1
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-1/+1
* Fix compile. (nw) couriersud2015-04-121-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-112-8/+8
* Make OSD options an init parameter for modules Vas Crabb2015-04-074-33/+31
* Add a simple CoreAudio sound output module Vas Crabb2015-04-051-1/+1
* font_windows.c: don't crash if no memory for bitmap [Peter Ferrie] Peter Ferrie2015-03-181-67/+72
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-285-610/+607