Age | Commit message (Expand) | Author |
2016-12-22 | Added cFont::Width(void) to get the default character width and allow stretch... | Klaus Schmidinger |
2015-04-19 | Fixed a compiler warning in font.c | Klaus Schmidinger |
2014-01-07 | cFont::CreateFont() now returns a dummy font in case there are no fonts insta... | Klaus Schmidinger |
2013-04-07 | Fixed an endless loop in cTextWrapper::Set() in case the given Width is small... | Klaus Schmidinger |
2012-06-02 | Fixed font handling with fontconfig 2.9.0 or newer | Klaus Schmidinger |
2012-06-02 | Now making sure that the "small font" is never larger than the "osd font" | Klaus Schmidinger |
2012-05-19 | Fixed checking for UTF-8 support in cFont::Bidi() | Klaus Schmidinger |
2012-03-02 | Replaced min(max()) calls with the new function constrain() | Klaus Schmidinger |
2012-01-13 | BIDI support now checks at runtime whether the system runs with UTF-8 | Klaus Schmidinger |
2011-03-28 | Fixed a buffer overflow in cFont::Bidi() | Klaus Schmidinger |
2011-02-26 | Improved and cleaned up transparent text drawing | Klaus Schmidinger |
2011-02-20 | Implemented support for TrueColor OSD | Klaus Schmidinger |
2010-09-19 | Added support for languages that are written right-to-left1.7.16 | Klaus Schmidinger |
2009-12-31 | Added cFont::FontName() and cFont::Size() | Klaus Schmidinger |
2009-12-06 | Several code modifications to avoid compiler warnings | Klaus Schmidinger |
2009-05-03 | OSD sizes in percent; automatic update of OSD size | Klaus Schmidinger |
2008-05-02 | No longer calling FcFini() to avoid problems with older (broken) versions of ... | Klaus Schmidinger |
2008-03-01 | Rendering the non-breaking space symbol as a blank | Klaus Schmidinger |
2008-02-29 | Fixed a crash in cFreetypeFont::DrawText() if an unknown symbol is encountere... | Klaus Schmidinger |
2008-02-09 | Speeded up anti-aliased font rendering by caching the blend indexes | Klaus Schmidinger |
2007-11-04 | Fixed a crash if no fonts are found | Klaus Schmidinger |
2007-06-23 | Fixed stripping i18n stuff from font names | 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 | Using dummy font if no fonts are installed | 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-04-16 | Changed the behaviour of the "Use small font" setup option to *always* use th... | Klaus Schmidinger |
2006-02-05 | Made all font and image data 'const' | Klaus Schmidinger |
2005-01-14 | Completed the Estonian OSD texts and switched to iso8859-13 character set | Klaus Schmidinger |
2004-12-18 | Fixed the character width and shifted the codes; Renamed font???.c to font???... | 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 th... | Klaus Schmidinger |
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 |
2000-11-18 | Fixed font for system commands | Klaus Schmidinger |
2000-10-03 | Faster OSD by using bitmap | Klaus Schmidinger |