]> git.sesse.net Git - vlc/history - modules/misc/text_renderer/freetype.c
freetype: build fix
[vlc] / modules / misc / text_renderer / freetype.c
2011-06-11 Pierre Ynardfreetype: build fix
2011-06-10 Laurent AimarSmall clean up/simplifications in freetype.
2011-06-10 Laurent AimarNo functionnal changes (freetype).
2011-06-10 Laurent AimarSimplified color management in freetype.
2011-06-10 Laurent AimarReplaced a var_Get() by var_GetInteger() in freetype.
2011-06-10 Laurent AimarRemoved unused "scale" object variable in text renderer.
2011-06-10 Laurent AimarReplaced ft_style_t by text_style_t in freetype.
2011-06-10 Laurent AimarNo functionnal changes.
2011-06-10 Laurent AimarMerged text_renderer.h into freetype.c
2011-06-10 Laurent AimarClean up a bit freetype.
2011-06-10 Laurent AimarFactorized rendering code between html and non html...
2011-06-10 Laurent AimarRenamed Render into RenderYUVP (freetype).
2011-06-08 Jean-Baptiste KempfWin32: define _WIN32_IE in a centralized way
2011-05-15 Rémi Duraffortfreetype: better simplification (thanks to rem).
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-05-09 Jean-Baptiste KempfFreetype: use add_loadfile when fontconfig|win32 is...
2011-05-01 Rémi Duraffortfreetype: fix memory leaks.
2011-05-01 Rémi Duraffortfreetype: simplifications.
2011-04-26 Laurent AimarFixed AR returned by various text renderer.
2011-04-01 Jean-Baptiste KempfFreetype: code cosmetics
2011-04-01 Jean-Baptiste KempfFreetype: update dates and copyright
2011-04-01 Jean-Baptiste KempfFreetype: cleanup and clarify font/family differences
2011-04-01 Jean-Baptiste KempfFreetype: use enum iso defines
2011-04-01 Jean-Baptiste KempfFreetype: cache font folder in win32
2011-04-01 Jean-Baptiste KempfFreetype: do not use fontconfig on Win32
2011-03-28 Konstantin Pavlovfreetype: fix compile with no fontconfig.
2011-03-27 Jean-Baptiste KempfFreetype: clean includes
2011-03-27 Jean-Baptiste KempfFreetype: small fix for non-Win32 systems
2011-03-26 Jean-Baptiste KempfFreetype: fix regression
2011-03-26 Jean-Baptiste KempfFreetype: cosmetics
2011-03-26 Jean-Baptiste KempfMove "text renderer" modules in their own subfolder