index
:
vdr
master
stable/1.0
stable/1.2
stable/1.4
stable/1.6
stable/2.0
stable/2.2
stable/2.4
stable/2.6
VDR
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
osdbase.c
Age
Commit message (
Expand
)
Author
2010-01-17
The "Edit timer" menu can now set the folder for the recording from a list of...
Klaus Schmidinger
2009-06-01
Fixed cOsdMenu::Display() in case the menu size has changed
Klaus Schmidinger
2008-02-17
Implemented cSkin::SetScrollbar()
Klaus Schmidinger
2007-06-10
Freetype font support; full UTF-8 support; dropped pixel fonts
Klaus Schmidinger
2007-01-07
CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...
1.5.0
Klaus Schmidinger
2006-02-05
Fixed scrolling with Up/Down in case there are non-selectable items at the be...
Klaus Schmidinger
2006-01-08
Cleaned up some trailing white space
Klaus Schmidinger
2006-01-05
The default cOsdObject::Show() now automatically calls cOsdMenu::Display() if...
Klaus Schmidinger
2006-01-05
In the "Channels" menu the numeric keys now position the cursor to the channe...
Klaus Schmidinger
2006-01-05
Removed unused 'offset' member from cOsdItem
Klaus Schmidinger
2005-10-09
Making sure no item is displayed as "current" if Up, Down, Left or Right is p...
Klaus Schmidinger
2005-10-09
Fixed a possible endless loop in a menu with no selectable items if Setup.Men...
Klaus Schmidinger
2005-10-02
Fixed handling of menus with no selectable items
Klaus Schmidinger
2005-10-02
Fixed setting current menu item if the first one is non-selectable; cOsdItem:...
Klaus Schmidinger
2005-06-18
Implemented wrapping around in menu lists
Klaus Schmidinger
2005-06-17
Modified page scrolling behaviour
Klaus Schmidinger
2005-06-17
Fixed handling 'page down', which was broken in version 1.3.26
Klaus Schmidinger
2005-06-12
Added cOsdMenu::SetCols() to allow adjusting the menu columns
Klaus Schmidinger
2005-06-12
Fixed handling page up/down in menu lists in case there are several non selec...
Klaus Schmidinger
2005-01-07
Fixed deleting a menu item in case the next item is not selectable
Klaus Schmidinger
2004-07-17
Fixed handling menu status messages when the list contents is scrolled
Klaus Schmidinger
2004-05-16
Implemented 'skins' and 'themes'
Klaus Schmidinger
2004-01-31
Fixed handling bitmap indexes for 256 color mode
Klaus Schmidinger
2003-10-24
Changed font handling to allow language specific character sets; adopted the ...
Klaus Schmidinger
2003-08-24
Fixed a bug in resetting OSD color palettes
Klaus Schmidinger
2003-08-15
Fixed two warnings when compiling with gcc 3.3.1
Klaus Schmidinger
2003-03-23
Made the log message 'OSD window width must be a multiple of 4...' a debug me...
Klaus Schmidinger
2002-08-25
Added cPalette::AllColors() for plugins that need to get the color entries of...
Klaus Schmidinger
2002-08-11
Consistently using malloc/free and new/delete
Klaus Schmidinger
2002-07-13
Added direct access to the index data of cPalette (needed for displaying SPUs...
Klaus Schmidinger
2002-05-18
Rearranged OSD class names to make 'cOsd' available for the main OSD interface
Klaus Schmidinger
2002-05-18
Fixed some function headers to make them compile with gcc 3.x
Klaus Schmidinger
2002-05-13
Improved the [eid]syslog() macros
Klaus Schmidinger
2002-05-10
Separated the actual DVB hardware OSD implementation from the abstract OSD in...
Klaus Schmidinger