summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/font/font_osx.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-200/+0
|
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-091-3/+3
|
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Fix OSX build and get rid of an astring while at it Vas Crabb2015-04-201-12/+10
|
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
|
* Make OSD options an init parameter for modules Vas Crabb2015-04-071-23/+20
|
* Add a simple CoreAudio sound output module Vas Crabb2015-04-051-1/+1
| | | | | | It doesn't provide facilities for AU effects, although that could be added pretty easily if someone wants to. Advantages over SDL sound output are simpler code and lower latency.
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-133/+133
|
* Added a generic module abstraction layer and migrated font modules to couriersud2015-01-231-7/+25
| | | use this layer. (nw)
* Moved font code into osd/modules/font. Extended osd_font to a proper couriersud2015-01-191-0/+185
interface. (nw)