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
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