]> git.sesse.net Git - vlc/history - modules/text_renderer
Qt: fix Win32 MOC breakage
[vlc] / modules / text_renderer /
2013-06-10 Rémi Denis-Courmontfreetype: fix memory leak
2013-06-10 Rémi Denis-Courmontfreetype: fix double free
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-05-26 David Fuhrmannfreetype: do not cache variables for relative font...
2013-05-26 David FuhrmannRevert "freetype: allow on-the-fly changes of relative...
2013-05-19 Felix Paul Kühnefreetype: fixed compilation for non-Mac darwin platforms
2013-04-24 Jean-Baptiste KempfFreetype: fix warnings
2013-04-24 Felix Paul Kühnefreetype: fix color rendering (close #8484)
2013-04-22 Felix Paul Kühnefreetype: allow on-the-fly changes of relative font...
2013-04-21 Rémi Denis-CourmontRevert "freetype: allow on-the-fly changes of relative...
2013-04-21 Felix Paul Kühnefreetype: fixed compilation on Linux
2013-04-21 Felix Paul Kühnefreetype: allow on-the-fly changes of relative font...
2013-04-02 Luca Barbatoconfigure: provide --with options to override default...
2013-02-23 Rémi Denis-CourmontRemove old Nokia N900 hacks
2013-01-31 Felix Paul Kühnequartztext: compilation fix
2013-01-31 Rémi Denis-CourmontUseless #includes
2013-01-27 Naohiro KORIYAMAfreetype: Fix non-ascii font selection on UNICODE and...
2013-01-15 Devin HeitmuellerFix corrupted rendering of EIA-608 captions
2013-01-14 Jean-Baptiste KempfFreetype: use ANSI version of registry open functions
2013-01-12 Devin HeitmuellerDon't call the legacy Freetype background renderer...
2013-01-10 Devin HeitmuellerAdd support for rendering EIA-608 captions with a black...
2013-01-02 Devin HeitmuellerAdd support for monospace font in HTML renderer
2013-01-02 Devin Heitmuellerfreetype: avoid segfault in FaceStyleEquals()
2012-12-31 Devin HeitmuellerAdd ability to render the subpicture region, but not...
2012-12-28 Felix Paul Kühnequartztext: add support for HTML color names within...
2012-12-28 Felix Paul Kühnequartztext: fix incomplete copyright header
2012-11-17 Rémi Denis-CourmontFreeType: fix NULL deref on embedded fonts (fixes ...
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-03 Felix Paul Kühnequartztext: unify and modernize coding style
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-07-29 Jean-Baptiste KempfSVG: kill unused warning
2012-07-25 Thierry Redingfreetype: Fix a possible buffer corruption
2012-06-15 Naohiro KORIYAMAfreetype: fix memleak
2012-06-14 Felix Paul Kühnefreetype: fixed crash when looking for an empty string...
2012-05-31 Felix Paul Kühnefreetype: in case the provided font name is neither...
2012-05-31 Felix Paul Kühnefreetype: provide a proper fix to prevent ATS from...
2012-05-30 Felix Paul Kühnefreetype: use MAXPATHLEN instead of 1024 for ATS font...
2012-05-29 Felix Paul Kühnefreetype: fixed crash within ATS when looking for non...
2012-05-28 Jean-Baptiste KempfFreetype: limit HAVE_STYLES to font selection
2012-05-28 Felix Paul Kühnefreetype: config_GetPsz delivers UTF-8 content instead...
2012-05-28 Felix Paul Kühnefreetype: use Apple Type Services to get the font file...
2012-05-24 Sébastien Toquefreetype: add android default font
2012-04-15 Kaarlo RaihaAdd ranges to font sizes
2012-03-25 Rémi Denis-Courmontfreetype: self-assignment
2012-02-27 Felix Paul Kühnefreetype: changed the default font for OS X to 'Arial...
2012-02-08 Sébastien Escudierfix handle leaks on RegOpenKeyEx
2012-01-28 Rafaël Carréwin32text: get ToT definition
2012-01-28 Rémi Denis-CourmontFreeType: setting UNICODE after <windows.h> inclusion...
2012-01-28 Rémi Denis-Courmontwin32text: fix encoding
2011-12-21 Naohiro KORIYAMAFreetype: handle multibyte characters properly in regis...
2011-12-15 Pere Orgafix filename self-references
2011-12-11 Jean-Baptiste KempfFix potential Freetype crash
2011-11-26 KO Myung-HunAdd OS/2 support to freetype module
2011-11-17 Naohiro KORIYAMAFreetype: Scan fonts from not only /System/Library...
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-11-11 Rémi Duraffortfreetype: fix a typo
2011-11-01 Jean-Baptiste KempfFreetype: account for more complex font names on Windows
2011-11-01 Jean-Baptiste KempfFreetype: fallback to arial.ttf on Win32
2011-11-01 Jean-Baptiste KempfFreetype: correctly load fonts with complete path
2011-10-30 Jean-Baptiste KempfFreetype: better shortext for Text Opacity
2011-10-30 Jean-Baptiste KempfFreetype: use NULL instead of "" for empty longtext
2011-10-30 Jean-Baptiste KempfFreetype: mark as _rgb the appropriate options
2011-10-09 Jean-Baptiste KempfFreetype: fix double-free in error path
2011-10-07 Felix Paul Kühnequartztext: lower the priority in favor of freetype
2011-10-05 Laurent AimarAdded (back?) support for automatic font size when...
2011-09-14 Erwan Tuloufreetype: fix crash
2011-09-12 Laurent AimarFixed text rendering with empty line in freetype.
2011-09-12 Erwan TulouRevert "freetype: fix crash (wrong memory deallocation)"
2011-09-12 Erwan Tuloufreetype: fix crash (wrong memory deallocation)
2011-08-18 Jean-Baptiste KempfFreetype: kill warnings about sign comparison
2011-08-04 Rémi Denis-CourmontMove text_renderer/ out of misc/