shithub: freetype+ttf2subf

RSS feed

badf3178 – Werner Lemberg <[email protected]> authored on 2013/06/06 05:16
Next round of compiler fixes.

c378249e – Dave Arnold <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/06/05 15:57
Fix more MSVC Win32 compiler warnings.

9ef0bc00 – Werner Lemberg <[email protected]> authored on 2013/06/05 10:53
Minor formatting.

45392b77 – Werner Lemberg <[email protected]> authored on 2013/06/05 09:43
Fix compiler warnings.

d963498f – Werner Lemberg <[email protected]> authored on 2013/06/04 16:18
* src/cff/cf2font.c (cf2_getGlyphWidth): Initialize `advWidth'.

8d8508e4 – Werner Lemberg <[email protected]> authored on 2013/06/04 09:09
Missed some cppcheck items.

dc624ca4 – Werner Lemberg <[email protected]> authored on 2013/06/04 06:30
Apply fixes for cppcheck nitpicks.

eeb83204 – Werner Lemberg <[email protected]> authored on 2013/06/04 03:14
Documentation fix.

2429dc3d – Werner Lemberg <[email protected]> authored on 2013/06/03 08:41
Add CFF_CONFIG_OPTION_OLD_ENGINE configuration option.

f9cceeb4 – Werner Lemberg <[email protected]> authored on 2013/06/02 19:38
Fix PNG library handling.

760d342d – Behdad Esfahbod <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/05/29 07:36
Add support for color embedded bitmaps (eg. color emoji).

713ea8e8 – Werner Lemberg <[email protected]> authored on 2013/05/28 18:37
Minor doc improvements.

41e4480e – Guenter <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/05/24 07:38
Apply Savannah patch #8055.

2d6e1fbc – Behdad Esfahbod <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/05/23 04:01
Compilation fix.

3c783c1b – Infinality <[email protected]> authored on 2013/05/21 17:03
[truetype] Formatting and an additional subpixel tweak.

18f35ed1 – Infinality <[email protected]> authored on 2013/05/21 16:51
[truetype] Adjust subpixel zp2 moves and tweak rules.

63bfa832 – Infinality <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/05/20 03:38
[truetype] Simplify and improve subpixel function detection.

fd66469e – Werner Lemberg <[email protected]> authored on 2013/05/17 13:40
Update more FT_Err_XXX macros using FT_ERR and FT_THROW;

2799133a – Werner Lemberg <[email protected]> authored on 2013/05/17 10:00
Fix ChangeLog entry.

f04951af – Werner Lemberg <[email protected]> authored on 2013/05/17 09:51
[truetype] Add `interpreter-version' property.

6650be7c – Werner Lemberg <[email protected]> authored on 2013/05/13 06:05
[truetype] Avoid empty source file.

7441dd87 – Werner Lemberg <[email protected]> authored on 2013/05/13 05:12
* src/cff/cf2font.c (cf2_getGlyphWidth): Fix uninitialized variable.

8d6025c8 – Brian Nixon <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/05/13 05:06
Fix Savannah bug #38970.

cd888753 – Werner Lemberg <[email protected]> authored on 2013/05/12 11:08
[truetype] Add framework for TrueType properties.

b112fa41 – Werner Lemberg <[email protected]> authored on 2013/05/12 03:29
Fix Savannah bug #38967.

cbcf33d1 – Werner Lemberg <[email protected]> authored on 2013/05/12 03:27
Introduce unsigned 64bit type (if available).

d51ac9c7 – Werner Lemberg <[email protected]> authored on 2013/05/12 02:00
Fix Savannah bug #38968.

ea2b4756 – Werner Lemberg <[email protected]> authored on 2013/05/10 04:04
[sfnt] Clean up bitmap code.

