RSS feed
b466a765
– David Turner <david@freetype.org>
authored
on 2000/08/23 07:22
The FreeType Caching Subsystem - first lines of code
a39acf55
– David Turner <david@freetype.org>
authored
on 2000/08/22 22:47
updated "psaux" and "type1z".
5ef3c953
– David Turner <david@freetype.org>
authored
on 2000/08/22 19:15
updating documentation to explain the use of CFG to
d8b4514d
– David Turner <david@freetype.org>
authored
on 2000/08/22 18:53
added preliminary emboldening code.. still _very_
38cb5af0
– David Turner <david@freetype.org>
authored
on 2000/08/22 18:51
changed the "devel" setup targets to use "builds/<system>/devel"
38d979ce
– David Turner <david@freetype.org>
authored
on 2000/08/22 18:50
adding developer dir hierarchy
97488074
– David Turner <david@freetype.org>
authored
on 2000/08/22 18:36
the psaux module is now nearly completed
48721c11
– David Turner <david@freetype.org>
authored
on 2000/08/21 19:01
significant updates. The generated HTML is now much
f95a6031
– David Turner <david@freetype.org>
authored
on 2000/08/21 00:58
minor updates to the "psaux" module.
c38ddff8
– David Turner <david@freetype.org>
authored
on 2000/08/21 00:43
fixed a _serious_ bug in FT_Glyph_Get_CBox
b1c8bf06
– Werner Lemberg <wl@gnu.org>
authored
on 2000/08/17 03:18
Minor formatting.
24d7024c
– David Turner <david@freetype.org>
authored
on 2000/08/16 21:09
added draft "psaux" code
710354b8
– David Turner <david@freetype.org>
authored
on 2000/08/16 13:04
fixed the bug that prevented bitmap formats to be loaded
9a814fab
– Werner Lemberg <wl@gnu.org>
authored
on 2000/08/06 15:48
Yamano-uchi added support for SFNT-wrapped CID bitmap font files (with
29a90e26
– Werner Lemberg <wl@gnu.org>
authored
on 2000/08/02 20:03
Updating unix/ftconfig.in to recent config/ftconfig.h changes.
41743505
– Just van Rossum <just@letterror.com>
authored
on 2000/08/01 22:44
Added little know adx offset to t1operator_seac() -- accent positioning now seems correct.
f28b7536
– Werner Lemberg <wl@gnu.org>
authored
on 2000/08/01 21:10
Add missing header file.
2d310502
– Werner Lemberg <wl@gnu.org>
authored
on 2000/08/01 20:20
Forgot to run autoconf...
2fd491d5
– Just van Rossum <just@letterror.com>
authored
on 2000/08/01 19:37
Fixed Z1_Parse_CharStrings() to work correctly with "open" paths (ie. missing closepath operator)
dd81f422
– Just van Rossum <just@letterror.com>
authored
on 2000/08/01 16:47
fixed t1_tofixed() to handle floats of the form .001 and -.001 correctly.
07373c8d
– Werner Lemberg <wl@gnu.org>
authored
on 2000/08/01 14:44
Fixed dec-osf compiler switches. From Tom.
3a89c2a4
– Werner Lemberg <wl@gnu.org>
authored
on 2000/08/01 13:05
Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked.
c713d924
– Werner Lemberg <wl@gnu.org>
authored
on 2000/08/01 09:17
Added #ifdef's for C++ to all header files.
a9f2ddd3
– Werner Lemberg <wl@gnu.org>
authored
on 2000/08/01 04:43
Added a `distclean' target to remove files which are produced by the UNIX
80a330af
– Just van Rossum <just@letterror.com>
authored
on 2000/08/01 03:12
fixed two bugs related to T2 real numbers: the "skipping" code didn't behave correctly (leaving a bad stack ptr), and the actual parsing code also parsed the code (30) as two nibbles.
7c64409e
– Just van Rossum <just@letterror.com>
authored
on 2000/08/01 00:29
Some simple patches that allow synthetic fonts to be rendered. *However*: although the FontMatrix is read correctly, it does _not_ seem to be used! I don't understand this...
b8431ed7
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/31 21:34
Use the ANSI offsetof() macro instead of something home-brewn.
b1dd3535
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/31 18:51
Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils.
e72c9fec
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/31 14:59
Simplifying the FIELD_* and FRAME_* macros. Before calling these macros,
35ca3426
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/31 08:14
Fixing gcc warnings on Solaris.
fd9777e9
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/31 06:56
Making path of $INSTALL always absolute.
98fba7cf
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/30 16:21
Update to latest versions.
28e6a8f7
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/30 05:26
Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to
05c21b8f
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/29 16:38
Formatting.
e97cb912
– Just van Rossum <just@letterror.com>
authored
on 2000/07/27 23:13
FT_Done_Stream(): do stream->close = 0 after calling stream->close(); this makes it safe to call FT_Done_Stream() more than once.
5fe94ff6
– Just van Rossum <just@letterror.com>
authored
on 2000/07/27 22:25
Adapted to new external stream semantics.
08d78b62
– David Turner <david@freetype.org>
authored
on 2000/07/27 21:51
removed warning
d2b93caa
– Just van Rossum <just@letterror.com>
authored
on 2000/07/27 21:37
Oops, I had exaggerated the warning levels a weensy bit...
78575d5e
– Just van Rossum <just@letterror.com>
authored
on 2000/07/27 21:14
Updated to reflect the new Mac FOND support setup.
622f514c
– Just van Rossum <just@letterror.com>
authored
on 2000/07/27 21:13
Obsolete; Mac FOND support now lives in src/base/ftmac.c.
9e830c5d
– Just van Rossum <just@letterror.com>
authored
on 2000/07/27 21:12
Put FT_New_Face() in an #ifndef macintosh switch; ftmac.c provides an extended implementation.
6012037b
– Just van Rossum <just@letterror.com>
authored
on 2000/07/27 21:11
Removed Mac fond driver #ifdefs
ae4bceef
– Just van Rossum <just@letterror.com>
authored
on 2000/07/27 21:10
Brand new Mac support -- no more muching with changing drivers and reinitializing streams, but a clean layer on top of FT_Open_Face(): an extended version of FT_New_Face().
e973e66a
– Just van Rossum <just@letterror.com>
authored
on 2000/07/27 21:08
Header for one Mac-specific additional API call.
58b17f96
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/27 19:29
Formatting.
b169341e
– David Turner <david@freetype.org>
authored
on 2000/07/27 17:48
update to changelog
c5cdf8bc
– David Turner <david@freetype.org>
authored
on 2000/07/27 17:40
re-adding a "unix-dev.mk". Debugging libtool output
c703b1bf
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/27 12:57
*slight* formatting only. Congratulations, David! :-)
666b11d5
– David Turner <david@freetype.org>
authored
on 2000/07/27 11:59
small fix to the auto-hinter:
6ac722b2
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/27 07:32
Adapting changes for Unix to other makefiles.
321cd27d
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/27 07:20
Removing compiler warnings about unused portions of code.
796f9de2
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/26 18:51
Updating to libtool 1.3.5.
bc80b12b
– David Turner <david@freetype.org>
authored
on 2000/07/26 18:29
small compilation fix on 64-bits machines..
a2a75b78
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/26 17:47
Use `patsubst' instead of `subst' in cleaning rule to avoid problems with
1fd410bb
– Just van Rossum <just@letterror.com>
authored
on 2000/07/26 16:31
now that "type1z" is renamed to "type1"; revert to hardcoding "type1"..
5f5b4465
– David Turner <david@freetype.org>
authored
on 2000/07/26 15:13
small update
b190572b
– David Turner <david@freetype.org>
authored
on 2000/07/26 15:07
updated documentation
5fe4c00e
– David Turner <david@freetype.org>
authored
on 2000/07/26 15:04
- fixed the incorrect SO extension for Visual C++
c3dd151b
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/26 10:11
autohint:
d082cd68
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/25 13:25
formatting
1f46fed3
– Just van Rossum <just@letterror.com>
authored
on 2000/07/25 12:40
Use the "type1z" driver instead of the old one.
53fb1f54
– Just van Rossum <just@letterror.com>
authored
on 2000/07/25 12:20
Changed parse_subrs() so that it'll work correctly both with wrongly sorted subr indices *and* non-contiguous subr arrays. Thanks to Tom K. for helping to isolate the problem.
e6735234
– David Turner <david@freetype.org>
authored
on 2000/07/24 14:40
removed obsolete file
7fd756d2
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/24 02:03
Add `mkinstalldirs'.
a16d7155
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/24 02:02
Unused files.
04563546
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/24 02:01
`make install' is available now.
db578ae0
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/23 17:27
Adding $(SO) and $(SA), denoting objects and library for a static build.
9cb8fb18
– Just van Rossum <just@letterror.com>
authored
on 2000/07/23 12:24
removed duplicate macro (FT_MODULE_IS_DRIVER was defined twice)
d1ab7f5a
– Just van Rossum <just@letterror.com>
authored
on 2000/07/23 12:23
Hardcode loading the Mac FOND driver here, as config/ftmodule.h sometimes gets regenerated.
70e5aa23
– Just van Rossum <just@letterror.com>
authored
on 2000/07/23 12:21
updating the Mac stuff to the current situaton
42a29f2a
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/22 02:59
For Unix platforms, `configure' will be always called now.
81991cd2
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/21 12:43
Fix file inclusion.
e616d225
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/20 12:06
Adding $(CFG) variable to pass configure script parameters.
d060a75b
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/20 02:57
Formatting.
c49f69cb
– David Turner <david@freetype.org>
authored
on 2000/07/19 23:44
some welcome fixes related to the auto-hinter:
bca33287
– David Turner <david@freetype.org>
authored
on 2000/07/19 16:17
Boris's patch regarding glyph index 0
3469d0d0
– David Turner <david@freetype.org>
authored
on 2000/07/19 16:02
added auto-hinter module. Note that the code has been
6930b45f
– David Turner <david@freetype.org>
authored
on 2000/07/19 13:13
- introduced FT_Get_Glyph_Name (see freetype.h)
6b8fcd53
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/19 12:36
Renaming license.txt -> LICENSE.TXT for orthogonality.
a4367e08
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/19 12:17
Formatting.
e1bbc017
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/19 02:25
Formatting.
c8f9cf37
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/18 22:59
Formatting.
0959a877
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/18 02:50
Formatting.
2f8f1542
– David Turner <david@freetype.org>
authored
on 2000/07/17 18:14
Boris patches for ascender/descender/text height
5aa646c5
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/14 02:16
Formatting.
8cfcf6e0
– David Turner <david@freetype.org>
authored
on 2000/07/12 20:21
more patches from Tom (to fix its former patches :-)
49bd4f05
– David Turner <david@freetype.org>
authored
on 2000/07/12 12:57
removed some warnings with Visual C++
6cca5578
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/12 01:52
Formatting.
862bcbb7
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/11 02:50
Fixed typo.
2405d14f
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/11 02:12
Formatting/Synchronizing.
e161ee44
– David Turner <david@freetype.org>
authored
on 2000/07/10 18:03
fixed a bug that caused invalid clipping of monochrome bitmaps
93ac3e39
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/10 17:41
Formatting.
e208f4e0
– David Turner <david@freetype.org>
authored
on 2000/07/10 16:30
fixed a really tupid bug in the Multiple Master support
670caab8
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/10 10:24
Formatting.
b390a124
– David Turner <david@freetype.org>
authored
on 2000/07/09 20:13
removed some stupid #defines in <freetype/config/ftconfig.h>
97b2de58
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/09 20:06
More formatting.
b48a6094
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/09 15:15
Formatting.
681e8eea
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/08 20:48
formatting
7b5c4a96
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/08 18:57
Removed `demos' tree. Use `ft2demos' module instead.
415cc7c9
– Werner Lemberg <wl@gnu.org>
authored
on 2000/07/08 18:52
Formatting.
Next