Re: [ft] Creating an [OT]TF font from BDF font

2005-12-14 Thread David Turner
rst array. The first array item would have ppem == 0 to indicate "global" values, instead of size-specific ones. - I don't understand completely the difference between atoms and non-property strings. Aren't these the same things ? Why distinguish them then ? Hope this helps, - David

[ft] First FreeType 2.2.0 release candidate available

2006-02-24 Thread David Turner
. Fortunately, these are rather rare, and we provide some patches for most of them at the following address: http://www.freetype.org/freetype2/patches/rogue-patches.html Best Regards, - David Turner - The FreeType Project (www.freetype.org

[ft] Third Release candidate for FT 2.2 available

2006-02-24 Thread david turner
as soon as possible. Regards, - David Turner - The FreeType Project (www.freetype.org) PS: Current list of supported distributions RHEL 4 Mandrake 9.2 Ubuntu 5.04 Ubuntu 5.10 Debian Sarge (3.1r1) *** Information

Re: [ft] ft2.2 win32 intel c++ patch

2006-04-03 Thread David Turner
Werner LEMBERG a crit: second, in ftcbasic.c, without the patch, icl will ICE. What's `ICE'? I believe it stands for "Internal Compiler Error", yep, that's a compiler bug :-) Cheers, - David Turner - The FreeType Project (www.freetype.org)

Re: [ft] FreeType 2.2 tagged in CVS Repository

2006-04-03 Thread David Turner
the tag for minor enhancements before the release. Let's declare that we'll do that in three days. Until then, let's get sure that anyone that uses it to retrieve the sources doesn't get anything that doesn't work. Regards, - David Turner - The FreeType Project (www.freetype.org) Werner

Re: [ft] FT_Memory arguments in version 2.2.0

2006-04-12 Thread David Turner
rogue library that uses the stroker at the moment (remember, it's still experimental until 2.2 is released) Would it be OK to change the API to accept a FT_Library instead of a FT_Memory at that point ? (just like all others, e.g. FT_Outline_New, FT_New_Glyph, etc...). Cheers, - David Turner

Re: [ft] Spacing/Kerning wrong on an OpenType (otf) font

2006-04-25 Thread David Turner
Hope this helps, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Segfault in FT_Get_Name_Index, Solaris 9, FreeType 2.1.8+

2006-05-17 Thread David Turner
Hello, please provide the font file's name, and where we could download it. by the way, which version of GCC are you using ? Regards, - David Turner - The FreeType Project (www.freetype.org) Jan-Åke Larsson a écrit : I get a segfault (or bus error, sometimes) from FT_Get_Name_Index

Re: [ft] Segfault in FT_Get_Name_Index, Solaris 9, FreeType 2.1.8+

2006-05-17 Thread David Turner
Hello, I've just tested it with FreeType CVS on a x86 Linux machine, and it seems to work well with the font you sent me. Running with valgrind doesn't show any bad memory access or other errors. I don't have a Solaris 9 machine here, and won't be able to due much here. Given the line were

Re: [ft] Render 16x16 font, ASCII is gray, but CJK is Mono

2006-05-18 Thread David Turner
Hello Charles, have you tried using the FT_LOAD_NO_BITMAP flag to prevent loading embedded bitmaps from the font ? Hope this helps, - David Turner - The FreeType Project (www.freetype.org) Charles Wang a écrit : Hi, Using FT Lib which version is 2.2.1. * Code start

Re: [ft] what's the mean of CEIL( x )?

2006-05-19 Thread David Turner
) ~63 int(x) = (x 6) the macro CEIL(x) as defined really returns int(ceil(x)) note that int(x) is (x 6) and *not* x/64.0 !! Hope this helps, - David Turner - The FreeType Project (www.freetype.org) David Turner [EMAIL PROTECTED] ??:[EMAIL PROTECTED

Re: [ft] bug in ftbench.c ?

2006-06-01 Thread David Turner
FT_Done_FreeType) Hope this helps, - David Turner - The FreeType Project (www.freetype.org) ?? ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] bug in ftbench.c ?

2006-06-04 Thread David Turner
, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype ___ Freetype mailing list Freetype

Re: [ft] FreeTypeRasterizeGlyph() ?

2006-06-09 Thread David Turner
? Let us know if this helps, Regards, - David Turner - The FreeType Project (www.freetype.org) My question is, what's causing this? Is it an emacs, freetype, or xorg problem, or something else, and should I send a bug report to somewhere on debian's lists? I appreciate any help. Some

