shithub: freetype+ttf2subf

RSS feed

53696f03 – Werner Lemberg <[email protected]> authored on 2015/12/05 02:44
* src/autofit/afwarp.c: s/INT_MIN/FT_INT_MIN/.

a4154738 – Werner Lemberg <[email protected]> authored on 2015/12/03 02:49
* builds/unix/install.mk (install): Remove stale `ft2build.h'.

1b740a00 – Alexei Podtelezhnikov <[email protected]> authored on 2015/12/01 19:30
Minor rearrangement.

5b05bc66 – Werner Lemberg <[email protected]> authored on 2015/12/01 07:09
[type1] Avoid dangling pointer (#46572).

f8c20577 – Alexei Podtelezhnikov <[email protected]> authored on 2015/11/28 17:43
* include/freetype/ftlcdfil.h: Documentation tweak.

66cf29b1 – Werner Lemberg <[email protected]> authored on 2015/11/28 14:08
* Version 2.6.2 released.

4679bf83 – Werner Lemberg <[email protected]> authored on 2015/11/28 14:05
Fix C++ compilation.

25b1330a – Nikolaus Waxweiler <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/28 13:07
Minor documentation improvements.

01ce1c6a – Nikolaus Waxweiler <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/28 07:04
Change default LCD filter to be normalized and color-balanced.

98afe3f5 – Werner Lemberg <[email protected]> authored on 2015/11/28 06:58
[docmaker] Allow references to section names.

30fdfe6c – Tamas Kenez <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/27 18:16
[cmake] Add script to test the config module.

c80620c7 – Tamas Kenez <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/27 13:37
* CMakeLists.txt: Create `freetype-config.cmake' config module.

9d0544f2 – Tamas Kenez <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/27 13:28
* CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.

da97b4c4 – Tamas Kenez <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/27 02:11
[cmake] Add better control of library dependencies.

4854df62 – Tamas Kenez <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/27 02:04
[cmake] Make `FindHarfbuzz' observe the REQUIRED option.

5b3446b0 – Werner Lemberg <[email protected]> authored on 2015/11/27 01:47
[cmake] Collect files specific to cmake in `builds/cmake'.

8f982b38 – Alexander Bock <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/27 01:34
CMakeLists.txt: Honour new command line flag `FREETYPE_NO_DIST'.

7696e337 – Werner Lemberg <[email protected]> authored on 2015/11/26 09:31
Use new docmaker syntax for identifiers with identical names.

97b808fd – Werner Lemberg <[email protected]> authored on 2015/11/26 09:29
[docmaker] Allow `foo[bar]' as identifier.

