summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/osdmodule.h
Commit message (Collapse)AuthorAgeFilesLines
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
|
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-111-2/+2
|
* We ran out of room for OSD modules (nw) Brad Hughes2016-09-301-1/+1
|
* couriersud please stop using _names, they're reserved for compiler/system Vas Crabb2016-05-261-12/+12
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
|
* fixing some more override (nw) Miodrag Milanovic2015-12-061-2/+2
|
* 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
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
|
* 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-4/+5
|
* Converted pcap and taptun network code into modules. (nw) couriersud2015-01-301-2/+2
|
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-39/+39
|
* Converted sound modules to be osd_modules. Simplified code. (nw) couriersud2015-01-241-2/+2
|
* Added a generic module abstraction layer and migrated font modules to couriersud2015-01-231-0/+106
use this layer. (nw)