Re: [ft] What do kerning values mean in RTL text?

2006-06-13 Thread David Turner
. OK, but this is irrelevant to the developer who wants to use the kerning values returned by FT_Get_Kerning, which are always in visual order, from my own experience with various Arabic fonts. Regards, - David Turner - The FreeType Project (www.freetype.org

Re: [ft] Tweaking/Improving FreeType Antialiasing

2006-09-01 Thread David Turner
in comparison. Best Regards, - David Turner - The FreeType Project (www.freetype.org) On Sat, 26 Aug 2006 23:54:08 -0700, Galen P. Zink [EMAIL PROTECTED] said: I've never been terribly happy with the antialiasing under various Linux distributions. I'm not sure if this is a personal preference

Re: [ft] Regression in rendering quality with subpixel antialiasing

2006-09-20 Thread David Turner
on this later. Regards, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Use of FTC_Manager_LookupFace

2006-09-21 Thread David Turner
/freetype - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Regression in rendering quality with subpixel antialiasing

2006-09-21 Thread David Turner
, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Regression in rendering quality with subpixel antialiasing

2006-09-23 Thread David Turner
a fontconfig pattern freely, for example to enfore its own hinting style that may be different from the default in fonts.conf. Hope this helps, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http

[ft] State of LCD/SubPixel Rendering in FreeType

2006-09-27 Thread David Turner
) - - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] State of LCD/SubPixel Rendering in FreeType

2006-09-27 Thread David Turner
Hello James, sorry, this is a simple bug that I just fixed. I also removed the auto-fitter traces. Regards, - David Turner - The FreeType Project (www.freetype.org) On Wed, 27 Sep 2006 11:52:18 -0400, James Cloos [EMAIL PROTECTED] said: I just merged this in (from cvs) and now ft is forcing

Re: [ft] Open files

2006-09-27 Thread David Turner
to FT_Open_Face when creating the FT_Face the corresponding routine should do all the on-the-fly shufling required by your environment, and this will be totally transparent to the font engine. Hope this helps, - David Turner - The FreeType Project (www.freetype.org

[ft] libXft patch: use FreeType built-in color filtering

2006-09-28 Thread David Turner
a bit between the various recent releases of the library (e.g. 1.0.4, 1.1.6, 1.2.0) Regards, and enjoy !! - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo

[ft] Everybody loves screenshots :-)

2006-09-29 Thread David Turner
So here's one: http://david.freetype.org/lcd/lcd-filter-1.png for the record, this is FreeType CVS with FT_CONFIG_OPTION_SUBPIXEL_RENDERING enabled, my DPI is set to 85, and I'm using light hinting - David Turner - The FreeType Project (www.freetype.org

[ft] libXft patch to use the built-in FreeType LCD color filtering

2006-09-29 Thread David Turner
Hello everyone, here's a patch to libXft-2.1.7 that modifies the library to use the new built-in FreeType LCD color filtering features. What this means is that: - IMPORTANT: the patched library will *not* compile if you haven't FreeType CVS, 2.2.2 or better previously installed !!

[ft] new LCD rendering patches

2006-09-30 Thread David Turner
with my free time :-) Enjoy, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

[ft] Updated Cairo LCD patch

2006-10-03 Thread David Turner
://david.freetype.org/lcd/cairo-1.0.4-lcd-filter-2.patch Enjoy, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype

Re: [ft] Testing new LCD rendering mode

2006-10-04 Thread David Turner
Did you enable the bytecode interpreter in FreeType for the second example ? It doesn't seem so. Regards, - David On Wed, 4 Oct 2006 18:02:04 +0300, Ismail Donmez [EMAIL PROTECTED] said: Hi, I tested new libXft LCD Filtering patch and I got some screenshots to show too :-)

Re: [ft] Testing new LCD rendering mode

2006-10-04 Thread David Turner
of fonts which require the unpatented hinter to load properly, e.g. MingLiU). I believe it should remove the difference you see. If not, send more screenshots :-) Regards, - David Turner - The FreeType Project (www.freetype.org) For reference I applied the following patch to Freetype sources

Re: [ft] Font Metrics

2006-10-19 Thread David Turner
On Thu, 19 Oct 2006 20:35:34 +0200, Martin Olbrich [EMAIL PROTECTED] said: Hello, can noone help me with the font metrics? Have you tried reading the FreeType docs ? they should provide you with sufficient information to answer your questions. Regards, - David Turner - The FreeType

