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
/
font.h
Age
Commit message (
Collapse
)
Author
2009-12-31
Added cFont::FontName() and cFont::Size()
Klaus Schmidinger
2009-05-23
Added a note about cFont::GetFont() not being thread-safe
Klaus Schmidinger
2009-05-03
OSD sizes in percent; automatic update of OSD size
Klaus Schmidinger
2007-06-23
Fonts can now be created with a width that overwrites the default width
Klaus Schmidinger
2007-06-17
Implemented cFont::CreateFont()
Klaus Schmidinger
2007-06-17
Centralized default font names
Klaus Schmidinger
2007-06-17
Now using 'fontconfig' to determine which fonts to use
Klaus Schmidinger
2007-06-10
Freetype font support; full UTF-8 support; dropped pixel fonts
Klaus Schmidinger
2007-03-11
Added Turkish language texts
Klaus Schmidinger
2006-12-03
Added '#include <stdint.h>' to font.h; added a compatibility define for ↵
Klaus Schmidinger
'uint64' to tools.h
2006-12-02
Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' ↵
Klaus Schmidinger
to avoid problems on 64-bit machines
2006-02-05
Made all font and image data 'const'
Klaus Schmidinger
2005-03-20
Some fixes to avoid compiler warnings in gcc 4.0
Klaus Schmidinger
2005-01-14
Completed the Estonian OSD texts and switched to iso8859-13 character set
Klaus Schmidinger
2004-10-23
Now actually using the iso8859-15 fonts
Klaus Schmidinger
2004-05-31
Made some functions of cFont virtual to allow implementing dummy fonts for ↵
Klaus Schmidinger
the 'curses' skin
2004-05-16
Added Croatian language texts
Klaus Schmidinger
2004-05-16
Implemented 'skins' and 'themes'
Klaus Schmidinger
2004-01-16
Added Russian language texts
Klaus Schmidinger
2003-10-24
Greek language texts now use iso8859-7 character set
Klaus Schmidinger
2003-10-24
Changed font handling to allow language specific character sets; adopted the ↵
Klaus Schmidinger
small font character set from the "Elchi" patch
2000-11-18
Fixed font for system commands
Klaus Schmidinger
2000-10-03
Faster OSD by using bitmap
Klaus Schmidinger