f6aa089f – Werner Lemberg <[email protected]> authored on 2013/05/10 03:58
*/* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code.

cecf93ef – Werner Lemberg <[email protected]> authored on 2013/05/08 07:39
* Version 2.4.12 released.

2688a6c6 – Werner Lemberg <[email protected]> authored on 2013/05/08 06:00
* docs/CHANGES: Updated.

ccbdc3c4 – Werner Lemberg <[email protected]> authored on 2013/05/08 05:17
* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Typo.

26568611 – Werner Lemberg <[email protected]> authored on 2013/05/05 13:50
Synchronize `ftconfig.h'.

dd192ef0 – Werner Lemberg <[email protected]> authored on 2013/05/05 12:13
Fix compilation with C++.

d135e27c – Werner Lemberg <[email protected]> authored on 2013/05/05 06:44
Fix 64bit compilation issues.

073a0e29 – Werner Lemberg <[email protected]> authored on 2013/05/05 06:41
[raster] Fix clang issues.

e6e83627 – Werner Lemberg <[email protected]> authored on 2013/05/04 14:57
Fix clang fixes.

77c39b1d – Werner Lemberg <[email protected]> authored on 2013/05/04 14:04
[cff] Make Adobe CFF engine work correctly on 64bit hosts.

94152819 – Werner Lemberg <[email protected]> authored on 2013/05/04 12:40
More fixes for clang's `sanitize' feature.

138068fd – Werner Lemberg <[email protected]> authored on 2013/05/04 11:26
Formatting.

afaeeee9 – Werner Lemberg <[email protected]> authored on 2013/05/04 10:05
Fix errors reported by clang's `sanitize' feature.

99033fef – Werner Lemberg <[email protected]> authored on 2013/05/03 13:39
* src/cff/cf2blues.c: Remove dead code.

b3c3f86e – Werner Lemberg <[email protected]> authored on 2013/05/03 04:51
Minor.

9bf75e08 – Chris Liddell <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/05/02 07:09
* src/cff/cffgload.c: Include FT_CFF_DRIVER_H.

2048f02e – Werner Lemberg <[email protected]> authored on 2013/04/29 19:04
Minor.

29f1a927 – Werner Lemberg <[email protected]> authored on 2013/04/27 05:46
README: Improved.

689d68e5 – Werner Lemberg <[email protected]> authored on 2013/04/27 04:09
docs/CHANGES: Add ftdemo changes.

234b987e – Werner Lemberg <[email protected]> authored on 2013/04/26 10:10
* docs/CHANGES: Updated.

06474c3e – Werner Lemberg <[email protected]> authored on 2013/04/13 14:53
[cff] Add a new Type 2 interpreter and hinter.

283c8ed8 – Werner Lemberg <[email protected]> authored on 2013/04/13 11:02
[cff] New files for Adobe's Type 2 interpreter and hinting engine.

831dac88 – Werner Lemberg <[email protected]> authored on 2013/04/12 17:13
[cff] Minor code administration issues.

2dc26621 – Werner Lemberg <[email protected]> authored on 2013/04/12 16:11
Add output bitmap checksums.

fc185ef4 – Werner Lemberg <[email protected]> authored on 2013/04/12 15:48
Add framework for CFF properties.

04e547bd – Werner Lemberg <[email protected]> authored on 2013/04/03 03:37
Fix Savannah bug #38589.

2f7ccb23 – Werner Lemberg <[email protected]> authored on 2013/03/31 05:04
* configure: Use egrep, not grep.

94720c2c – Werner Lemberg <[email protected]> authored on 2013/03/29 15:37
Typo.

a705927c – Werner Lemberg <[email protected]> authored on 2013/03/29 15:35
* include/freetype/ftlcdfil.h: Add description of color filtering.

762bf19a – Werner Lemberg <[email protected]> authored on 2013/03/24 04:37
Typo.

eed83061 – Werner Lemberg <[email protected]> authored on 2013/03/23 10:25
Whitespace.

fbb0773c – Werner Lemberg <[email protected]> authored on 2013/03/23 10:06
[autofit] Minor.

eb624d7c – Werner Lemberg <[email protected]> authored on 2013/03/21 18:58
* configure: Automatically test for `gmake' also.

63463b93 – Peter Breitenlohner <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/03/21 15:58
Respect CONFIG_SHELL from the environment.

835b9cd5 – Werner Lemberg <[email protected]> authored on 2013/03/21 05:07
Minor.

6f1e345d – Werner Lemberg <[email protected]> authored on 2013/03/21 05:00
Fix Savannah patch #7971.

b114b7c0 – Werner Lemberg <[email protected]> authored on 2013/03/17 18:42
Fix Savannah bug #38538.

5ea06ce0 – Werner Lemberg <[email protected]> authored on 2013/03/17 04:14
Whitespace.

706fc833 – Werner Lemberg <[email protected]> authored on 2013/03/17 04:09
Remove dead code.

8b4459b8 – Werner Lemberg <[email protected]> authored on 2013/03/17 03:44
* src/pshinter/pshpic.h (GET_PIC): Use correct container.

f619abf6 – Werner Lemberg <[email protected]> authored on 2013/03/15 04:16
* include/freetype/ftmoderr.h: Fix commit from 2013-03-11.

89f50647 – Werner Lemberg <[email protected]> authored on 2013/03/14 13:50
*/*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate.

