|
817a85a8
|
2001-09-15T10:05:12
|
|
* src/type1/t1afm.c (T1_Done_AFM): Free `afm'.
|
|
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.
|
|
ec342907
|
2001-09-10T06:55:43
|
|
formatting
|
|
f699cc31
|
2001-09-04T14:17:51
|
|
file pshoptim.h was initially added on branch VER-2-0-4-PATCH.
|
|
f6bc1510
|
2001-09-04T14:17:51
|
|
file pshoptim.c was initially added on branch VER-2-0-4-PATCH.
|
|
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)
|
|
26160d5b
|
2001-08-30T06:56:03
|
|
fixed Type1 kerning flag setting when reading AFM file
|
|
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.
|
|
28df3070
|
2001-08-22T18:35:06
|
|
* src/truetype/ttinterp.h: Fix prototype of TT_Move_Func.
Some formatting
|
|
a0d32dc1
|
2001-08-21T15:49:24
|
|
* builds/dos/dos-def.mk (NO_OUTPUT): Don't use `&>' but `>'.
|
|
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 :-)
|
|
6870f4cf
|
2001-08-18T05:09:42
|
|
* src/base/ftcalc.c (FT_MulDiv): Fixed serious typo.
|
|
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.
|
|
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)
|
|
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.
|
|
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.
|
|
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.
|
|
3c6e026a
|
2001-08-08T11:08:58
|
|
Added documentation and prototype for new function FT_Get_Name_Index.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
49f3cf65
|
2001-07-17T12:44:49
|
|
Add ChangeLog entry.
|
|
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.
|
|
59a6a364
|
2001-07-17T07:24:37
|
|
file pshfit.c was initially added on branch VER-2-0-4-PATCH.
|
|
9fdfe06a
|
2001-07-17T07:24:37
|
|
file pshfit.h was initially added on branch VER-2-0-4-PATCH.
|
|
a4bf7d66
|
2001-07-12T22:41:08
|
|
2001-07-13 Werner Lemberg <wl@gnu.org>
* src/base/ftsynth.c: Include ftcalc.h unconditionally.
|
|
7cf4c6df
|
2001-07-12T21:46:44
|
|
formatting
|
|
2b6248ba
|
2001-07-07T23:24:02
|
|
formatting
|
|
3b7049fe
|
2001-07-07T16:12:14
|
|
removed pedantic compiler warnings when the bytecode
interpreter is compiled in the library
|
|
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
|
|
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.
|
|
415235df
|
2001-06-28T17:49:10
|
|
finishing function header formatting
updating copyrights
|
|
4a2305cf
|
2001-06-28T07:17:51
|
|
formatting
|
|
52005c30
|
2001-06-27T23:25:46
|
|
formatting
|
|
93616ecb
|
2001-06-27T19:46:12
|
|
next round in function header formatting
|
|
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.
|
|
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
|
|
9a554eb2
|
2001-06-27T12:40:46
|
|
the SFNT Kerning table loader now ensures that the table is correctly
sorted.
|
|
7ad248a5
|
2001-06-27T11:08:25
|
|
formatting/bug fix
|
|
f77581f6
|
2001-06-27T10:54:13
|
|
changed the definition of FT_CALLBACK_DEF
|
|
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
|
|
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.
|
|
2bf99344
|
2001-06-24T17:23:45
|
|
fixed the 64-bits division computation for 16-bits systems
|
|
3974a605
|
2001-06-23T22:06:00
|
|
Formatting.
|
|
c5341fb9
|
2001-06-23T07:44:51
|
|
adding Debian build directory
|
|
0bf6e064
|
2001-06-22T17:17:47
|
|
Formatting.
|
|
0fe97631
|
2001-06-22T17:08:26
|
|
Add cast in pcfread.c.
|
|
b602eba4
|
2001-06-22T16:18:54
|
|
file psrecord.c was initially added on branch VER-2-0-4-PATCH.
|
|
411f30a1
|
2001-06-22T16:18:54
|
|
file psrecord.h was initially added on branch VER-2-0-4-PATCH.
|
|
995ff204
|
2001-06-22T08:45:31
|
|
updated documentation for the 2.0.4 release
|
|
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
|
|
8eb0353f
|
2001-06-19T23:03:41
|
|
Formatting.
|
|
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..)
|
|
61f06856
|
2001-06-19T13:41:59
|
|
* include/freetype/fterrors.h: updated some of the error macros to
simplify Werner's latest tricks :o)
|
|
c43fd3a7
|
2001-06-19T09:11:18
|
|
Formatting.
|
|
8edbcabc
|
2001-06-19T08:28:24
|
|
- updated doc for FT_New_Memory_Face
- removed lots of compiler warnings in lint-style
warning modes (/W4 with Visual C++)
|
|
cf24d515
|
2001-06-18T14:23:45
|
|
Minor cleanups to remove compiler warnings.
* include/freetype/cache/ftcmanag.h (FTC_MAX_BYTES_DEFAULT): Use
`L' for constant.
* include/freetype/config/ftoption.h (FT_RENDER_POOL_SIZE): Ditto.
* src/base/ftcalc.c (FT_MulDiv): Use `L' for constant.
* src/base/ftglyph.c (FT_Glyph_Get_CBox): Remove `error' variable.
* src/base/fttrigon.c (ft_trig_arctan_table): Use `L' for constants.
* src/base/ftobjs.c (FT_Done_Size): Fix return value.
(FT_Set_Char_Size, FT_Set_Pixel_Sizes, FT_Get_Kerning): Remove
unused `memory' variable.
* src/autohint/ahglyph.c (ah_get_orientation): Use `L' for constant.
* src/autohint/ahhint.c (ah_hint_edges_3,
ah_hinter_align_edge_points): Remove unused `before' and `after'
variables.
(ah_hinter_align_weak_points): Remove unused `edge_limit' variable.
(ah_hinter_load): Remove unused `new_advance', `start_contour',
and `metrics' variables.
* src/cff/cffload.c (CFF_Load_Encoding): Remove dead code to avoid
compiler warning.
* src/cff/cffobjs.c (CFF_Init_Face): Remove unused `base_offset'
variable.
* src/cff/cffgload.c (CFF_Parse_CharStrings): Remove unused
`outline' variable.
(cff_compute_bias): Use `U' for constant.
* src/cid/cidload.c (cid_decrypt): Ditto.
* src/psaux/psobjs.c (T1_Decrypt): Ditto.
* src/psaux/t1decode.c (T1_Decoder_Parse_CharStrings): Ditto.
* src/sfnt/ttload.c (TT_Load_Kern): Remove unused `version'
variable.
* src/sfnt/ttsbit.c (TT_Load_SBit_Image): Remove unused `top'
variable.
* src/truetype/ttgload.c (load_truetype_glyph): Remove unused
`num_contours' and `ins_offset' variables.
(compute_glyph_metrics): Remove unused `Top' and `x_scale'
variables.
(TT_Load_Glyph): Remove unused `memory' variable.
* src/smooth/ftgrays.c (grays_raster_render): Use `L' for constants.
|
|
00a2207f
|
2001-06-18T10:35:00
|
|
Make the new error scheme source compatible with older FT versions
by introducing another layer.
* include/freetype/fterrors.h (FT_ERRORDEF_, FT_NOERRORDEF_): New
macros.
(FT_NOERRORDEF): Removed.
* include/*/*err*.h: Use FT_ERRORDEF_ and FT_NOERRORDEF_.
|
|
be5a5365
|
2001-06-16T11:20:41
|
|
* include/freetype/freetype.h (FT_ENC_TAG): New macro.
(FT_Encoding_): Use it.
* include/freetype/ftimage.h (FT_IMAGE_TAG): Define it
conditionally.
|
|
9e528d03
|
2001-06-16T07:48:30
|
|
formatting
|
|
ac6cc419
|
2001-06-14T12:34:00
|
|
modified the TrueType interpreter to let it
use the new trigonometric functions provided in "fttrigon.h". This
gets rid of some old 64-bit computation routines, as well as many
warnings when compiling the library with the "long long" 64-bit
integer type.
|
|
1b3a0014
|
2001-06-11T13:26:11
|
|
* src/base/ftcalc.c (FT_MulDiv, FT_DivFix, FT_Sqrt64): Remove
compiler warnings.
|
|
79860707
|
2001-06-08T21:17:29
|
|
Increase `version_info' to 7:0:1.
Fixed a bug that returned an invalid linear width for composite
TrueType glyphs.
* include/internal/tttypes.h (TT_Loader_): Two new elements `linear'
and `linear_def'.
* src/truetype/ttgload.c (load_truetype_glyph,
compute_glyph_metrics): Use it.
* include/fttypes.h (FT_ERROR_BASE): New macro.
* src/base/ftobjs.c (FT_Open_Face, FT_Render_Glyph_Internal): Use it
to make source code work with the new error scheme implemented by
Werner.
* src/base/ftoutln.c (FT_Outline_Render): Ditto.
|
|
57d4de0e
|
2001-06-08T13:29:36
|
|
fixed a bug that returned an invalid linear width for composite
TrueType glyphs
fixed source code to work with the new error scheme implemented
by Werner
|
|
b3f3210b
|
2001-06-08T12:19:22
|
|
* builds/unix/configure.in: Renamed to ...
* builds/unix/configure.ac: This to make sure that autoconf 2.50 is
needed.
Run `autoupdate' on it.
* builds/unix/configure: Regenerated.
* src/autohint/ahhint.c (ah_hinter_load_glyph): Fixed a bug that
corrupted transformed glyphs that were auto-hinted (the transform
was applied twice).
Updating to libtool 1.4.0 and autoconf 2.50.
|
|
0ebd3338
|
2001-06-08T10:54:43
|
|
* src/autohint/ahhint.c (ah_hinter_load_glyph): fixed a bug that
corrupted transformed glyphs that were auto-hinted (the transform
was applied twice !!)
|
|
f60408c0
|
2001-06-07T17:37:08
|
|
removed
|
|
c0c2abef
|
2001-06-07T17:36:17
|
|
Updating to libtool 1.4.0.
* builds/unix/ltconfig: Removed.
* builds/unix/ltmain.sh, builds/unix/configure.in,
builds/unix/aclocal.m4: Updated.
* builds/unix/configure: Regenerated.
|
|
1f7f0e87
|
2001-06-06T17:30:41
|
|
Complete redesign of error codes. Please check ftmoderr.h for more
details.
* include/freetype/internal/cfferrs.h,
include/freetype/internal/tterrors.h,
include/freetype/internal/t1errors.h: Removed. Replaced with files
local to the module. All extra error codes have been moved to
`fterrors.h'.
* src/sfnt/ttpost.h: Move error codes to `fterrors.h'.
* src/autohint/aherrors.h, src/cache/ftcerror.h, src/cff/cfferrs.h,
src/cid/ciderrs.h, src/pcf/pcferror.h, src/psaux/psauxerr.h,
src/psnames/psnamerr.h, src/raster/rasterrs.h, src/sfnt/sferrors.h,
src/smooth/ftsmerrs.h, src/truetype/tterrors.h,
src/type1/t1errors.h, src/winfonts/fnterrs.h: New files defining the
error names for the module it belongs to.
* include/freetype/ftmoderr.h: New file, defining the module error
offsets. Its structure is similar to `fterrors.h'.
* include/freetype/fterrors.h (FT_NOERRORDEF): New macro.
(FT_ERRORDEF): Redefined to use module error offsets.
All internal error codes are now public; unused error codes have
been removed, some are new.
* include/freetype/config/ftheader.h (FT_MODULE_ERRORS_H): New
macro.
* include/freetype/config/ftoption.h
(FT_CONFIG_OPTION_USE_MODULE_ERRORS): New macro.
All other source files have been updated to use the new error codes;
some already existing (internal) error codes local to a module have
been renamed to give them the same name as in the base module.
All make files have been updated to include the local error files.
* src/cid/cidtokens.h: Replaced with...
* src/cid/cidtoken.h: This file for 8+3 consistency.
* src/raster/ftraster.c: Use macros for header file names.
|
|
b3d9f882
|
2001-06-06T05:56:59
|
|
Fixed length of `Reserved' array.
|
|
a00ff98a
|
2001-05-30T07:53:37
|
|
formatting, minor fixes
|
|
1c46854a
|
2001-05-29T10:52:34
|
|
small doc update
|
|
f9e51f3c
|
2001-05-29T10:19:24
|
|
remong the "netware" directory, it was too big for a source release
(904 Kb !!)
|
|
b181ae1a
|
2001-05-28T21:29:58
|
|
Netware port by Ulrich Neumann.
|
|
2dffc9a3
|
2001-05-25T05:32:17
|
|
formatting, update
|
|
4312f427
|
2001-05-24T15:00:19
|
|
moving documents to the "docs" directory
|
|
55798126
|
2001-05-17T06:27:17
|
|
formatting
|
|
61d6b2b9
|
2001-05-16T17:49:07
|
|
* src/truetype/ttgload.c (load_truetype_glyph): fixed a bug in the
composite loader spotted by Keith Packard.
|
|
66cb4790
|
2001-05-14T14:04:23
|
|
* src/base/ftcalc.c (FT_DivFix): fixed a bug in the 64-bit code that
created incorrect scale factors !!
* src/autohint/ahglobal.c, src/autohint/ahglyph.c, src/autohint/ahhint.c:
fixed the incorrect blue zone computations, and improved the composite
support. Note that these changes result in improved rendering, while
sometimes introducing their own artefacts. That's probably the last
big change to the autohinter before the introduction of its complete
replacement..
|
|
6059b031
|
2001-05-14T14:01:00
|
|
formatting
|
|
ec6ddd5c
|
2001-05-12T18:04:08
|
|
* include/freetype/ftbbox.h: FTBBOX_H -> __FTBBOX_H__.
* include/freetype/fttrigon.h: __FT_TRIGONOMETRY_H__ ->
__FTTRIGON_H__.
Include FT_FREETYPE_H.
Beautified; added copyright.
* src/base/fttrigon.c: Beautified; added copyright.
|
|
a64c55b1
|
2001-05-12T06:40:50
|
|
formatting
|
|
09d55cea
|
2001-05-11T18:08:58
|
|
* src/cff/cffparse.c, src/cid/cidload.c, src/type1/t1load.c: fixed
the incorrect EM size computation
|
|
ebe85f59
|
2001-05-11T14:25:57
|
|
* include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c,
src/base/Jamfile, src/base/rules.mk: adding trigonometric functions
to the core API (using Cordic algorithms).
* builds/top_level.mk, builds/newline, builds/detect.mk: fixed problems
with Make on Windows 2000, as well as problems when "make distclean" is
invoked on a non-Unix platform when there is no "config.mk" in the
current directory..
* builds/freetype.mk: fixed a problem with object deletions under
Dos/Windows/OS/2 systems
* src/tools: added new directory to hold tools and test programs
moved docmaker.py, glnames.py to it..
* src/tools/docmaker.py: improved the script to add the current date
at the footer of each web page (useful to distinguish between versions)
* Jamfile: fixed incorrect HDRMACRO argument.
* TODO: removed the cubic arc bbox computation note, since it has been
fixed recently..
* include/freetype/t1tables.h, include/freetype/config/ftoption.h:
formatting
|
|
b3de817a
|
2001-05-11T14:25:02
|
|
* Jamfile: fixed incorrect HDRMACRO argument.
|
|
69046ac1
|
2001-05-11T14:24:35
|
|
* TODO: removed the cubic arc bbox computation note, since it has been
fixed recently..
|
|
5704f0c9
|
2001-05-09T20:57:45
|
|
* include/freetype/internal/ftcalc.h: Move declaration of
FT_SqrtFixed() out of `#ifdef FT_LONG64'.
* src/base/ftcalc.c (FT_MulDiv, FT_MulFix, FT_DivFix): Various tiny
fixes related to rounding in 64-bits routines and
pseudo-"optimizations".
|
|
2f41b184
|
2001-05-08T13:54:36
|
|
Another small fix from Francesco.
|
|
fc26ecd9
|
2001-05-08T13:52:13
|
|
formatting
|
|
750ddcd5
|
2001-05-08T12:58:07
|
|
* src/pcfdriver.c: fixed incorrect bitmap width computation
* docs/docmaker.py: updated the DocMaker script in order to add
command line options (--output,--prefix,--title), fix the erroneous
line numbers reported during errors and warnings, and other formatting
issues..
* src/base/ftcalc.c: various tiny fixes related to rounding in 64-bits
routines and pseudo"optimisations" :-)
|
|
bc891834
|
2001-05-08T07:48:33
|
|
* docs/docmaker.py: updated the DocMaker script in order to add
command line options (--output,--prefix,--title), fix the erroneous
line numbers reported during errors and warnings, and other formatting
issues..
|
|
b06a291c
|
2001-04-27T22:40:16
|
|
Fix ChangeLog.
|
|
e6d4518f
|
2001-04-27T09:49:27
|
|
* src/base/ftbbox.c (BBox_Cubic_Check): fixed the coefficient
normalization algorithm (invalid final bit position, and invalid
shift computation..)
|
|
3780273e
|
2001-04-26T13:34:36
|
|
* builds/unix/config.guess, builds/unix/config.sub: Updated to
latest versions from gnu.org.
* builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag.
* include/freetype/internal/ftcalc.h: Define FT_SqrtFixed()
uncoditionally.
* src/base/ftbbox.c: Include FT_INTERNAL_CALC_H.
Fix compiler warnings.
* src/base/ftcalc.c: Fix (potential) compiler warnings.
* src/base/ftcalc.c (FT_SqrtFixed): Corrected/optimized the 32-bit
fixed-point square root computation. It is now used even with
64-bits integers, as it is _much_ faster than calling FT_Sqrt64 :-)
* src/base/ftbbox.c: Removed invalid "#include FT_BEZIER_H" line.
* src/base/ftbbox.c (BBox_Cubic_Check): Rewrote function to use
direct computations with 16.16 values instead of sub-divisions. It
is now slower, but proves a point :-)
* src/raster/ftraster.c, src/smooth/ftgrays.c, src/base/ftbbox.c:
Fixed the bezier stack depths.
* src/base/ftcalc.c (FT_MulFix): Minor rounding fix.
* builds/beos: Added BeOS-specific files to the old build system
(no changes were necessary to support BeOS in the Jamfile though).
* ftconfig.h, ftoption.h: Updated "ftconfig.h" to detect 64-bit int
types on platforms where Autoconf is not available). Also removed
FTCALC_USE_LONG_LONG and replaced it with
FT_CONFIG_OPTION_FORCE_INT64.
* builds/win32/freetype.dsp: Updated the Visual C++ project file.
Doesn't create a DLL yet.
* cffgload.c: Removed a compilation warning.
|
|
c2cd0044
|
2001-04-26T00:21:48
|
|
minor optimisations in ftcalc.c
|
|
ec46b28d
|
2001-04-25T22:56:30
|
|
* src/base/ftcalc.c (FT_SqrtFixed): corrected/optimised the 32-bit
fixed-point square root. it is now used even with 64-bits
ints, as it's simply _much_ faster than calling FT_Sqrt64 :-)
* src/base/ftbbox.c : removed invalid "#include FT_BEZIER_H" line
|