shithub: freetype+ttf2subf

RSS feed

73f31981 – Werner Lemberg <[email protected]> authored on 2013/12/19 10:24
[autofit] More code orthogonality.

115de713 – Werner Lemberg <[email protected]> authored on 2013/12/18 11:06
[autofit] Minor.

3f91cb33 – Werner Lemberg <[email protected]> authored on 2013/12/18 07:59
[autofit] s/ScriptMetrics/StyleMetrics/.

4fccc214 – Werner Lemberg <[email protected]> authored on 2013/12/18 07:53
[autofit] s/script_{metrics,hints}/style_{metrics,hints}/

f4df4079 – Werner Lemberg <[email protected]> authored on 2013/12/18 05:39
[autofit] s/gscripts/gstyles/.

9a354550 – Werner Lemberg <[email protected]> authored on 2013/12/18 05:36
[autofit] s/glyph_scripts/glyph_styles/.

7a5fc2f3 – Werner Lemberg <[email protected]> authored on 2013/12/17 08:29
[autofit] s/AF_Script_/AF_WritingSystem_/ where appropriate.

8bb09b0f – Infinality <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/12/11 04:01
[truetype] Simplify logic of rendering modes.

e9d95aa0 – Werner Lemberg <[email protected]> authored on 2013/12/11 02:48
[documentation] Add section how to include FreeType header files.

9193259c – Werner Lemberg <[email protected]> authored on 2013/12/10 08:24
[autofit] s/DFLT/NONE/, s/dflt/none/.

45244f80 – Werner Lemberg <[email protected]> authored on 2013/12/10 08:18
[autofit] s/AF_SCRIPT_NONE/AF_SCRIPT_UNASSIGNED/.

69d1a360 – Werner Lemberg <[email protected]> authored on 2013/12/10 05:12
[truetype] Fix scaling of vertical phantom points.

7318b1aa – Werner Lemberg <[email protected]> authored on 2013/12/10 04:40
Formatting.

05c786d9 – Werner Lemberg <[email protected]> authored on 2013/12/10 03:38
[truetype] Fix positioning of composite glyphs.

dd8050aa – Werner Lemberg <[email protected]> authored on 2013/12/08 18:14
* Version 2.5.2 released.

d3526ab1 – Werner Lemberg <[email protected]> authored on 2013/12/08 05:14
Add info on bytecode interpreter versions of Windows.

98d185c7 – Werner Lemberg <[email protected]> authored on 2013/12/07 04:26
[truetype] Next round in phantom point handling.

fcdb7840 – Werner Lemberg <[email protected]> authored on 2013/12/05 10:53
* builds/freetype.mk (FT_CC): Removed. Unused.

64b395cc – Werner Lemberg <[email protected]> authored on 2013/12/04 01:18
[sfnt] Fix handling of embedded bitmap strikes.

c2b47539 – Werner Lemberg <[email protected]> authored on 2013/12/03 02:01
[truetype] Remove dead code.

bdd5e75e – Werner Lemberg <[email protected]> authored on 2013/12/03 01:57
[truetype] Fix phantom point handling.

a44b784b – Werner Lemberg <[email protected]> authored on 2013/12/02 04:52
Formatting.

64872a50 – Werner Lemberg <[email protected]> authored on 2013/12/02 02:51
[truetype] Fix change from 2013-11-20.

52166ab0 – Werner Lemberg <[email protected]> authored on 2013/11/27 05:10
[autofit] Fix use of dumping functions in `ftgrid' demo program.

3aee429b – Werner Lemberg <[email protected]> authored on 2013/11/24 19:28
* Version 2.5.1 released.

063ee6b1 – Werner Lemberg <[email protected]> authored on 2013/11/23 19:19
[truetype]: Add tricky font names `hkscsiic.ttf' and `iicore.ttf'.

9326cafa – Werner Lemberg <[email protected]> authored on 2013/11/23 18:59
* src/sfnt/ttsbit.c (tt_sbit_decoder_load_bitmap): Typo.

8af2a1cd – Werner Lemberg <[email protected]> authored on 2013/11/21 08:13
[truetype] Typo.

427b1768 – Werner Lemberg <[email protected]> authored on 2013/11/21 08:10
[truetype] Improve handling of buggy embedded bitmap strikes.

28626869 – Werner Lemberg <[email protected]> authored on 2013/11/20 16:06
[truetype] Don't trust `maxp's `maxSizeOfInstructions'.

bc25de66 – Werner Lemberg <[email protected]> authored on 2013/11/16 02:52
[sfnt] Fix `OS/2' table version 5 support.

c52b129c – Werner Lemberg <[email protected]> authored on 2013/11/13 05:06
* builds/unix/ft2unix.h: Remove. No longer necessary.