52339dc2 – Werner Lemberg <[email protected]> authored on 2013/03/14 11:49
New error management macros.

e3c93015 – Werner Lemberg <[email protected]> authored on 2013/03/14 07:21
*/*: Use FT_Err_Ok only.

059bc335 – Werner Lemberg <[email protected]> authored on 2013/03/14 06:27
*/*: Use `FT_THROW'.

c58ce3be – Werner Lemberg <[email protected]> authored on 2013/03/13 07:06
Introduce `FT_THROW' macro.

dbc6e3f1 – Werner Lemberg <[email protected]> authored on 2013/03/12 07:42
Remove `FT_KEEP_ERR_PREFIX'.

c879f245 – Werner Lemberg <[email protected]> authored on 2013/03/11 06:11
[gxvalid] Fix module error.

d6bc524b – Werner Lemberg <[email protected]> authored on 2013/03/11 05:50
Always use module related error codes.

737bbb04 – Werner Lemberg <[email protected]> authored on 2013/03/08 16:25
Minor.

2d882540 – Werner Lemberg <[email protected]> authored on 2013/03/08 16:23
[cff] Set `linear{Hori,Vert}Advance' for embedded bitmaps also.

2ba18ba1 – Alexei Podtelezhnikov <[email protected]> authored on 2013/02/22 18:58
[base] Fix commit ab02d9e8.

f9434dba – Alexei Podtelezhnikov <[email protected]> authored on 2013/02/19 16:27
[base] New bisecting BBox_Cubic_Check (disabled).

0e536676 – Alexei Podtelezhnikov <[email protected]> authored on 2013/02/18 15:41
[tools] Update BBox testing tool.

bcca86af – Werner Lemberg <[email protected]> authored on 2013/02/08 07:49
Fix Savannah bug #38235.

a2c7eb18 – Werner Lemberg <[email protected]> authored on 2013/02/07 14:49
* src/truetype/ttobjs.c (tt_size_run_prep): Reset more GS variables.

bfcc375b – Werner Lemberg <[email protected]> authored on 2013/02/06 03:47
* src/truetype/ttobjs.c (tt_size_run_prep): Reset reference points.

00dfa330 – Werner Lemberg <[email protected]> authored on 2013/02/05 14:23
[truetype] A better fix for Savannah bug #38211.

0eb6316f – Alexei Podtelezhnikov <[email protected]> authored on 2013/02/01 15:24
[pcf] Streamline parsing of PCF encoding table.

3b1f206b – Werner Lemberg <[email protected]> authored on 2013/02/01 18:45
Fix Savannah bug #38227.

30f1e6ca – Werner Lemberg <[email protected]> authored on 2013/02/01 09:50
Fix Savannah bug #38221.

40633205 – Werner Lemberg <[email protected]> authored on 2013/02/01 07:55
[truetype] Fix Savannah bug #38211.

fba917d0 – Alexei Podtelezhnikov <[email protected]> authored on 2013/01/30 15:14
Improve comments.

d56e544d – Alexei Podtelezhnikov <[email protected]> authored on 2013/01/28 17:29
Add an important comment.

6b9034f0 – Werner Lemberg <[email protected]> authored on 2013/01/28 08:56
Formatting, comment improvements.

ab02d9e8 – Alexei Podtelezhnikov <[email protected]> authored on 2013/01/28 01:35
[base] Small optimization of BBox calculation.

c574d72c – Infinality <[email protected]> authored on 2013/01/26 12:40
[truetype] Minor formatting fix.

97ba5109 – Infinality <[email protected]> authored on 2013/01/26 12:05
[truetype] Fix rasterizer_version logic in sph.

a5fe3595 – Infinality <[email protected]> authored on 2013/01/26 07:29
[truetype] Align more to ClearType whitepaper for sph.

610ee58e – Alexei Podtelezhnikov <[email protected]> authored on 2013/01/25 18:33
[base] Fix broken emboldening at small sizes.

f41ee054 – Werner Lemberg <[email protected]> authored on 2013/01/25 11:41
Fix Savannah bug #38167.

ba931be2 – Xi Wang <[email protected]> authored and Werner Lemberg <[email protected]> committed on 2013/01/24 19:57
[sfnt] Fix broken pointer overflow checks.

Next