summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/osdmodule.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-5/+3
* Various input and OSD refactoring: Vas Crabb2023-01-291-3/+4
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-281-11/+20
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-041-3/+0
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-22/+23
* 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