Log

Author Commit Date CI Message
David Turner 0ad006b7 2001-10-18T14:36:46 just testing the CVS loginfo setup
David Turner 12c68306 2001-10-18T14:35:52 just testing the CVS loginfo setup
David Turner 8d6aae02 2001-10-18T14:33:11 just testing the CVS loginfo setup
David Turner 83536854 2001-10-18T14:31:41 just testing the CVS loginfo setup
David Turner a0b314c0 2001-10-18T14:27:43 just testing the CVS loginfo setup
David Turner 3b25cc7b 2001-10-18T14:25:38 just testing the CVS loginfo setup
David Turner 6ea520aa 2001-10-18T14:12:44 just testing the CVS loginfo setup
David Turner 3cb25009 2001-10-18T14:10:23 just testing the CVS loginfo setup
David Turner 5a4c1ff3 2001-10-18T14:07:06 just testing the CVS loginfo setup
David Turner 02f3b488 2001-10-18T14:02:15 just testing the CVS loginfo setup
David Turner 730d0540 2001-10-18T14:00:54 just testing the CVS loginfo setup
David Turner 0ebf28c7 2001-10-18T13:58:05 just testing the CVS loginfo setup
David Turner 29d5a0ec 2001-10-18T13:52:47 just testing the CVS loginfo setup
David Turner afa38542 2001-10-18T13:22:01 documentation update
David Turner f373e2d9 2001-10-18T13:20:01 rewrote "glnames.py" to fix a rather nasty bug that made FreeType return incorrect glyph names for certain glyph indices..
David Turner c9349c93 2001-10-18T11:59:08 updating ChangeLog and Jamfile for the new Postscript hinter
David Turner c55099de 2001-10-18T11:57:52 changing pixel size computations for better accuracy (experimental)
David Turner 540e7cd6 2001-10-18T11:50:31 Adding glyph hinter debugging program. WARNING: You cannot compile this program without a (yet) unavailable third-party library named "Nirvana".. this is reserved for FreeType development exclusively..
David Turner 5893c1bb 2001-10-18T11:49:26 add support for new postscript hinter
David Turner 573a98d0 2001-10-18T11:46:25 add support for new postscript hinter
David Turner a83bc088 2001-10-18T11:38:43 adding new postscript hinter
David Turner 0e49a4b8 2001-10-18T11:26:21 adding support to new postscript hinter
David Turner a1471038 2001-10-18T11:23:51 fixing a "bug" that affected the Postscript hinter: growing a memory block though "realloc" didn't clear the new bytes of memory..
David Turner 39bea028 2001-10-18T10:27:56 fixed typo
David Turner 1c5802a4 2001-10-18T09:51:09 updated FT_Div64by32
David Turner ea5a981c 2001-10-17T14:29:51 minimal optimisation submitted by Graham Asher
David Turner 034a1932 2001-10-17T13:57:02 documentation update for 2.0.5
David Turner 23bcde19 2001-10-17T13:48:10 implementing a new function named "FT_Get_Postscript_Name" to retrieve a face's "unique" Postscript name
David Turner 40d006af 2001-10-17T11:33:01 tagging files, checking new CVS -> mail script
Werner Lemberg 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.
David Turner 1cd4f85e 2001-10-09T07:32:50 updating CHANGES preparing for the 2.0.5 release
David Turner b4b96260 2001-10-08T21:18:11 * src/psnames/pstables.h, src/psnames/psmodule.c, src/tools/glnames.py: fixed a bug in 'glnames.py' that prevented it from generating correct glyph names table. 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).
David Turner 4c647903 2001-10-08T20:46:37 oops, forgot to add this file
David Turner b3ba40dd 2001-10-07T13:30:26 * include/freetype/ftsizes.h, src/base/ftobjs.c, src/cache/ftcmanag.c: added a new header, named "ftsizes.h" (FT_SIZES_H) to provide a public API to manage multiple size objects for a given FT_Face.
David Turner 5b1e8141 2001-10-07T11:06:07 * src/cache/ftlru.c (FT_Lru_Lookup_Node): fixed a bug that prevented correct LRU behaviour
David Turner c4f622c3 2001-10-07T10:39:03 * src/smooth/ftgrays: "setjmp/longjmp" is now used for rollback (i.e. when memory pool overflow occurs), function names are now all prefixed with "gray_", and a new type (TArea) is defined to store area value in each cell (using "int" was too small on 16-bit systems)..
David Turner 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
David Turner 12841de1 2001-10-05T09:42:50 fixing a bug related to decoding glyph names like "uniXXXX" into Unicode character codes
Werner Lemberg 4667dd6d 2001-09-20T12:01:09 Add ChangeLog entry.
Werner Lemberg 9e616daa 2001-09-20T11:58:51 Amiga port
Werner Lemberg 76e05c65 2001-09-20T11:58:51 Initial revision
Werner Lemberg 817a85a8 2001-09-15T10:05:12 * src/type1/t1afm.c (T1_Done_AFM): Free `afm'.
Werner Lemberg 20abe742 2001-09-10T13:11:52 * src/sfnt/ttcmap.c (code_to_index2): Handle code values with hi-byte == 0 correctly. * builds/link-std.mk ($(PROJECT_LIBRARY)): Fix typo.
Werner Lemberg ec342907 2001-09-10T06:55:43 formatting
David Turner f699cc31 2001-09-04T14:17:51 file pshoptim.h was initially added on branch VER-2-0-4-PATCH.
David Turner f6bc1510 2001-09-04T14:17:51 file pshoptim.c was initially added on branch VER-2-0-4-PATCH.
David Turner 8ab0add6 2001-08-30T07:59:28 Martin Muskens bufixes: - reallocation bug in T1_Table_Add - increased accuracy of units per EM computation in T1 fonts - support "+" as valid font name character (used in embedded fonts)
David Turner 26160d5b 2001-08-30T06:56:03 fixed Type1 kerning flag setting when reading AFM file
Werner Lemberg bcf8d4b4 2001-08-24T23:11:34 * src/sfnt/ttload.c (TT_Load_CMap): Fix frame length of `cmap_rec_fields'. * include/freetype/fterrors.h [!FT_CONFIG_OPTION_USE_MODULE_ERRORS]: Undefine FT_ERR_BASE before defining again.
Werner Lemberg 28df3070 2001-08-22T18:35:06 * src/truetype/ttinterp.h: Fix prototype of TT_Move_Func. Some formatting
Werner Lemberg a0d32dc1 2001-08-21T15:49:24 * builds/dos/dos-def.mk (NO_OUTPUT): Don't use `&>' but `>'.
David Turner 67750c8f 2001-08-21T08:50:45 updating the definition of FT_CONFIG_OPTION_USE_MODULE_ERRORS to _undefined_ (source compatibility breaking issue) + updated its comment back from holidays, woohoo :-)
Werner Lemberg 6870f4cf 2001-08-18T05:09:42 * src/base/ftcalc.c (FT_MulDiv): Fixed serious typo.
Werner Lemberg 5dea4443 2001-08-13T11:44:29 Updating to OpenType 1.3. * include/freetype/internal/tttypes.h (TT_CMap0, TT_CMap2, TT_CMap4, TT_CMap6): Adding field `language'. (TT_CMapTable): Removing field `language'. Type of `length' field changed to FT_ULong. Adding fields for cmaps format 8, 10, and 12. (TT_CMapGroup): New auxiliary structure. (TT_CMap8_12, TT_CMap10): New structures. * include/freetype/tttables.h (TT_HoriHeader, TT_VertHeader): Removed last element of `Reserved' array. * include/freetype/ttnameid.h (TT_PLATFORM_CUSTOM, TT_MS_ID_UCS_4, TT_NAME_ID_CID_FINDFONT_NAME): New macros. * src/sfnt/ttcmap.c (TT_CharMap_Load): Updated loading of `language' field to the new structures. Fixed freeing of arrays in case of unsuccessful loads. Added support for loading format 8, 10, and 12 cmaps. (TT_CharMap_Free): Added support for freeing format 8, 10, and 12 cmaps. (code_to_index4): Small improvement. (code_to_index6): Ditto. (code_to_index8_12, code_to_index10): New functions. * src/sfnt/ttload.c (TT_Load_Metrics_Header): Updated to new structure. (TT_Load_CMap): Ditto. * src/sfnt/sfobjs.c (tt_encodings): Add MS UCS4 table (before MS Unicode). * src/type1/t1driver.c (t1_get_name_index): Fix compiler warning.
Tom Kacvinsky 32949c1b 2001-08-09T01:21:24 Added entries for chnages to t1driver.c (new name_index function, function name change) Added entries for cffdrivr.c (documentation fix, function name change)
Tom Kacvinsky aea07ccd 2001-08-09T01:13:43 Changed function get_cff_glyph_name to cff_get_glyph_name for consistency. Minor documentation change for function cff_get_glyph_index.
Tom Kacvinsky cfcec824 2001-08-09T01:06:33 Added function t1_get_name_index and changed Get_Interface to return this function when the "name_index" function is requested. Changed get_t1_glyph_name to t1_get_glyph_name for consistency.
Tom Kacvinsky 2eaadd5a 2001-08-08T11:18:13 Added entries for changes to CFF driver (moved some assignments from source file to header and added glyph name index requestor function). Added entries for chnages to FreeType includes for new function FT_Get_Name_Index.
Tom Kacvinsky 3c6e026a 2001-08-08T11:08:58 Added documentation and prototype for new function FT_Get_Name_Index.
Tom Kacvinsky d2a996c4 2001-08-08T11:02:12 Added FT_Name_Index_Requester, a function pointer type defintion used for in the function FT_Get_Name_Index.
Tom Kacvinsky ff2714fe 2001-08-08T10:58:08 Added function FT_Get_Name_Index, used to return a glyph index for a given glyph name only if the driver supports glyph names.
Tom Kacvinsky 52371001 2001-08-08T10:51:44 Added function cff_get_name_index, used as a requestor function for FT_Get_Name_Index. Also, modified cff_get_interface so that it returns the function cff_get_name_index when the "name_index" function is requested.
Tom Kacvinsky 236f82db 2001-08-08T10:45:08 Added definitions of cff_isoadobe_charset, cff_expert_charset, cff_expertsubset_charset, cff_standard_encoding, and cff_expert_encoding arrays.
Tom Kacvinsky 0f88cdbe 2001-08-08T10:42:44 Removed definitions of cff_isoadobe_charset, cff_expert_charset, cff_expertsubset_charset, cff_standard_encoding, and cff_expert_encoding arrays to cffload.h.
Werner Lemberg 7dabafd6 2001-07-26T13:17:21 * builds/cygwin/*: Removed. Use the unix stuff instead. * builds/vms/ftconfig.h (FT_CALLBACK_DEF): Updated to change dated 2001-06-27.
Werner Lemberg 49f3cf65 2001-07-17T12:44:49 Add ChangeLog entry.
Werner Lemberg 36af3ea6 2001-07-17T12:37:54 * include/freetype/internal/psaux.h (PS_Table): Use FT_Offset for `cursor' and `capacity'. * src/psaux/psobjc.c (reallocate_t1_table): Use FT_Long for second parameter. (PS_Table_Add): Use FT_Offset for `new_size'. * src/base/ftsynth.c: Include ftcalc.h unconditionally.
David Turner 59a6a364 2001-07-17T07:24:37 file pshfit.c was initially added on branch VER-2-0-4-PATCH.
David Turner 9fdfe06a 2001-07-17T07:24:37 file pshfit.h was initially added on branch VER-2-0-4-PATCH.
Werner Lemberg a4bf7d66 2001-07-12T22:41:08 2001-07-13 Werner Lemberg <wl@gnu.org> * src/base/ftsynth.c: Include ftcalc.h unconditionally.
Werner Lemberg 7cf4c6df 2001-07-12T21:46:44 formatting
Werner Lemberg 2b6248ba 2001-07-07T23:24:02 formatting
David Turner 3b7049fe 2001-07-07T16:12:14 removed pedantic compiler warnings when the bytecode interpreter is compiled in the library
David Turner ca90a2c4 2001-07-06T13:52:36 * include/internal/ftstream.h: modified the definitions of the FT_GET_XXXX and NEXT_XXXX macros for 16-bit correctness
Werner Lemberg a560a1e0 2001-07-03T12:45:24 * src/autohint/ahhint.c (ah_hinter_align_weak_points): Remove unused variable `edges'. (ah_hinter_load): Remove unused variables `old_width' and `new_width'. * src/cid/cidload.c (cid_decrypt): Use `U' for constant (again). * src/psaux/psobjs.c (T1_Decrypt): Ditto. * src/type1/t1parse.c (T1_Get_Private_Dict): Ditto.
Werner Lemberg 415235df 2001-06-28T17:49:10 finishing function header formatting updating copyrights
Werner Lemberg 4a2305cf 2001-06-28T07:17:51 formatting
Werner Lemberg 52005c30 2001-06-27T23:25:46 formatting
Werner Lemberg 93616ecb 2001-06-27T19:46:12 next round in function header formatting
Werner Lemberg 99b74416 2001-06-27T17:06:28 * src/cid/cidload.c, src/cid/cidload.h (cid_decrypt): Use FT_Offset instead of FT_Int as type for `length' parameter. * include/freetype/internal/psaux.h (PSAux_Interface): Updated. * src/psaux/psobjs.c, src/psaux/psobjs.h (T1_Decrypt): Use FT_Offset instead of FT_Int as type for `length' parameter.
Werner Lemberg f814d0fa 2001-06-27T16:18:10 First round in converting type foo ( ... ) to type foo ( ... ) Other minor formatting issues.
David Turner c40f3867 2001-06-27T12:42:10 doc update
David Turner 9a554eb2 2001-06-27T12:40:46 the SFNT Kerning table loader now ensures that the table is correctly sorted.
David Turner 7ad248a5 2001-06-27T11:08:25 formatting/bug fix
David Turner f77581f6 2001-06-27T10:54:13 changed the definition of FT_CALLBACK_DEF
David Turner dee78134 2001-06-27T09:26:46 * include/freetype/ftconfig.h, src/*/*.c: changed the definition and uses of the FT_CALLBACK_DEF macro in order to support 16-bit compilers
Werner Lemberg 890f313b 2001-06-26T05:57:19 * include/freetype/internal/ftstream.h (FT_GET_OFF3_LE): Fix typo. * src/base/ftcalc.c (ft_div64by32): Fixed the source to work correctly on 16-bit systems. * docs/PATENTS: Added patents disclaimer. This one was missing! * docs/CHANGES, docs/todo: Updated for the upcoming 2.0.4 release.
David Turner 2bf99344 2001-06-24T17:23:45 fixed the 64-bits division computation for 16-bits systems
Werner Lemberg 3974a605 2001-06-23T22:06:00 Formatting.
David Turner c5341fb9 2001-06-23T07:44:51 adding Debian build directory
Werner Lemberg 0bf6e064 2001-06-22T17:17:47 Formatting.
Werner Lemberg 0fe97631 2001-06-22T17:08:26 Add cast in pcfread.c.
David Turner b602eba4 2001-06-22T16:18:54 file psrecord.c was initially added on branch VER-2-0-4-PATCH.
David Turner 411f30a1 2001-06-22T16:18:54 file psrecord.h was initially added on branch VER-2-0-4-PATCH.
David Turner 995ff204 2001-06-22T08:45:31 updated documentation for the 2.0.4 release
Werner Lemberg 38364152 2001-06-20T08:06:50 * include/freetype/config/ftconfig.h: Add two more `L's to constants. Add missing semicolons. * builds/toplevel.mk: Do similar change as for builds/unix/detect.mk. * include/freetype/freetype.h (FT_ENC_TAG): New version to make it easier to redefine. * include/freetype/ftimage.h (FT_IMAGE_TAG): Ditto. * include/freetype/freetype.h (FT_New_Memory_Face): Updated
Werner Lemberg 8eb0353f 2001-06-19T23:03:41 Formatting.
David Turner 0b3a9915 2001-06-19T15:45:48 * builds/win32/visualc/freetype.dsp, builds/win32/visualc/index.html: updated the Visual C++ project (for the 2.0.4 release) * builds/unix/detect.mk: added rule for AIX detection (which uses /usr/sbin/init instead of /sbin/init, go figure..)
David Turner 61f06856 2001-06-19T13:41:59 * include/freetype/fterrors.h: updated some of the error macros to simplify Werner's latest tricks :o)
Werner Lemberg c43fd3a7 2001-06-19T09:11:18 Formatting.