]> git.sesse.net Git - vlc/history - modules/misc/freetype.c
Freetype has had support for synthetic font styling for a while now; add in support...
[vlc] / modules / misc / freetype.c
2010-01-12 Bernie PurcellFreetype has had support for synthetic font styling...
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-30 Bernie PurcellSupport for strikethrough in freetype renderer
2009-12-26 Rémi Denis-Courmontfreetype: NULL for %s is not portable
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-19 Rémi Denis-CourmontMaemo: Freetype: use Nokia sans-serif bold font
2009-09-24 Alexis BallierFix build without fontconfig nor optimizations.
2009-09-16 Pierre Ynardfreetype: simplify
2009-09-16 Pierre Ynardfreetype: fix #ifdef's
2009-09-15 Felix Paul Kühnefreetype: use a sane default font on OS X, so we don...
2009-09-14 Felix Paul Kühnefreetype: simply snowleopard-hack for default font
2009-09-04 Felix Paul Kühnefreetype: LucidaGrande is stored in a different format...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-26 Jean-Baptiste KempfFix freetype on Win32
2009-08-24 Erwan Tuloufreetype: On Win32 (no fontconfig), correct compilation...
2009-08-20 Pierre d'Herbemontfreetype: Flag an unused param.
2009-08-20 Jean-Baptiste KempfMisc fixes in goom, freetype and warning in last.fm
2009-08-06 Ilkka Ollakkafreetype: add error-output
2009-08-06 Ilkka Ollakkafreetype: force updating fontcache on loading of module
2009-08-04 Ilkka Ollakkafreetype: check xml-pointer before deleting it
2009-08-03 Jean-Baptiste KempfFreetype: more debug for Fc Building, aimed at Win32
2009-08-03 Ilkka Ollakkafreetype: don't load/unload xml-module on every RenderH...
2009-08-03 Ilkka Ollakkafreetype: use selected fontfamily to render also subtitles
2009-08-03 Ilkka Ollakkaadd add_font define to plugin defines, and change freet...
2009-08-01 Ilkka Ollakkafreetype: initialise fontresult to FcResultMatch
2009-07-30 Rémi Duraffortfontconfig: fix memleak (typo).
2009-07-30 Rémi Duraffortfontconfig: factorize and fix memleaks.
2009-07-30 Ilkka Ollakkafreetype: initialise variable and check fontmatch pointer
2009-07-29 Ilkka Ollakkafreetype: more fontconfig error-checking
2009-07-28 Ilkka Ollakkafreetype: check correct variable
2009-07-28 Ilkka Ollakkafix typo
2009-07-28 Ilkka Ollakkafreetype: add more error-checking
2009-07-27 Ilkka Ollakkafreetype.c: use var_CreateGet for variables
2009-07-27 Ilkka Ollakkafreetype: use asprintf instead malloc/sprintf
2009-07-27 Ilkka Ollakkafreetype: use fontconfig to get default font if available
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-02 Jean-Baptiste KempfFreetype: don't give the fontconfig time in seconds...
2009-03-09 Erwan Tulouvlc_object_hold is not needed (vlc_object_find already...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Jean-Philippe AndreFix compilation
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-24 Rémi Denis-Courmontfontconfing: join the thread exactly once
2009-01-24 Rémi Denis-Courmontfontconfig: fix unpaired object release
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-14 Rémi Denis-CourmontRemove unmatched vlc_thread_ready (vlc_create_thread...
2008-12-17 Rémi DuraffortLess includes.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-09-23 Laurent AimarFixed support for font color and opacity for html rende...
2008-09-22 Laurent AimarUse resolve_xml_special_chars where appropriate.
2008-09-22 Laurent AimarMoved more common codes to text_renderer.h
2008-09-22 Laurent AimarFirst pass for extracting common text renderer code.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-17 Laurent AimarFixed a segfault when trying to render a unbreakable...
2008-09-12 Derk-Jan Hartmanfreetype: potential divide by zero crash.
2008-09-07 Laurent AimarAdded support for named color in font parameters.
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-18 Laurent AimarFixed a potential freetype deadlock as var_AcquireMutex...
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-23 Laurent AimarFixed a potential deadlock.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarCosmetics (moved BuildDone under HAVE_FONTCONFIG)
2008-07-20 Laurent AimarFixed locking scheme.
2008-07-20 Laurent AimarFixed a potential segfault when font builder thread...
2008-07-15 Laurent AimarUse good default value for font weigh/slan (subtitle...
2008-06-28 Antoine CellerierDon't assert.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rafaël CarréFix detection of ending of FontBuilder thread
2008-05-05 Rémi Denis-CourmontFontconfig: compiler warning
next