fae38207 – Werner Lemberg <[email protected]> authored on 2013/11/13 03:55
Simplify header file hierarchy.

ea5c781a – Werner Lemberg <[email protected]> authored on 2013/11/12 03:55
[truetype] Fix last `truetype' commit.

7833328b – Werner Lemberg <[email protected]> authored on 2013/11/10 01:26
* docs/CMAKE: New dummy file.

dd21301e – Dave Arnold <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/11/08 05:52
[cff] Fix for hints that touch.

5e225b7c – Werner Lemberg <[email protected]> authored on 2013/11/06 03:41
[truetype] Fix handling of phantom points in composite glyphs.

7e4b0fbf – Werner Lemberg <[email protected]> authored on 2013/11/06 02:14
[truetype] Improve emulation of vertical metrics.

b1d97810 – Werner Lemberg <[email protected]> authored on 2013/11/06 01:52
Improve comment.

29bca65d – Werner Lemberg <[email protected]> authored on 2013/11/05 18:46
Improve documentation of `FT_Load_Sfnt_Table'.

50740536 – Werner Lemberg <[email protected]> authored on 2013/11/05 18:19
* builds/windows/vc2010/freetype.vcxproj: s/v110/v100/.

c6064286 – Werner Lemberg <[email protected]> authored on 2013/11/05 08:29
[truetype] Correctly reset point tags for glyph components.

e4db8127 – Werner Lemberg <[email protected]> authored on 2013/11/03 15:29
Typos.

7d449436 – Werner Lemberg <[email protected]> authored on 2013/11/02 07:36
[truetype] Fix GETINFO opcode handling of subpixel hinting bits.

35b08189 – Werner Lemberg <[email protected]> authored on 2013/11/02 04:28
Fix Savannah bug #40451.

afa0d59e – Werner Lemberg <[email protected]> authored on 2013/11/01 18:27
* docs/CHANGES: Updated.

ebf52d6a – Werner Lemberg <[email protected]> authored on 2013/11/01 09:26
[truetype] Minor code refactoring.

e921bdeb – Werner Lemberg <[email protected]> authored on 2013/11/01 08:41
Comment fix.

0c61c096 – Werner Lemberg <[email protected]> authored on 2013/10/28 01:09
Comment fixes.

ee510510 – Werner Lemberg <[email protected]> authored on 2013/10/27 03:25
[sfnt] Implement support for `OS/2' table version 5.

994a8598 – Werner Lemberg <[email protected]> authored on 2013/10/24 04:50
* README.git, docs/CHANGES, docs/INSTALL: Updated.

a0e4a73f – John Cary <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/10/24 04:49
Provide cmake support.

4cfa8fc5 – Dave Arnold <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/10/10 09:36
Comment on no-stem-darkening & darkening-parameters

4d87ac8a – Kenneth Miller <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/10/23 16:10
Provide support for x64 builds in Visual C++ project files.

1eb06e67 – Werner Lemberg <[email protected]> authored on 2013/10/22 06:42
Minor doc improvement.

db9159c4 – Werner Lemberg <[email protected]> authored on 2013/10/22 06:27
Add md5 URL.

604838d5 – Werner Lemberg <[email protected]> authored on 2013/10/21 21:10
* src/base/md5.c, src/base/md5.h: Updated to recent version.

75efc2d0 – Werner Lemberg <[email protected]> authored on 2013/10/19 17:46
[autofit] s/SMALL_TOP/X_HEIGHT/.

34efe05c – Werner Lemberg <[email protected]> authored on 2013/10/19 17:14
* src/autofit/afblue.dat: s/MINOR/DESCENDER/.

a5f22a9e – Werner Lemberg <[email protected]> authored on 2013/10/17 07:08
[autofit] Add description strings to script entries.

955f6a86 – Werner Lemberg <[email protected]> authored on 2013/10/16 15:47
[autofit] Improve tracing message for extra light flag.

41632b58 – Chongyu Zhu <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/10/15 07:40
[arm] Fix thumb2 inline assembly under LLVM.

b6695243 – Werner Lemberg <[email protected]> authored on 2013/10/12 06:33
[autofit] Improve tracing of `latin' hinter.

2c56f2ab – Werner Lemberg <[email protected]> authored on 2013/10/07 18:01
Improve last ChangeLog entry.

e845a85e – Dave Arnold <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/10/03 19:04
* src/cff/cf2font.c (cf2_computeDarkening): Avoid division by zero.

1a39944f – Werner Lemberg <[email protected]> authored on 2013/10/03 02:16
Updated CHANGES file.

01af71d4 – Darrell Bellert <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/10/02 18:04
* src/sfnt/ttload.c (tt_face_load_pclt): Fix `pclt_fields'.

0b330452 – Dave Arnold <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/10/02 07:04
* src/cff/cf2font.c (cf2_computeDarkening): Initialize darkenAmount.

3a2cb0f8 – Dave Arnold <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/09/29 12:17
Fix Savannah bug #39295.

4f9760e7 – Werner Lemberg <[email protected]> authored on 2013/09/25 19:32
[autofit] Remove outdated comment.

b75a8b88 – Werner Lemberg <[email protected]> authored on 2013/09/25 05:46
* src/autofit/aflatin.c (af_{grek,cyrl}_uniranges): Fix arrays.

964317e8 – Werner Lemberg <[email protected]> authored on 2013/09/25 05:22
Minor.

ac0f4454 – suzuki toshiya <[email protected]> authored on 2013/09/25 06:57
[bdf, pcf] Refuse non-zero face_index.

4de7787f – Werner Lemberg <[email protected]> authored on 2013/09/23 18:10
Fix Savannah bug #40090.

5a4c5a5b – Werner Lemberg <[email protected]> authored on 2013/09/22 18:37
[autofit] Disunify Cyrillic and Greek handling from Latin.

2cca9669 – Werner Lemberg <[email protected]> authored on 2013/09/20 03:23
* docs/CHANGES: Updated.

31e726d9 – Behdad Esfahbod <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/09/20 03:20
Fix vertical size of emboldened glyphs.

52381c14 – Alexei Podtelezhnikov <[email protected]> authored on 2013/09/11 19:25
* include/freetype/ftoutln.h: Correct FT_Outline_Get_Orientation

3f542498 – Werner Lemberg <[email protected]> authored on 2013/09/11 19:08
[autofit] Improve Hebrew rendering.

00ea2a13 – Werner Lemberg <[email protected]> authored on 2013/09/03 07:33
[doc] s/which/that/ where appropriate.

504f5b4a – Werner Lemberg <[email protected]> authored on 2013/09/02 18:08
Fix Savannah bug #39905 (documentation only).

85a7fdf3 – Werner Lemberg <[email protected]> authored on 2013/08/29 17:03
[sfnt] Fix frame access while reading WOFF table directory.

d689d1cf – Werner Lemberg <[email protected]> authored on 2013/08/29 13:53
Implement support for WOFF containers.

dc240524 – Werner Lemberg <[email protected]> authored on 2013/08/29 13:53
[gzip] New function `FT_Gzip_Uncompress'.

5195ecd6 – Werner Lemberg <[email protected]> authored on 2013/08/28 13:41
[autofit] Fix `make multi' compilation.

e0f39aef – Werner Lemberg <[email protected]> authored on 2013/08/28 13:34
[autofit] Fix C++ compilation.

c799dd67 – Behdad Esfahbod <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/08/27 17:46
* src/sfnt/ttload.c (tt_face_load_font_dir): Fix sign typos.

bd3849e7 – Behdad Esfahbod <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/08/27 17:43
FT_Open_Face: Improve external stream handling.

bcd8c0b0 – Werner Lemberg <[email protected]> authored on 2013/08/27 17:36
Remove `FT_SqrtFixed' function.

71c0ad65 – Werner Lemberg <[email protected]> authored on 2013/08/27 17:30
Whitespace.

5e53db25 – Werner Lemberg <[email protected]> authored on 2013/08/27 14:37
[autofit] While tracing, report script names instead of ID values.

278f64b3 – Werner Lemberg <[email protected]> authored on 2013/08/26 16:20
[autofit] Report used script while hinting a glyph.

371f5c3b – Werner Lemberg <[email protected]> authored on 2013/08/26 16:11
[autofit] Add support for Hebrew script.

098121db – Werner Lemberg <[email protected]> authored on 2013/08/26 14:54
[autofit] Improve tracing messages.

ffee64af – Werner Lemberg <[email protected]> authored on 2013/08/26 08:55
Better tracing of loaded glyphs.

33655a96 – Werner Lemberg <[email protected]> authored on 2013/08/26 05:58
[autofit] Fix script selection.

92f5a047 – Werner Lemberg <[email protected]> authored on 2013/08/26 05:22
[autofit] Make `dummy' hinter work as expected.

c1eb4459 – Werner Lemberg <[email protected]> authored on 2013/08/25 15:47
[autofit] Make `cjk' module use blue stringsets.

5c4a23a4 – Werner Lemberg <[email protected]> authored on 2013/08/25 15:29
[autofit] Typo.

306f8c5d – Werner Lemberg <[email protected]> authored on 2013/08/25 09:07
[autofit] Synchronize `cjk' with `latin' module (and vice versa).

Next