summaryrefslogtreecommitdiff
path: root/skins.c
AgeCommit message (Collapse)Author
2012-06-02Fixed setting the recording title for the replay display of old skinsKlaus Schmidinger
2012-05-20If a recording has no info file, the 'title' of the recording's info is now ↵Klaus Schmidinger
set to the recording's name
2012-05-12The new member function cSkinDisplayReplay::SetRecording() allows a skin to ↵Klaus Schmidinger
display more information about the currently played recording
2012-04-28Fixed handling menu categories for plugin menusKlaus Schmidinger
2012-04-08Skins can now inquire the menu category for which their cSkinDisplayMenu is ↵Klaus Schmidinger
currently being used
2012-03-11Adapted menu column widths of 'skincurses' to the wider HD OSD sizesKlaus Schmidinger
2012-02-20Increased the average character estimate for calculating tab positions in ↵Klaus Schmidinger
skins, to better suit wide fonts
2011-08-21Direct access to several class members is now deprecatedKlaus Schmidinger
2011-08-06cSkins::Message() now blocks calls from background threadsKlaus Schmidinger
2009-06-06Fixed calculating menu colum widths in case the font has a size other than ↵Klaus Schmidinger
the default size
2008-02-17Implemented cSkin::SetScrollbar()Klaus Schmidinger
2007-01-04Fixed a possible segfault if VDR gets terminated while a message is displayedKlaus Schmidinger
2006-12-01Fixed a possible segfault in cSkins::Message()Klaus Schmidinger
2006-06-03When the 'skincurses' plugin is loaded, it automatically sets the 'curses' ↵Klaus Schmidinger
skin as the current one
2006-06-03Fixed handling tabbed item display in 'skincurses'Klaus Schmidinger
2006-04-09cSkins::QueueMessage() called from a background thread with an empty message ↵Klaus Schmidinger
now clears all messages that have been previously queued by that thread
2006-02-05Added cSkin::GetTextAreaWidth() and cSkin::GetTextAreaFont()1.3.42Klaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2005-11-27Implemented message queueing1.3.37Klaus Schmidinger
2005-10-02Added status message "Resetting CAM..." for an immediate feedback when the ↵Klaus Schmidinger
CAM reset has been triggered
2005-01-14Making sure at least the default skin is available at program startKlaus Schmidinger
2004-11-07Added a missing call to cStatus::MsgOsdStatusMessage(NULL) in cSkins::Message()Klaus Schmidinger
2004-11-06Added missing calls to cStatus::MsgOsdClear() in cSkins::Message()Klaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger