summaryrefslogtreecommitdiff
path: root/osdbase.h
AgeCommit message (Collapse)Author
2006-01-05The default cOsdObject::Show() now automatically calls cOsdMenu::Display() ↵Klaus Schmidinger
if this is a menu
2006-01-05Removed unused 'offset' member from cOsdItemKlaus Schmidinger
2005-10-02Fixed setting current menu item if the first one is non-selectable; ↵Klaus Schmidinger
cOsdItem::cOsdItem() now has a 'Selectable' parameter
2005-06-12Added cOsdMenu::SetCols() to allow adjusting the menu columnsKlaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2004-01-31Fixed handling bitmap indexes for 256 color modeKlaus Schmidinger
2004-01-04Increased the maximum number of possible OSD colors to 256Klaus Schmidinger
2003-10-24Changed font handling to allow language specific character sets; adopted the ↵Klaus Schmidinger
small font character set from the "Elchi" patch
2002-09-08Implemented an SPU decoderKlaus Schmidinger
2002-08-25Added cPalette::AllColors() for plugins that need to get the color entries ↵Klaus Schmidinger
of a cPalette
2002-07-13Added direct access to the index data of cPalette (needed for displaying ↵Klaus Schmidinger
SPUs) (cont'd)
2002-07-13Added direct access to the index data of cPalette (needed for displaying SPUs)Klaus Schmidinger
2002-05-18Rearranged OSD class names to make 'cOsd' available for the main OSD interfaceKlaus Schmidinger
2002-05-10Separated the actual DVB hardware OSD implementation from the abstract OSD ↵Klaus Schmidinger
interface