[ft] updated LCD filtering patch

2006-10-24 Thread David Turner
Hello everyone, just to let you know there is a new LCD-filtering patch for Cairo 1.2.4 at: http://www.mail-archive.com/freetype@nongnu.org/msg00981.html Enjoy, - David Turner - The FreeType Project (www.freetype.org) ___ Freetype mailing list

[ft] Re: cyrillic a == latin a, please

2006-10-25 Thread David Turner
guess that Pango or something else is using a *different* font to render cyrillic characters. This really depends on your fontconfig settings as well as the list of installed fonts on your system. Nothing I can do for you here, try the pango mailing list. - David Turner - The FreeType Project

Re: IMPORTANT! Re: [ft] Problem with Verdana Bold

2006-11-14 Thread David Turner
I don't have much time at the moment, though I just finished a large commit spree recently. Even though I'd like to investigate this problem in parallel with the enhancement bugs we have in the interpreter, I really feel we should prepare for a new release before that. More on this later, -

Re: [ft] rendering changes 2.1.10 - 2.2.1

2006-11-16 Thread David Turner
in advance, - David Turner - The FreeType Project (www.freetype.org) On Wed, 15 Nov 2006 18:44:18 -0800, Gordon Messmer [EMAIL PROTECTED] said: I noticed that there was a conversation earlier (before I was on the list) about FC6 users filing bugs against freetype which might be cairo

Re: [ft] rendering changes 2.1.10 - 2.2.1

2006-11-24 Thread David Turner
change between these two versions. Besides, I'm more interested in knowing what you think about the current CVS hinting changes Hope this helps, - David Turner - The FreeType Project (www.freetype.org) On Thu, 16 Nov 2006 08:33:27 -0800, Gordon Messmer [EMAIL PROTECTED] said: David Turner

Re: [ft] gdi hack with freetype

2006-12-27 Thread David Turner
web page: http://drwatson.nobody.jp/gdi++/ Kudos to the developers. I don't know exactly what we can do to help them here, but this seems pretty impressive. Regards, - David Turner - The FreeType Project (www.freetype.org) On Mon, 25 Dec 2006 12:07:21 +0100 (CET), Werner LEMBERG [EMAIL

Re: [ft] Re: building guide movie

2007-01-08 Thread David Turner
to a mkv file containing the video encoded in the H.264 video format with x264. Of course, not a lot of players are able to play such files, and this would probably require a pretty beefy CPU anyway. Hope this helps, - David Turner - The FreeType Project (www.freetype.org) Werner

[ft] FreeType 2.3.0 release candidate 1 is available

2007-01-11 Thread David Turner
and enjoy, - David Turner - The FreeType Project (www.freetype.org) copy of docs/CHANGES CHANGES BETWEEN 2.3.0 and 2.2.1 I. IMPORTANT BUG FIXES - The PCF font loader is now much more robust while loading malformed font files

Re: [ft] FreeType 2.3.0 release candidate 1 is available

2007-01-11 Thread David Turner
On Thu, 11 Jan 2007 21:21:20 +0900 (JST), Masatake YAMATO [EMAIL PROTECTED] said: Hi, Can I add following entry to III. MISCELLANEOUS of docs/CHANGES file? - The TrueTypeGX validator(gxvalid) checks the order of glyph ids in kern table. Masatake YAMATO Yes, I just

Re: [ft] tiny cyrillic glitches

2007-01-12 Thread David Turner
focuses on releasing a clean 2.3.0 Regards, - David Turner - The FreeType Project (www.freetype.org) On Tue, 9 Jan 2007 10:51:43 -0500, [EMAIL PROTECTED] said: U+0431 is abnormally bold on the left side in DejaVu Serif with full hinting at 15 ppem. It looks great without full hinting. See second

[ft] FreeType 2.3.0 release candidate 2 available

2007-01-12 Thread David Turner
the people who have been helpful in the last few days. Let's hope for an official release in a couple of days. Regards, - David Turner - The FreeType Project (www.freetype.org) -- ChangeLog --- 2007-01-12 David Turner [EMAIL PROTECTED] * all

Re: [ft] Re: [ft-devel] FreeType 2.3.0 release candidate 1 is available

