summaryrefslogtreecommitdiff
path: root/skins.h
AgeCommit message (Collapse)Author
2017-06-21Added some missing locks when calling functions from cStatus or cSkin*Klaus Schmidinger
2015-09-10Skins can now implement cSkinDisplayMenu::MenuOrientation() to display ↵Klaus Schmidinger
horizontal menus
2015-01-15Plugins can now implement the function SetMenuSortMode() in their skin ↵Klaus Schmidinger
objects derived from cSkinDisplayMenu, to get informed about the currently used sort mode
2014-02-18Fixed the replay progress display for very long recordingsKlaus Schmidinger
2013-11-03The new menu category mcRecordingEdit is now used to mark menus that edit ↵Klaus Schmidinger
recording properties
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2012-12-21Added the new menu categories mcChannelEdit, mcTimerEdit, mcScheduleNow, ↵Klaus Schmidinger
mcScheduleNext, mcRecordingInfo, mcPluginSetup, mcSetupOsd, mcSetupEpg, mcSetupDvb, mcSetupLnb, mcSetupCam, mcSetupRecord, mcSetupReplay, mcSetupMisc and mcSetupPlugins
2012-12-11Changed the type of the TimerMatch parameter in ↵Klaus Schmidinger
cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent'
2012-12-08The new functions SetItemEvent(), SetItemTimer(), SetItemChannel() and ↵1.7.33Klaus Schmidinger
SetItemRecording() of the cSkinDisplayMenu class can be reimplemented by skin plugins to display these items in a more elaborate way than just a simple line of text
2012-12-02Fixed a typo in skins.hKlaus Schmidinger
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
2011-12-04Fixed several spelling errorsKlaus Schmidinger
2008-02-17Implemented cSkin::SetScrollbar()Klaus Schmidinger
2007-01-04Fixed a possible segfault if VDR gets terminated while a message is displayedKlaus Schmidinger
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-04-09Fixed a typo in skins.hKlaus Schmidinger
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-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
2005-02-27Fixed a typoKlaus Schmidinger
2005-01-09Implemented displaying audio channelKlaus Schmidinger
2005-01-02Implemented audio track menuKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-05-29Added SetMessage() functions to the Replay and Channel skin functionsKlaus Schmidinger
2004-05-16Fixed a typoKlaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger