shithub: freetype+ttf2subf

RSS feed

2b07a5ae – Alexei Podtelezhnikov <[email protected]> authored on 2015/07/28 19:14
* src/base/ftcalc.c (FT_Vector_NormLen): Clarify.

a50a0458 – Werner Lemberg <[email protected]> authored on 2015/07/28 03:37
Minor.

0e60b67f – Werner Lemberg <[email protected]> authored on 2015/07/28 02:44
Minor.

e8b186ee – Alexei Podtelezhnikov <[email protected]> authored on 2015/07/27 19:22
* src/base/ftcalc.c (FT_Vector_NormLen): Explicate type conversions.

c1c0720c – Werner Lemberg <[email protected]> authored on 2015/07/27 01:43
Document previous bug fix.

b650dfbb – Matthias Clasen <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/07/26 17:08
[cff] Don't use `hmtx' table for LSB (#45520).

b3fce59d – Werner Lemberg <[email protected]> authored on 2015/07/23 09:35
Describe error values and strings in the documentation.

f9be567f – Werner Lemberg <[email protected]> authored on 2015/07/09 11:10
Better support of user-supplied C++ namespaces.

1cdac10d – Werner Lemberg <[email protected]> authored on 2015/07/07 10:04
[sfnt] Make `tt_face_get_name' member of the SFNT interface.

6f918969 – Werner Lemberg <[email protected]> authored on 2015/07/04 07:35
Minor documentation issue.

eb1bba9b – Werner Lemberg <[email protected]> authored on 2015/06/30 05:46
Fix some clang compiler warnings.

5aaabb44 – Alexei Podtelezhnikov <[email protected]> authored on 2015/06/29 18:46
[truetype] Speed up bytecode interpreter.

9ef02bd4 – Alexei Podtelezhnikov <[email protected]> authored on 2015/06/29 18:39
[base] Speed up emboldening.

884e4e67 – Alexei Podtelezhnikov <[email protected]> authored on 2015/06/29 18:32
[base] Implement fast vector normalization.

7cdc77f2 – Werner Lemberg <[email protected]> authored on 2015/06/28 07:40
* CMakeLists.txt: Always create `ftconfig.h'.

05055372 – Werner Lemberg <[email protected]> authored on 2015/06/28 07:07
Update comments.

2c89e2c9 – Werner Lemberg <[email protected]> authored on 2015/06/28 07:06
* CMakeLists.txt: Improve MSVC support (#43737).

52c9b1aa – Werner Lemberg <[email protected]> authored on 2015/06/28 07:03
[cmake] Check for libraries and create `ftoption.h'.

97b757de – Werner Lemberg <[email protected]> authored on 2015/06/28 06:42
* CMakeLists.txt: Fix creation of `ftconfig.h'.

22479ca8 – Werner Lemberg <[email protected]> authored on 2015/06/28 06:26
* CMakeLists.txt: Disallow in-source builds.

802f6a9a – Werner Lemberg <[email protected]> authored on 2015/06/27 03:12
* src/tools/docmaker/utils.py (check_output): Add missing `\n'.

1982a88d – Werner Lemberg <[email protected]> authored on 2015/06/26 02:52
Fix ChangeLog file.

94c79c20 – Werner Lemberg <[email protected]> authored on 2015/06/26 02:46
* CMakeLists.txt: Select platform-dependend `ftdebug.c'.

68222dd1 – Werner Lemberg <[email protected]> authored on 2015/06/25 12:38
* CMakeLists.txt: Use cmake functions for generating `ftconfig.h'.

5ef5a4fd – Werner Lemberg <[email protected]> authored on 2015/06/25 11:45
* CMakeLists.txt (BASE_SRCS): Use `ftbase.c' and `psnames.c'.

392cf22f – Werner Lemberg <[email protected]> authored on 2015/06/25 09:04
Another adjustment to header locations.

41bfbadc – Alexei Podtelezhnikov <[email protected]> authored on 2015/06/24 19:57
* src/bdf/bdflib.c (_bdf_parse_start): Disallow 0 bpp.

4308b7b1 – Alexei Podtelezhnikov <[email protected]> authored on 2015/06/24 19:31
* src/bdf/bdflib.c (_bdf_parse_start): Simplify bpp parsing.

5931268e – Werner Lemberg <[email protected]> authored on 2015/06/23 05:24
s/TYPEOF/FT_TYPEOF/ (#45376).

75a94109 – Werner Lemberg <[email protected]> authored on 2015/06/22 02:50
Typo.

8502c98b – Werner Lemberg <[email protected]> authored on 2015/06/22 02:35
Fix Savannah bug #45097.

31d97df9 – Werner Lemberg <[email protected]> authored on 2015/06/21 15:12
Make Jam support work again.

5025ed7b – Werner Lemberg <[email protected]> authored on 2015/06/18 02:24
Minor documentation improvement.

1a147ac0 – Werner Lemberg <[email protected]> authored on 2015/06/16 06:20
Fix Savannah bug #45326.

e1862306 – Werner Lemberg <[email protected]> authored on 2015/06/07 12:11
* Version 2.6 released.

701f604c – Werner Lemberg <[email protected]> authored on 2015/06/06 19:52
Minor.

472119ac – Ashish Azad <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/06/06 01:45
Fix Savannah bug #45260.

75534a04 – Werner Lemberg <[email protected]> authored on 2015/06/02 20:54
[truetype] Fix memory leak.

d1ade6d1 – Werner Lemberg <[email protected]> authored on 2015/06/02 07:44
[raster] Add more tracing.

54d04286 – Werner Lemberg <[email protected]> authored on 2015/06/01 08:12
[truetype] While tracing opcodes, show code position and stack.

764ddcc1 – Werner Lemberg <[email protected]> authored on 2015/05/31 08:32
Update `CHANGES' file.

e9df4e47 – Werner Lemberg <[email protected]> authored on 2015/05/31 08:21
[truetype] In GX, make private point numbers work correctly.

9845c1d4 – Werner Lemberg <[email protected]> authored on 2015/05/31 07:57
[truetype] In GX, make intermediate tuplets work at extrema.

cdee7d14 – Werner Lemberg <[email protected]> authored on 2015/05/31 07:54
[truetype] Add tracing information to GX code.

a678560d – Werner Lemberg <[email protected]> authored on 2015/05/28 13:31
Minor.

366b2ea7 – Werner Lemberg <[email protected]> authored on 2015/05/28 06:58
* src/tools/apinames.c (names_dump): Fix invalid reference.

a5e1f6f3 – Werner Lemberg <[email protected]> authored on 2015/05/24 19:29
[truetype] Fix commit from 2015-05-22.

7f099482 – Werner Lemberg <[email protected]> authored on 2015/05/24 05:50
[truetype] Fix return values of GETINFO bytecode instruction.

25a9bd9b – Werner Lemberg <[email protected]> authored on 2015/05/24 05:21
Clean up and improve description of MS hinting engine versions.

bb435da2 – Werner Lemberg <[email protected]> authored on 2015/05/23 03:21
[truetype] Minor.

c61cad86 – Werner Lemberg <[email protected]> authored on 2015/05/22 18:02
[truetype] Support selector index 3 of the INSTCTRL instruction.

790b8dfb – Werner Lemberg <[email protected]> authored on 2015/05/20 08:33
[truetype] Minor.

0a6b6ff7 – Werner Lemberg <[email protected]> authored on 2015/05/17 18:54
[truetype] Fix loading of composite glyphs.

a87fb8cc – Chris Liddell <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/05/12 03:27
[cff] Make the `*curveto' operators more tolerant.

d65bf72c – Chris Liddell <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/05/12 03:16
[cff] fix incremental interface with new cff code.

40914952 – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/29 17:57
[autofit] Speed up IUP.

9178a122 – Werner Lemberg <[email protected]> authored on 2015/04/28 06:56
Update `CHANGES' file.

3cc076da – Werner Lemberg <[email protected]> authored on 2015/04/28 05:16
[cff] Use `name' table for PS name if we have a SFNT-CFF.

40623a1f – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/27 18:27
[truetype] Speed up IUP.

b6c511d9 – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/23 20:10
* src/base/ftoutln.c: Minor.

14df6b1a – Werner Lemberg <[email protected]> authored on 2015/04/22 07:14
[autofit] By default, enable warping code but switch off warping.

d164f70d – Werner Lemberg <[email protected]> authored on 2015/04/21 03:51
* docs/CHANGES: Updated.

12661a5a – Werner Lemberg <[email protected]> authored on 2015/04/21 03:13
[autofit] Introduce `warping' property.

b51f0158 – Werner Lemberg <[email protected]> authored on 2015/04/21 02:47
Minor.

58f48f0d – Werner Lemberg <[email protected]> authored on 2015/04/16 16:11
[autofit] Add debugging hook to disable warper.

792db0b9 – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/15 19:20
[cff,cid,pfr,sfnt,winfonts] NULL.

eae1b3e3 – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/13 18:40
[autofit,pshinter] NULL.

eabc8d72 – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/12 19:16
[psaux,psnames,type1,type42] NULL.

adb08efc – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/11 19:54
[bdf,pcf,truetype] NULL.

9de55e03 – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/10 19:45
[base] NULL.

5cd21551 – Werner Lemberg <[email protected]> authored on 2015/04/10 03:01
[cff] Update advance width handling to OpenType 1.7.

67b912d2 – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/03 18:38
* src/autofit/afhints.c (af_glyph_hints_reload): Use do-while loop.

770b5d06 – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/02 19:15
* src/autofit/aflatin.c (af_latin_hint_edges): Reduce logic.

886f4d04 – Alexei Podtelezhnikov <[email protected]> authored on 2015/04/01 18:57
[autofit] Finish the thought.

a2fa657a – Werner Lemberg <[email protected]> authored on 2015/04/01 11:55
[autofit] Call dumper functions for tracing.

db8df797 – Werner Lemberg <[email protected]> authored on 2015/04/01 09:30
[autofit] Make debugging stuff work again.

16217e5f – Werner Lemberg <[email protected]> authored on 2015/04/01 09:13
* src/autofit/afhints.c (af_glyph_hints_done): Fix minor thinko.

f353a38e – Werner Lemberg <[email protected]> authored on 2015/03/29 10:47
[cff] Fix Savannah bug #44629.

10e2bb8b – Werner Lemberg <[email protected]> authored on 2015/03/29 09:32
[type1, truetype] Make the MM API more flexible w.r.t. `num_coords'.

dd5d6d7a – Werner Lemberg <[email protected]> authored on 2015/03/29 06:04
[type1] Minor.

8ce30263 – Werner Lemberg <[email protected]> authored on 2015/03/27 04:33
[cff] Trace charstring nesting levels.

dac5644c – Alexei Podtelezhnikov <[email protected]> authored on 2015/03/21 19:30
[base] Optimize `FT_Angle_Diff'.

6cc425db – Werner Lemberg <[email protected]> authored on 2015/03/21 02:51
[truetype] Improve `gvar' handling.

2d7284e9 – Alexei Podtelezhnikov <[email protected]> authored on 2015/03/20 17:34
* src/base/fttrigon.c (FT_Vector_Rotate): Minor refactoring.

772a5e5d – Werner Lemberg <[email protected]> authored on 2015/03/20 05:40
Update links to Apple's TrueType specification.

6a171726 – Alexei Podtelezhnikov <[email protected]> authored on 2015/03/17 18:43
Fix Savannah bug #44412 (part 2).

d3284462 – Werner Lemberg <[email protected]> authored on 2015/03/11 12:45
[autofit] Add support for Arabic script.

a451638e – Werner Lemberg <[email protected]> authored on 2015/03/11 04:09
Rename `svxf86nm.h' to `svfntfmt.h'; update related symbols.

ba53879e – Werner Lemberg <[email protected]> authored on 2015/03/11 03:50
Minor.

dd7028c4 – Werner Lemberg <[email protected]> authored on 2015/03/11 03:45
Rename `FT_XFREE86_H' to `FT_FONT_FORMATS_H'.

f4d1c11f – Werner Lemberg <[email protected]> authored on 2015/03/11 03:32
Rename `FT_Get_X11_Font_Format' to `FT_Get_Font_Format'.

3e587796 – Werner Lemberg <[email protected]> authored on 2015/03/11 03:14
Minor copyright and e-mail address issues.

cb0f7b65 – Werner Lemberg <[email protected]> authored on 2015/03/11 02:51
Fix automatic copyright updating.

0633995b – Werner Lemberg <[email protected]> authored on 2015/03/11 02:30
Rename `ftxf86.[ch]' to `ftfntfmt.[ch]'.

6b832c87 – Alexei Podtelezhnikov <[email protected]> authored on 2015/03/10 19:25
Fix Savannah bug #44412 (part 1).

eee7d8ba – Werner Lemberg <[email protected]> authored on 2015/03/10 07:15
[base] Rename `FT_Bitmap_New' to `FT_Bitmap_Init'.

0aa36160 – Werner Lemberg <[email protected]> authored on 2015/03/08 18:50
Formatting, whitespace, addition of some comments.

6fce8427 – Werner Lemberg <[email protected]> authored on 2015/03/06 18:53
Minor documentation improvement.

493cc037 – Werner Lemberg <[email protected]> authored on 2015/03/06 00:38
* src/sfnt/ttload.c (tt_face_load_font_dir): Fix compiler warning.

dd7498d2 – Alexei Podtelezhnikov <[email protected]> authored on 2015/03/05 17:51
* src/base/ftstroke.c: Simplify.

Next