2007-01-12 Thread David Turner
On Fri, 12 Jan 2007 11:14:35 -0500, Sean McBride [EMAIL PROTECTED] said: On 2007-01-11 12:52, David Turner said: There should be *no* break of ABI or API since the last two releases (2.2.1 and 2.1.10) Except for ftmac.c right? At least, depending on a *great many* defines, some

Re: [ft] autohinting docs?

2007-01-22 Thread David Turner
We did publish something, I believe Werner should have it. On the other hand, most of the code has changed and went through severe tuning, so the paper only describes few things. Regards, - David On Mon, 22 Jan 2007 12:25:33 +0100, Dennis Heuer [EMAIL PROTECTED] said: Hello did you publish

Re: [ft] unhappy about recent light changes

2007-01-26 Thread David Turner
it, I'll move it to a new hinting mode (hurray for more options, and all the associated changes to the rest of the graphics stack !!) Hope this helps, - David Turner - The FreeType Project (www.freetype.org) On Fri, 26 Jan 2007 08:14:25 -0500, [EMAIL PROTECTED] said: Before it's too late, I would

Re: [ft] unhappy about recent light changes

2007-01-26 Thread David Turner
It is possible that this might be caused by my shz.patch. I believe the patch is correct, but it did make glyphs in Bitstream Vera derivative glyphs closer together. Nope, we're talking about the light auto-hinting, so bytecode instructions are not used here. Besides, the font is really Arial,

FreeType 2.3.1 in preparation (was Re: [ft] unhappy about recent light changes)

2007-01-30 Thread David Turner
Hello all, OK, I just *de-activated* the light hinting improvements. That's because We need to release 2.3.1 now since it contains an important CFF bugfix. The optimization will be re-enabled after that, and we'll have the time to tune/compare/appreciate it if we want. I've just updated version

Re: [ft] spacing between characters

2007-02-14 Thread David Turner
Hello, I think this is now fixed in the CVS, could you test it on your setup and report if you see any improvement thanks, - David Turner - The FreeType Project (www.freetype.org) On Sun, 11 Feb 2007 12:43:42 +0100, Boris Fersing [EMAIL PROTECTED] said: Hi all, I recently upgraded from

Re: [ft] differing advances

2007-02-28 Thread David Turner
this function also transforms the 16.16 advance vector. see the FT_GlyphRec documentation: http://www.freetype.org/freetype2/docs/reference/ft2-glyph_management.html#FT_GlyphRec http://www.freetype.org/freetype2/docs/reference/ft2-glyph_management.html#FT_Glyph_Transform Hope this helps, - David Turner

Re: [ft] question on FT number formats

2007-03-05 Thread David Turner
, please test - David Turner - The FreeType Project (www.freetype.org) Johannes ___ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de

Re: [ft] ftdiff

2007-03-29 Thread David Turner
Hi Michael, On Thu, 29 Mar 2007 16:06:21 +0200, Michael Zedler [EMAIL PROTECTED] said: Hello, I grabbed today's CVS version of freetype2 and ft2demo and had a look at ftdiff. Freetype2 I compiled with the Apple Byetcode interpreter enabled. The ftdiff help screen mentions that the left

Re: [ft] Thread-related issues

2007-05-15 Thread David Turner
threads to access the data from a single FT_Library instance however, you need to do proper locking on *any* call to FreeType. Hope this helps, - David Turner - The FreeType Project (www.freetype.org) On Tue, 15 May 2007 21:45:58 +0100, Charles Osborne [EMAIL PROTECTED] said: Hi, I have

Re: [ft] Getting width of space

2007-05-21 Thread David Turner
on the FreeType web site... hope this helps, - David Turner - The FreeType Project (www.freetype.org) On Thu, 17 May 2007 17:01:00 + (UTC), Peter Weilbacher [EMAIL PROTECTED] said: I'm very new to fonts and am still trying to find out different ways of doing things and trying to understand FT

Re: [ft] SIGSEGVin FT_Load_Glyph

2007-05-21 Thread David Turner
to a small code snippet that demonstrate the problem you have. Regards, - David Turner - The FreeType Project (www.freetype.org) On Wed, 16 May 2007 14:03:06 +0530, [EMAIL PROTECTED] said: Hi, Iam facing a problem when trying to render english fonts using freetype-2.3.1

Re: [ft] Vertical metrics from FT_GlyphRec - possible?

