summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/font/font_sdl.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-361/+0
|
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-091-2/+2
|
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-071-0/+2
|
* fix linux build (nw) Miodrag Milanovic2015-04-221-6/+6
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-11/+11
|
* SDL fix (nw) Miodrag Milanovic2015-04-191-1/+1
|
* Fix compile. (nw) couriersud2015-04-121-3/+3
|
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-6/+6
|
* Make OSD options an init parameter for modules Vas Crabb2015-04-071-4/+3
|
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-257/+255
|
* Solaris 11 build support. [Couriersud] couriersud2015-01-251-1/+1
|
* Converted sound modules to be osd_modules. Simplified code. (nw) couriersud2015-01-241-1/+3
|
* Added a generic module abstraction layer and migrated font modules to couriersud2015-01-231-0/+360
use this layer. (nw)