2017-07-03 15:19:49 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Revert GCC_REQD addition. As explained on the lists, it simply doesn't
do the right thing for packages in the middle of dependency chain.
|
2017-07-02 11:15:32 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE.
|
2017-07-01 11:14:45 by Maya Rashish | Files touched by this commit (1) |
Log message:
Fix non-ICU build.
|
2017-05-02 12:26:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated harfbuzz to 1.4.6.
Overview of changes leading to 1.4.6
Sunday, April 23, 2017
====================================
- Graphite2: Fix RTL positioning issue.
- Backlist GDEF of more versions of Padauk and Tahoma.
- New, experimental, cmake alternative build system.
|
2017-04-22 23:04:05 by Adam Ciarcinski | Files touched by this commit (670) | |
Log message:
Revbump after icu update
|
2017-03-13 10:13:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated harfbuzz to 1.4.5.
Overview of changes leading to 1.4.5
Friday, March 10, 2017
====================================
- Revert "Fix Context lookup application when moving back after a glyph..."
This introduced memory access problems. To be fixed properly soon.
Overview of changes leading to 1.4.4
Sunday, March 5, 2017
====================================
- Fix Context lookup application when moving back after a glyph deletion.
- Fix buffer-overrun in Bengali.
|
2017-02-27 10:55:21 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated harfbuzz to 1.4.3.
Overview of changes leading to 1.4.3
Saturday, February 25, 2017
====================================
- Route Adlam script to Arabic shaper.
- Misc fixes.
- New API:
hb_font_set_face()
- Deprecate API:
hb_graphite2_font_get_gr_font()
|
2017-02-12 07:27:04 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
FIx buildlink3.mk to remove graphite2 support
|
2017-02-12 02:29:30 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Disable graphite2 support. Bump PKGREVISION
Enabling graphite2 causes segfault in graphics/librsvg
and SVG support in GTK2 is required for some packages.
|
2017-02-06 13:45:09 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Updated harfbuzz to 1.4.2.
Enable graphite2 dependency, as libreoffice seems to want it.
Overview of changes leading to 1.4.2
Monday, January 23, 2017
====================================
- Implement OpenType Font Variation tables avar/fvar/HVAR/VVAR.
- hb-shape and hb-view now accept --variations.
- New API:
hb_variation_t
hb_variation_from_string()
hb_variation_to_string()
hb_font_set_variations()
hb_font_set_var_coords_design()
hb_font_get_var_coords_normalized()
hb-ot-var.h:
hb_ot_var_axis_t
hb_ot_var_has_data()
hb_ot_var_get_axis_count()
hb_ot_var_get_axes()
hb_ot_var_find_axis()
hb_ot_var_normalize_variations()
hb_ot_var_normalize_coords()
- MVAR to be implemented later. Access to named instances to be
implemented later as well.
- Misc fixes.
|