2007-05-21 Thread David Turner
Hello Brady, did you try loading the glyph with the FT_LOAD_VERTICAL_METRICS flag ? I believe it should solve your problem Hope this helps, - David Turner - The FreeType Project (www.freetype.org) On Thu, 3 May 2007 08:17:52 -0700, Brady Duga [EMAIL PROTECTED] said: I wanted to give

Re: [ft] Getting width of space

2007-05-21 Thread David Turner
are correct. And LaTeX uses completely different algorithms to space words on each line anyway, you shouldn't use it to compare the result of simply using the advance of space hope this helps, - David Turner - The FreeType Project (www.freetype.org

[ft] interview for OSNews

2007-06-28 Thread David Turner
Hi guys, just to let you know that I've answered a small interview for OSNews, which should be on the front page now. I'd also like to reiterate my support for Werner's excellent work throughout all these years. thanks !! - David ___ Freetype

Re: [ft] Idea for way of enabling subpixel hinting

2007-07-04 Thread David Turner
. Hope this helps, - David Turner - The FreeType Project (www.freetype.org) On Wed, 4 Jul 2007 16:13:58 +0200, Rafal Milecki [EMAIL PROTECTED] said: Hello, As far as I know subpixel hinting is disabled if I compile freetype2 using default configuration. It's because of patents. Because

[ft] Fwd: Re: Texts Rasterization Exposures

2007-07-10 Thread David Turner
By the way, here's my answer to Maxim's questions - Original message - From: David Turner [EMAIL PROTECTED] To: Maxim Shemanarev [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Tue, 10 Jul 2007 14:58:28 +0200 Subject: Re: Texts Rasterization Exposures Hello Maxim, On Sun, 8 Jul 2007 16:20

[ft] Re: Texts Rasterization Exposures

2007-07-13 Thread David Turner
, and please avoid stupid acronyms). I have provided many patches in the past that are mostly ignored by the corresponding library's maintainers (but are surprisingly included by distribution package managers), and I'm quite tired of this. Best Regards, - David Turner

Re: [ft] FreeType artefact

2007-10-05 Thread David Turner
there is no best value to distribute, because ideally, the opacity levels given in a FreeType pixmap must be interpreted as linear color space coefficients. which means that the distribution depends on the background and text colors you're going to use. To be more precise to do gamma-correct

Re: [ft] [ft-devel] FreeType License and patents

2012-01-17 Thread David Turner
Hello, Just to make it clear, I'm too in favor of adding an Apache2-like patent clause to the license. And for the sake of full-disclosure, my employer does releases quite a large amount http://source.android.com of Apache-2 licensed code. On Fri, Jan 13, 2012 at 8:34 PM, Eric Rannaud

Re: [ft] [ft-devel] FreeType License and patents

