]> git.sesse.net Git - vlc/history - modules/misc/win32text.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / misc / win32text.c
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-09-18 Pierre Ynardwin32text: don't render empty strings
2009-09-17 Pierre Ynardwin32text: add multiline support
2009-09-17 Pierre Ynardwin32text: simplify
2009-09-15 Pierre Ynardwin32text: fix memleak
2009-09-10 Pierre Ynardwin32text: fix obvious null pointer dereference
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-01-27 Rémi Denis-CourmontTrailing ;
2008-10-30 Jean-Baptiste KempfFix Typo. Patch by Pierre Ynard.
2008-10-29 Rémi Denis-CourmontMemory leak - fixes #2255
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-03 Justus PiaterDeclared many static variables const
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
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-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortAnother bunch of useless test.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-23 Christophe MutricyFix the strings.
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacA bit of headers cleanup
2006-04-14 Clément StenacStrings
2006-03-25 Christophe Mutricymisc/*: 2nd lecture. refs #438
2006-03-25 Clément StenacFinish strings review in misc/ (Refs:#438)
2006-02-07 Christophe MutricyTypo.
2006-02-07 Derk-Jan Hartman* Fix win32 text renderer.
2006-01-12 Antoine CellerierFSF address change.
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-09 Rémi Denis-CourmontNot an executable
2005-04-05 Gildas Bazin* modules/misc/win32text.c: text renderer using the...