| 
              
7c89d18d
               | 
              
2002-02-09T17:59:12
               | 
              
               | 
              
* README: Fix typo.
* docs/CHANGES: Minor fixes.
               | 
            
            
              
   
               | 
              
1c6af485
               | 
              
2002-02-08T14:00:20
               | 
              
               | 
              
updating docs for 2.0.8
               | 
            
            
              
   
               | 
              
32b53461
               | 
              
2002-02-01T01:20:11
               | 
              
               | 
              
Formatting.
               | 
            
            
              
   
               | 
              
944b7298
               | 
              
2002-01-31T17:42:05
               | 
              
               | 
              
updating documentation for 2.0.7
               | 
            
            
              
   
               | 
              
3975e2e1
               | 
              
2002-01-09T21:01:18
               | 
              
               | 
              
Formatting.
               | 
            
            
              
   
               | 
              
6096b5a1
               | 
              
2002-01-07T10:40:48
               | 
              
               | 
              
updating documentation
               | 
            
            
              
   
               | 
              
f41e71a1
               | 
              
2001-12-20T21:22:02
               | 
              
               | 
              
* src/base/ftobjs.c (FT_Done_Library): Remove compiler warning.
Formatting.
               | 
            
            
              
   
               | 
              
0fcb412f
               | 
              
2001-12-20T13:33:03
               | 
              
               | 
              
        * docs/CHANGES: updated for 2.0.6 release
        * src/cff/cffload.h, src/cff/cffload.c, src/cff/cffgload.c: updated
        to mode the definition of encoding tables within "cffload.c" instead
        of making them part of a shared header (causing problems in "multi"
        builds)
               | 
            
            
              
   
               | 
              
2f5d1b76
               | 
              
2001-12-12T15:15:44
               | 
              
               | 
              
* builds/unix/freetype2.m4: Some portability fixes.
               | 
            
            
              
   
               | 
              
640078d4
               | 
              
2001-12-10T10:47:47
               | 
              
               | 
              
        * src/pcf/pcfdriver.c (PCF_Init_Face): allow Xft to use PCF fonts
        by setting the "face->metrics.max_advance" correctly..
               | 
            
            
              
   
               | 
              
c3b21608
               | 
              
2001-12-05T01:22:05
               | 
              
               | 
              
Formatting.
Cleaning up of ChangeLog.
* docs/license.txt: s/X Windows/X Window System/.
* src/raster/ftraster.c: Fix definition condition of MEM_Set().
* src/smooth/ftgrays.c (M_Y): Change value to 192.
* src/base/ftdbgmem.c (ft_mem_table_destroy): Fix printf() parameter.
Remove unused variable.
* src/cache/ftcimage.c (ftc_image_node_init,
ftc_image_node_compare): Remove unused variables.
* src/cache/ftcsbits.c (ftc_sbit_node_weight): Remove unused
variable.
* src/raster/ftraster.c (MEM_Set): Move definition down to avoid
compiler warning.
* src/autohint/ahhint.c (ah_hinter_hint_edges): Use UNUSED() to
avoid compiler warnings.
* src/pcf/pcfread.c (tableNames): Use `const'.
(pcf_read_TOC): Change counter name to avoid compiler warning.
Use `const'.
* src/pshinter/pshrec.c (ps_hints_close): Remove redundant
declaration.
* src/pshinter/pshalgo1.c (psh1_hint_table_init): Rename variables
to avoid shadowing.
* src/pshinter/pshalgo2.c (psh2_hint_table_activate_mask): Ditto.
* src/type1/t1objs.h: Remove double declarations of `T1_Size_Init()'
and `T1_Size_Done()'.
               | 
            
            
              
   
               | 
              
afa38542
               | 
              
2001-10-18T13:22:01
               | 
              
               | 
              
documentation update
               | 
            
            
              
   
               | 
              
034a1932
               | 
              
2001-10-17T13:57:02
               | 
              
               | 
              
documentation update for 2.0.5
               | 
            
            
              
   
               | 
              
80b8d770
               | 
              
2001-10-10T19:56:42
               | 
              
               | 
              
