]> git.sesse.net Git - vlc/history - modules/misc/freetype.c
Improvements to preferences
[vlc] / modules / misc / freetype.c
2004-12-11 Clément StenacImprovements to preferences
2004-10-24 Clément StenacCosmetics
2004-10-24 Sigmund Augdal Helbergfreetype.c: fixed crash on unbreakable strings
2004-10-24 Sigmund Augdal Helbergfreetype.c: Auto-wrap subtitles (still needs some work...
2004-10-24 Sigmund Augdal Helbergfreetype.c: fixed two size/position related bugs.
2004-10-23 Gildas Bazin* modules/misc/freetype.c: off by one error.
2004-09-20 Gildas Bazin* modules/misc/freetype.c: fixed memory leak.
2004-09-17 Gildas Bazin* src/video_output/vout_subpictures.c: support for...
2004-09-07 Gildas Bazin* src/extras/libc.c: provide iconv facility in the...
2004-09-07 Sigmund Augdal Helbergfreetype.c: don't hang if user specify negative fontsize
2004-09-01 Eric Petit + misc/freetype.c: workaround yet another weird BeOS...
2004-08-31 Gildas Bazin* src/video_output/vout_subpictures.c, include/vlc_video.h:
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-06-17 Yoann Peronneau * src/video_output/vout_subpictures.c : New OSD channels
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-06-02 Gildas Bazin* modules/misc/freetype.c: optimized subtitles renderin...
2004-01-25 Rocky BernsteinFix if iconv not installed.
2004-01-25 Gildas Bazin* ALL: removed a bunch of unused add_category_hint().
2003-12-22 Sam Hocevar * toolbox:
2003-12-08 Yoann Peronneauimproves OSD sytem
2003-12-07 Jean-Paul SamanFix for iPAQ port.
2003-12-06 Jean-Paul SamanAlways use correct datatypes.
2003-11-22 Eric Petit + modules/misc/freetype.c: fixed a couple of typos
2003-11-19 Derk-Jan Hartman* modules/codec/subsdec.c: Add debug messages and fix...
2003-11-19 Derk-Jan Hartman* changed the relative fontsize option from a string_li...
2003-11-19 Sigmund Augdal Helbergfixed some warnings
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-10-29 Gildas Bazin* modules/misc/freetype.c: don't use the pitch of the...
2003-10-29 Sigmund Augdal Helbergmodules/misc/freetype.c:
2003-10-28 Gildas Bazin* modules/video_output/directx/events.c: added centrali...
2003-10-24 Sam Hocevar * modules/misc/freetype.c: Compilation fixes.
2003-10-24 Sam Hocevar * modules/misc/freetype.c: Set the default font to...
2003-10-23 Sigmund Augdal Helbergconfigure.ac, modules/misc/freetype.c:
2003-10-01 Derk-Jan Hartman* modules/misc/freetype.c: spelling errors
2003-09-30 Derk-Jan Hartman* compile before you commit
2003-09-30 Derk-Jan Hartman* src/input/input.c: fixed usage of sub-file variable.
2003-09-10 Derk-Jan Hartman* a new option for the text rendering. It sets the...
2003-08-27 Sigmund Augdal Helbergmodules/misc/freetype.c:
2003-08-17 Sigmund Augdal Helbergmodules/misc/freetype.c:
2003-08-17 Sigmund Augdal Helbergmodules/misc/freetype.c:
2003-08-10 Gildas Bazin* modules/codec/subsdec/subsdec.[c,h]: added --subsdec...
2003-08-04 Gildas Bazin* modules/misc/freetype.c: don't assume input string...
2003-07-31 Sigmund Augdal Helbergmodules/misc/freetype.c:
2003-07-26 Eric Petit freetype.c: basic YUY2 rendering (Y only)
2003-07-24 Gildas Bazin* modules/gui/wxwindows/*: you can now specify input...
2003-07-24 Sigmund Augdal Helbergignore CR characters wherever they might be.
2003-07-23 Gildas Bazin* modules/misc/freetype.c, modules/demux/util/sub.c...
2003-07-23 Derk-Jan Hartman* include/vlc_common.h: MAX_PATH PATH_MAX, we don't...
2003-07-23 Eric Petit freetype.c : use the default BeOS font on BeOS
2003-07-20 Gildas Bazin* modules/misc/freetype.c: set default font on win32...
2003-07-20 Sigmund Augdal Helbergremoved some c++ style comments, fixed some untrue...
2003-07-20 Derk-Jan Hartman* Set the default font on Mac OS X to the system font.
2003-07-20 Olivier Teulière * modules/misc/freetype.c: compilation fix for windows
2003-07-20 Sigmund Augdal HelbergDraw the text in the U and V planes as well. Removes...
2003-07-19 Sigmund Augdal HelbergRender the glyph for each character only once, and...
2003-07-19 Sigmund Augdal HelbergUse proper linespacing
2003-07-14 Sigmund Augdal HelbergAll: My shot at improving subtitle rendering in vlc...