Wed, 08 Sep 2010 20:04:10 +0000 |
diego |
Add proper #include instead of declaring sub_unicode extern.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 08 Feb 2009 03:27:30 +0000 |
diego |
Add standard license headers, unify header formatting.
|
Fri, 02 Jan 2009 14:41:38 +0000 |
diego |
Conditionally define render_one_glyph and kerning dummy functions in
|
Fri, 02 Jan 2009 13:25:00 +0000 |
diego |
Remove unused debug code.
|
Tue, 11 Dec 2007 20:39:18 +0000 |
diego |
SYS_AMIGAOS4 --> __AMIGAOS4__
|
Wed, 21 Nov 2007 09:22:33 +0000 |
diego |
main() --> main(void)
|
Tue, 28 Aug 2007 14:36:04 +0000 |
diego |
warning fix:
|
Tue, 28 Aug 2007 11:20:24 +0000 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
Sun, 27 Aug 2006 15:33:11 +0000 |
diego |
Clarify messages.
|
Mon, 14 Aug 2006 14:13:53 +0000 |
reimar |
Make path separator for font path a define and set it to a better value for AMIGAOS
|
Sun, 09 Jul 2006 17:45:36 +0000 |
reynaldo |
Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
|
Thu, 09 Mar 2006 22:20:20 +0000 |
reimar |
free resources when load_raw fails
|
Wed, 08 Mar 2006 10:04:05 +0000 |
reimar |
initialize f to NULL, needed if desc=malloc... fails
|
Tue, 30 Nov 2004 02:36:05 +0000 |
rfelker |
more verbosity spam fixes
|
Mon, 08 Nov 2004 00:06:49 +0000 |
diego |
Converted printf calls to mp_msg, reduced verbosity.
|
Thu, 14 Oct 2004 15:09:35 +0000 |
reimar |
some memory leaks fixed
|
Sun, 11 Jul 2004 12:42:19 +0000 |
faust3 |
avoid using corrupted font descriptions patch by Daniel von Dincklage <danielvd+mpl@cs.colorado.edu>
|
Fri, 18 Jun 2004 13:51:45 +0000 |
faust3 |
array initialization fix by SungKwanKang <ksquarekr at yahoo.com>
|
Mon, 09 Jun 2003 12:15:48 +0000 |
arpi |
renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
|
Sun, 29 Dec 2002 14:59:23 +0000 |
arpi |
these patches let ,,oldstyle'' and freetype subtitle renderers live
|
Wed, 28 Aug 2002 20:52:02 +0000 |
arpi |
freetype 2.0/2.1+ support - disabled by default until bugs fixed
|
Thu, 02 May 2002 01:56:28 +0000 |
arpi |
.raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>
|
Thu, 25 Oct 2001 23:34:14 +0000 |
pl |
a few warning fixes (missing #include's)
|
Wed, 17 Oct 2001 15:15:30 +0000 |
atlka |
if not found using fpath try to load font bitmaps from default dir
|
Tue, 16 Oct 2001 12:50:59 +0000 |
atlka |
cosmetic changes
|
Tue, 16 Oct 2001 10:14:04 +0000 |
atlka |
read font files from the same dir as font.desc or as specified in font.desc
|
Mon, 06 Aug 2001 00:22:13 +0000 |
arpi |
DATADIR/font/ patch by Adam Tla/lka atlka@pg.gda.pl
|
Fri, 20 Jul 2001 02:03:50 +0000 |
arpi |
fontpath fixed again...
|
Fri, 20 Jul 2001 01:51:01 +0000 |
arpi |
crash fixed if no [fontpath] in .desc
|