Fixed a bug in `glnames.py' that prevented it from generating
correct glyph names tables.  This resulted in the unavailability of
certain glyphs like `Cacute', `cacute' and `lslash' in Unicode
charmaps, even if these were present in the font (causing problems
for Polish users).
* src/tools/glnames.py (mac_standard_names): Fixed.
(t1_standard_strings): Some fixes and renamed to ...
(sid_standard_names): This.
(t1_expert_encoding): Fixed.
(the_adobe_glyph_list): Renamed to ...
(adobe_glyph_names): This.
(the_adobe_glyphs): Renamed to ...
(adobe_glyph_values): This.
(dump_mac_indices, dump_glyph_list, dump_unicode_values, main):
Updated.
* src/psnames/pstables.h: Regenerated.
* src/psnames/psmodule.c (PS_Unicode_Value): Fix offset.
Fix return value.
Use `sid_standard_table' and `ps_names_to_unicode' instead of
`t1_standard_glyphs' and `names_to_unicode'.
(PS_Macintosh_Name): Use `ps_glyph_names' instead of
`standard_glyph_names'.
(PS_Standard_Strings): Use `sid_standard_names' instead of
`t1_standard_glyphs'.
* doc/BUGS, doc/TODO: New documents.
* src/cache/ftlru.c (FT_Lru_Lookup_Node): Fixed a bug that prevented
correct LRU behaviour.
setjmp() and longjmp() are now used for rollback (i.e. when memory
pool overflow occurs).
Function names are now all uniformly prefixed with `gray_'.
* src/smooth/ftgrays.c: Include <setjmp.h>.
(ErrRaster_MemoryOverflow): New macro.
(TArea): New type to store area values in each cell (using `int' was
too small on 16-bit systems).  <limits.h> is included to properly
get the needed data type.
(TCell, TRaster): Use it.
(TRaster): New element `jump_buffer'.
(gray_compute_cbox): Use `RAS_ARG' as the only parameter and get
`outline' from it.
(gray_record_cell): Use longjmp().
(gray_set_cell): Use gray_record_cell() for error handling.
(gray_render_line, gray_render_conic, gray_render_cubic): Simplify.
(gray_convert_glyph_inner): New function, using setjmp().
(gray_convert_glyph): Use it.
Provide a public API to manage multiple size objects for a given
FT_Face in the new header file `ftsizes.h'.
* include/freetype/ftsizes.h: New header file,
* include/freetype/internal/ftobjs.h: Use it.
Remove declarations of FT_New_Size and FT_Done_Size (moved to
ftsizes.h).
* include/freetype/config/ftheader.h (FT_SIZES_H): New macro.
* src/base/ftobjs.c (FT_Activate_Size): New function.
* src/cache/ftcmanag.c: Include ftsizes.h.
(ftc_manager_init_size, ftc_manager_flush_size): Use
FT_Activate_Size.
               | 
            
            
              
   
               | 
              
1cd4f85e
               | 
              
2001-10-09T07:32:50
               | 
              
               | 
              
updating CHANGES
preparing for the 2.0.5 release
               | 
            
            
              
   
               | 
              
21939455
               | 
              
2001-10-05T14:23:03
               | 
              
               | 
              
Adding a new file named docs/BUGS contained a table of known bugs
of the library
Updated the docs/CHANGES and docs/TODO documents slightly
               | 
            
            
              
   
               | 
              
f814d0fa
               | 
              
2001-06-27T16:18:10
               | 
              
               | 
              
First round in converting
  type foo ( ... )
to
  type
  foo ( ... )
Other minor formatting issues.
               | 
            
            
              
   
               | 
              
c40f3867
               | 
              
2001-06-27T12:42:10
               | 
              
               | 
              
doc update
               | 
            
            
              
   
               | 
              
0bf6e064
               | 
              
2001-06-22T17:17:47
               | 
              
               | 
              
Formatting.
               | 
            
            
              
   
               | 
              
995ff204
               | 
              
2001-06-22T08:45:31
               | 
              
               | 
              
updated documentation for the 2.0.4 release
               | 
            
            
              
   
               | 
              
1c46854a
               | 
              
2001-05-29T10:52:34
               | 
              
               | 
              
small doc update
               | 
            
            
              
   
               | 
              
4312f427
               | 
              
2001-05-24T15:00:19
               | 
              
               | 
              
moving documents to the "docs" directory
               |