2012-01-18 Thread David Turner
On Tue, Jan 17, 2012 at 3:53 PM, Dave Crossland d...@lab6.com wrote: But its GPLv2 only :-( Apache 2 is GPLv3 compatible. So I'd suggest either using Apache 2, or using FreeType License 1.1 and GPLv2-or-later. Apache 2 or GPLv2-or-later have the same problems: they require changing the

Re: [ft] [ft-devel] FreeType License and patents

2012-01-19 Thread David Turner
Hello Alexei, On Thu, Jan 19, 2012 at 4:08 AM, Alexei Podtelezhnikov apodt...@gmail.comwrote: On Fri, Jan 13, 2012 at 2:13 PM, Werner LEMBERG w...@gnu.org wrote: 3. Grant of Patent License. Do freetype authors hold or have they filed for a patent? Don't you need it first before

Re: [ft] [ft-devel] heads-up: TrueType height computation has been fixed

2013-01-23 Thread David Turner
2013/1/23 Werner LEMBERG w...@gnu.org Folks, just a heads-up which might influence applications: I've just fixed a bug in the TrueType handler to correctly compute the `height' value of the `FT_Face' structure. Up to now, the following was done: ascender_int = round(ascender_26.6);

Re: Math differences between FT_Set_Transform and FT_Glyph_Transform

2020-07-14 Thread David Turner
. - David > By the way, do you have a reason to mix `FT_Set_Transform` with > `FT_Glyph_Transform` to get the same advance widths? Otherwise, the > difference shouldn't be an issue, right? > > > Werner > From 631c16837f08cdabaa1d0fe76e0fe7dc3343a928 Mon Sep 17 00:00:00 2001 Fro

Re: freetype.org domain

2022-02-08 Thread David Turner
go around might as well ask. > >> > >> If you know a better place to ask these, please reply and add them. > > > > Just a quick ping, plus adding -devel since it looks like this > > hasn't made it to archives. > > Indeed, I haven't seen your orig

[ft-cvs] freetype2 ./ChangeLog ./Jamfile src/base/ftbitm...

2005-06-30 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]05/06/30 11:46:46 Modified files: . : ChangeLog Jamfile src/base : ftbitmap.c src/otvalid: otvcommn.h otvgdef.c

[ft-cvs] ft2demos/src Jamfile

2005-06-30 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:ft2demos Branch: Changes by: David Turner [EMAIL PROTECTED]05/06/30 12:11:53 Modified files: src: Jamfile Log message: fixing typo CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/freetype

[ft-cvs] freetype2 ./ChangeLog src/sfnt/ttsbit0.c

2006-01-19 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/01/19 13:10:49 Modified files: . : ChangeLog src/sfnt : ttsbit0.c Log message: * src/sfnt/ttsbit0.c

[ft-cvs] freetype2 ./ChangeLog builds/unix/install.mk

2006-01-28 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/01/27 16:42:32 Modified files: . : ChangeLog builds/unix: install.mk Log message: * builds/unix/configure.ac: fixed

[ft-cvs] freetype2 ./ChangeLog builds/unix/unix-cc.in in...

2006-02-17 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/17 17:23:13 Modified files: . : ChangeLog builds/unix: unix-cc.in include/freetype: ftcache.h src/cache

[ft-cvs] freetype2/src/sfnt ttmtx.c

2006-02-21 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/21 17:10:27 Modified files: src/sfnt : ttmtx.c Log message: fixed compiler warning CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[ft-cvs] freetype2 ./ChangeLog include/freetype/config/f...

2006-02-22 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/21 22:36:23 Modified files: . : ChangeLog include/freetype/config: ftoption.h include/freetype: ftmodapi.h

[ft-cvs] freetype2/include/freetype/internal/services sv...

2006-02-24 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/22 12:55:04 Added files: include/freetype/internal/services: svtteng.h Log message: adding missing file CVSWeb URLs: http

[ft-cvs] freetype2 ./ChangeLog src/bdf/bdflib.c

2006-02-24 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/23 12:37:18 Modified files: . : ChangeLog src/bdf: bdflib.c Log message: * src/bdf/bdflib.c: fixed a bug

[ft-cvs] freetype2 ./ChangeLog src/bdf/bdflib.c

2006-02-24 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/23 12:40:14 Modified files: . : ChangeLog src/bdf: bdflib.c Log message: * src/bdf/bdflib.c: fixed a problem

[ft-cvs] freetype2/src/cache ftccmap.c

2006-02-24 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/23 22:57:31 Modified files: src/cache : ftccmap.c Log message: additionnal backwards-compatibility hacks CVSWeb URLs: http

[ft-cvs] freetype2 ./ChangeLog include/freetype/config/f...

2006-02-25 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/25 12:49:40 Modified files: . : ChangeLog include/freetype/config: ftoption.h src/autofit: afcjk.c src/base

[ft-cvs] freetype2 ./ChangeLog builds/unix/ftsystem.c in...

2006-02-25 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/25 14:53:02 Modified files: . : ChangeLog builds/unix: ftsystem.c include/freetype/config: ftheader.h

[ft-cvs] freetype2 ./ChangeLog src/base/ftobjs.c

2006-02-26 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/02/26 07:57:45 Modified files: . : ChangeLog src/base : ftobjs.c Log message: * src/base/ftobjs.c

[ft-cvs] freetype2 ./ChangeLog builds/unix/install.mk

2006-03-20 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/03/20 12:13:14 Modified files: . : ChangeLog builds/unix: install.mk Log message: * builds/unix/install.mk

[ft-cvs] freetype2 ./ChangeLog src/sfnt/ttkern.c

2006-03-27 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/03/27 20:10:26 Modified files: . : ChangeLog src/sfnt : ttkern.c Log message: * src/sfnt/ttkern.c

[ft-cvs] freetype2/include/freetype ftcache.h

2006-04-01 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/01 09:14:12 Modified files: include/freetype: ftcache.h Log message: updating cache documentation CVSWeb URLs: http://cvs.savannah.gnu.org

[ft-cvs] freetype2 ./ChangeLog docs/CHANGES

2006-04-01 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/01 16:22:06 Modified files: . : ChangeLog docs : CHANGES Log message: updating documentation CVSWeb URLs

[ft-cvs] freetype2 ./ChangeLog include/freetype/config/f...

2006-04-01 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/01 16:11:53 Modified files: . : ChangeLog include/freetype/config: ftheader.h Log message: * include/freetype/ftcache.h

[ft-cvs] freetype2 ./ChangeLog src/autofit/afloader.c

2006-04-13 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/13 07:51:58 Modified files: . : ChangeLog src/autofit: afloader.c Log message: * src/autofit/afloader.c: removing

[ft-cvs] freetype2 include/freetype/freetype.h include/f...

2006-04-13 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/13 16:31:02 Modified files: include/freetype: freetype.h ftcache.h ftchapters.h ftglyph.h ftstroke.h src/base

[ft-cvs] freetype2 ./ChangeLog include/freetype/freetype...

2006-04-21 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/21 08:35:11 Modified files: . : ChangeLog include/freetype: freetype.h ftincrem.h ftmodapi.h Log message: * include

[ft-cvs] freetype2 ./ChangeLog src/sfnt/ttcmap.c

2006-04-21 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/04/21 08:38:35 Modified files: . : ChangeLog src/sfnt : ttcmap.c Log message: * src/sfnt/ttcmap.c: removed compiler

[ft-cvs] freetype2 ./ChangeLog include/freetype/config/f...

2006-05-02 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/02 06:34:27 Modified files: . : ChangeLog include/freetype/config: ftconfig.h include/freetype: fterrdef.h

[ft-cvs] ft2demos ./ChangeLog src/ftdump.c

2006-05-02 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:ft2demos Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/02 08:20:42 Modified files: . : ChangeLog src: ftdump.c Log message: * src/ftdump.c: added dump of glyph

[ft-cvs] freetype2 ./ChangeLog include/freetype/internal...

2006-05-02 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/02 09:00:29 Modified files: . : ChangeLog include/freetype/internal: ftmemory.h src/base : ftbitmap.c ftmac.c

[ft-cvs] ft2demos ./ChangeLog src/ftcommon.c src/ftcommo...

2006-05-02 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:ft2demos Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/02 10:30:00 Modified files: . : ChangeLog src: ftcommon.c ftcommon.h ftview.c Log message: * src/ftcommon.c

[ft-cvs] freetype2 ./ChangeLog include/freetype/internal...

2006-05-03 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/03 09:40:33 Modified files: . : ChangeLog include/freetype/internal: ftmemory.h Log message: * include/freetype/internal

[ft-cvs] freetype2 ./ChangeLog include/freetype/internal...

2006-05-17 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Branch: Changes by: David Turner [EMAIL PROTECTED]06/05/17 13:34:21 Modified files: . : ChangeLog include/freetype/internal: tttypes.h src/autofit: afangles.c afcjk.c

[ft-cvs] freetype2 ChangeLog src/pfr/pfrobjs.c

2006-06-04 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Changes by: David Turner freetype 06/06/04 14:33:08 Modified files: . : ChangeLog src/pfr: pfrobjs.c Log message: * src/pfr/pfrobjs.c (pfr_face_init): fix the computation

[ft-cvs] ft2demos ChangeLog src/ftbench.c

2006-06-04 Thread David Turner
CVSROOT:/sources/freetype Module name:ft2demos Changes by: David Turner freetype 06/06/04 15:00:59 Modified files: . : ChangeLog src: ftbench.c Log message: * src/ftbench.c (main): fixed a subtle memory corruption bug

[ft-cvs] freetype2 ChangeLog include/freetype/internal/s...

2006-06-06 Thread David Turner
CVSROOT:/cvsroot/freetype Module name:freetype2 Changes by: David Turner freetype 06/06/06 08:14:14 Modified files: . : ChangeLog include/freetype/internal/services: svpscmap.h src/cff: cffcmap.c src/psaux : t1cmap.c

[ft-cvs] freetype2 ChangeLog src/type1/t1afm.c

2006-06-06 Thread David Turner
CVSROOT:/sources/freetype Module name:freetype2 Changes by: David Turner freetype 06/06/07 05:11:51 Modified files: . : ChangeLog src/type1 : t1afm.c Log message: Fix memory leak described in Savannah bug #16768

  1   2   3   4   >