4a15013a – Werner Lemberg <[email protected]> authored on 2015/11/25 02:53
* src/bdf/bdflib.c (bdf_load_font): Fix small memory leak (#46480).

d8fc009d – Werner Lemberg <[email protected]> authored on 2015/11/21 08:12
Update `CHANGES' file.

663f2d7a – Werner Lemberg <[email protected]> authored on 2015/11/21 01:30
* include/freetype/internal/ftcalc.h: Don't use `register' keyword.

b96af12e – Werner Lemberg <[email protected]> authored on 2015/11/20 11:03
Add `FT_LCD_FILTER_LEGACY1' enum value.

68fb4789 – Werner Lemberg <[email protected]> authored on 2015/11/15 08:06
* src/autofit/afhints.c (af_get_segment_index): Fix it.

94cacac5 – Werner Lemberg <[email protected]> authored on 2015/11/14 23:45
* src/bdf/bdflib.c (bdf_load_font): Fix small memory leak (#46439).

49984c9b – Werner Lemberg <[email protected]> authored on 2015/11/12 17:48
Documentation typo.

75722f89 – Werner Lemberg <[email protected]> authored on 2015/11/11 04:55
[cff, autofit] Switch off stem darkening by default.

ccd3188a – Jan Alexander Steffens (heftig) <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/10 17:33
Allow native CFF hinter in FT_RENDER_MODE_LIGHT.

2985e4fa – Werner Lemberg <[email protected]> authored on 2015/11/09 16:37
* src/cid/cidload.c (cid_face_open): Fix GDBytes guard (#46408).

837285e4 – Werner Lemberg <[email protected]> authored on 2015/11/09 04:20
[truetype] Remove integer to pointer conversion compiler warning.

abb33121 – Behdad Esfahbod <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/08 05:00
[sfnt] Accept version 3 of `EBLC' and `CBLC' tables also.

be32b168 – Philipp Knechtges <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/08 03:37
[autofit] Don't distort (latin) glyphs too much (#46195).

7363414b – Werner Lemberg <[email protected]> authored on 2015/11/07 01:32
[ftfuzzer] Add copyright notices; do some formatting.

0f0a6bb8 – Werner Lemberg <[email protected]> authored on 2015/11/05 08:48
[sfnt] Ignore embedded bitmaps with zero size (#46379).

758d55e5 – Werner Lemberg <[email protected]> authored on 2015/11/04 06:44
[truetype] Catch infinite recursion in subglyphs (#46372).

040edaf5 – Werner Lemberg <[email protected]> authored on 2015/11/04 02:35
[truetype] Better tracing of composite glyphs.

aae88087 – Werner Lemberg <[email protected]> authored on 2015/11/03 12:30
[sfnt] Protect against zero-size bitmaps (#46345).

b6fd5bc0 – Nikolaus Waxweiler <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/03 05:40
* src/autofit/afloader.c (af_loader_load_g): Implement emboldening.

bf2ba9e3 – Nikolaus Waxweiler <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/02 08:12
[autofit] Implement darkening computation function.

37c401ac – Nikolaus Waxweiler <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/02 04:32
[autofit] Add functions to get standard widths for writing systems.

b2a85ad3 – Nikolaus Waxweiler <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/02 04:20
[autofit] Extend `AF_FaceGlobalsRec' to hold emboldening data.

d682e510 – Nikolaus Waxweiler <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/11/02 04:06
[autofit] Add stem-darkening properties.

6bda921d – Werner Lemberg <[email protected]> authored on 2015/11/02 01:53
[ftfuzzer] Update README file.

bcf618b2 – Werner Lemberg <[email protected]> authored on 2015/11/02 01:50
[ftfuzzer] Add support for multiple files (patch #8779).

40cb1dc3 – Werner Lemberg <[email protected]> authored on 2015/10/31 15:08
Formatting.

57cbb8c1 – Werner Lemberg <[email protected]> authored on 2015/10/31 14:47
[sfnt] Fix cmap 14 validation (#46346).

009cc150 – Werner Lemberg <[email protected]> authored on 2015/10/31 13:52
[sfnt] Handle infinite recursion in bitmap strikes (#46344).

4188deac – Werner Lemberg <[email protected]> authored on 2015/10/30 04:07
Comments.

02cfd714 – Werner Lemberg <[email protected]> authored on 2015/10/29 16:50
* src/autofit/afhints.c (af_glyph_hints_dump_points): Minor.

017db03e – Werner Lemberg <[email protected]> authored on 2015/10/29 01:52
* CMakeLists.txt: Remove code to set MSVC's /FD compiler switch.

fba29fab – Werner Lemberg <[email protected]> authored on 2015/10/27 17:04
[pfr] Add some safety guards (#46302).

4a3fce93 – Werner Lemberg <[email protected]> authored on 2015/10/27 15:27
[pfr] Formatting, improving comments.

6a19a7d3 – Werner Lemberg <[email protected]> authored on 2015/10/26 11:40
[truetype] Fix sanitizing logic for `loca' (#46223).

7f00fa64 – Werner Lemberg <[email protected]> authored on 2015/10/25 06:59
[autofit] Improve tracing.

07f27e1e – Werner Lemberg <[email protected]> authored on 2015/10/24 11:22
Thinkos and omissions.

6f09011f – Werner Lemberg <[email protected]> authored on 2015/10/24 06:10
[sfnt] Sanitize bitmap strike glyph height.

e93d326c – Werner Lemberg <[email protected]> authored on 2015/10/22 06:17
[sfnt, type42] Fix clang compiler warnings.

f1c93439 – Werner Lemberg <[email protected]> authored on 2015/10/22 06:11
[cff] Avoid overflow/module arithmetic.

59ae73fe – Werner Lemberg <[email protected]> authored on 2015/10/22 05:26
[cid] Better check of `SubrCount' dictionary entry (#46272).

5dedbc04 – Werner Lemberg <[email protected]> authored on 2015/10/22 03:22
Improve documentation of `FT_Get_MM_Var' and `FT_MM_Var'.

e484d36b – Werner Lemberg <[email protected]> authored on 2015/10/21 16:48
[base] Pacify compiler (#46266).

87fefc59 – Werner Lemberg <[email protected]> authored on 2015/10/21 16:29
[type42] Fix heap buffer overflow (#46269).

3cfd5123 – Dave Arnold <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/10/21 10:07
[cff] Fix limit in assert for max hints.

3066f5f5 – Werner Lemberg <[email protected]> authored on 2015/10/21 10:05
Revert erroneously applied commits.

748e3681 – Dave Arnold <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/10/21 09:58
[cff] Remove an assert (#46107).

e6593389 – Werner Lemberg <[email protected]> authored on 2015/10/21 04:04
[sfnt] Avoid unnecessarily large allocation for WOFFs (#46257).

649ca556 – Werner Lemberg <[email protected]> authored on 2015/10/21 03:01
[type42] Better check invalid `sfnts' array data (#46255).

3eccc3a3 – Werner Lemberg <[email protected]> authored on 2015/10/20 18:31
[cid] Add a bunch of safety checks.

d47d372c – Werner Lemberg <[email protected]> authored on 2015/10/20 08:24
[cid] Avoid segfault with malformed input (#46250).

5cf83a53 – StudioEtrange <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/10/20 03:19
* CMakeLists.txt: Enable shared library builds on MinGW (#46233).

3c582060 – Werner Lemberg <[email protected]> authored on 2015/10/20 02:57
* src/type1/t1afm.c (T1_Read_Metrics): Fix memory leak (#46229).

ba8a528b – Bungeman <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/10/19 19:27
[cid] Better handle invalid glyph stream offsets (#46221).

2961b66c – Werner Lemberg <[email protected]> authored on 2015/10/19 19:17
Typo.

24cee3a8 – Werner Lemberg <[email protected]> authored on 2015/10/19 19:00
[psaux] Fix tracing of negative numbers.

5179c89f – Werner Lemberg <[email protected]> authored on 2015/10/19 04:49
Comments.

14213b54 – Werner Lemberg <[email protected]> authored on 2015/10/18 14:15
[truetype] Improve TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES (#46223).

dcfc4d9c – Werner Lemberg <[email protected]> authored on 2015/10/18 12:47
[truetype] Better protection against malformed `fpgm' (#46223).

7643b583 – Werner Lemberg <[email protected]> authored on 2015/10/17 11:51
* src/cid/cidgload.c (cid_load_glyph): Fix memory leak.

b185747d – Werner Lemberg <[email protected]> authored on 2015/10/17 10:21
[bdf] Prevent memory leak (#46217).

797ca5ac – Werner Lemberg <[email protected]> authored on 2015/10/17 07:57
Typo.

e1ca18d4 – Werner Lemberg <[email protected]> authored on 2015/10/17 07:51
[bdf] Use stream size to adjust number of glyphs.

0af21dcf – Werner Lemberg <[email protected]> authored on 2015/10/17 05:29
* src/cid/cidload.c (cid_parse_dict): Check `[FG]DBytes' size.

38a3dd55 – Werner Lemberg <[email protected]> authored on 2015/10/17 05:15
Typo.

0ba98da4 – Werner Lemberg <[email protected]> authored on 2015/10/17 05:11
* src/cid/cidgload.c (cid_glyph_load): Check file offsets (#46222).

8edfcbed – Werner Lemberg <[email protected]> authored on 2015/10/17 04:11
[psaux] Fix heap buffer overflow (#46221).

a5ecfb4c – Werner Lemberg <[email protected]> authored on 2015/10/17 02:15
* src/cid/cidload.c (cid_parse_dict): Handle invalid input (#46220).

266976b1 – Kostya Serebryany <[email protected]> authored on 2015/10/15 18:15
add src/tools/ftfuzzer/README

65d89804 – Bungeman <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2015/10/15 19:50
[bdf] Fix memory leak (#46213).

24a1fcdf – Werner Lemberg <[email protected]> authored on 2015/10/15 17:50
[truetype] Add TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES (#46208).

911171ac – Werner Lemberg <[email protected]> authored on 2015/10/15 17:22
Minor.

837ad9d4 – Werner Lemberg <[email protected]> authored on 2015/10/15 17:15
* src/truetype/ttinterp.c (TT_RunIns): Fix bytecode stack tracing.

8b76eaf0 – Werner Lemberg <[email protected]> authored on 2015/10/15 14:28
* src/tools/ftfuzzer/ftfuzzer.cc: Handle fixed sizes (#46211).

e03214e1 – Werner Lemberg <[email protected]> authored on 2015/10/15 12:58
[base] Compute MD5 checksums only if explicitly requested.

6de2a355 – Werner Lemberg <[email protected]> authored on 2015/10/15 04:40
Minor.

2a20c92c – Werner Lemberg <[email protected]> authored on 2015/10/14 11:23
[base] Use `FT_' namespace for MD5 functions (#42366).

8539915d – Werner Lemberg <[email protected]> authored on 2015/10/13 16:43
[type1] Correctly handle missing MM axis names (#46202).

58b61b6e – Werner Lemberg <[email protected]> authored on 2015/10/13 14:26
[pcf] Quickly exit if font index < 0.

bdb56bba – Werner Lemberg <[email protected]> authored on 2015/10/13 07:51
[ftfuzzer] Handle TTCs and MM/GX variations.

43a96eb2 – Werner Lemberg <[email protected]> authored on 2015/10/13 07:18
[truetype] Refine some GX sanity tests.

052f6c56 – Werner Lemberg <[email protected]> authored on 2015/10/13 04:24
[truetype] Another GX sanity test.

Next