summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/font/font_windows.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-287/+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
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-5/+5
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Make OSD options an init parameter for modules Vas Crabb2015-04-071-3/+4
* 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-281-203/+203
* Converted modules/debugger/* to new module infrastructure. (nw) couriersud2015-01-251-41/+0
* Added a generic module abstraction layer and migrated font modules to couriersud2015-01-231-6/+26
* Moved font code into osd/modules/font. Extended osd_font to a proper couriersud2015-01-191-0/+300