summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/font
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Solaris 11 build support. [Couriersud] couriersud2015-01-251-1/+1
* Converted modules/debugger/* to new module infrastructure. (nw) couriersud2015-01-251-41/+0
* Converted sound modules to be osd_modules. Simplified code. (nw) couriersud2015-01-242-5/+3
* Added a generic module abstraction layer and migrated font modules to couriersud2015-01-235-33/+144
* Moved font code into osd/modules/font. Extended osd_font to a proper couriersud2015-01-194-0/+869