2013-02-24 19:41:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix xft handling, from schmonz.
|
2013-02-24 16:58:16 by Amitai Schlair | Files touched by this commit (1) |
Log message:
On OS X 10.6.8, configure finds the native xft and builds against
it; judging by the PLIST, that's unintended. Tell configure to stop.
|
2013-02-16 12:25:34 by Thomas Klausner | Files touched by this commit (1885) |
Log message:
Recursive bump for png-1.6.
|
2012-12-19 04:02:50 by OBATA Akio | Files touched by this commit (3) |
Log message:
Drop use of deprecated G_CONST_RETURN (from upstream).
fixes build failure of depending packages using G_DISABLE_DEPRECATED.
Bump PKGREVISION.
|
2012-12-14 20:19:03 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 1.32.4
changes:
- Require harfbuzz 0.9.9
- Automatically relayout PangoLayout if PangoContext has changed
- Update bidi tables to Unicode 6.2.0
+bugfixes
|
2012-11-23 18:41:23 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 1.32.3
changes:
- make gobject-introspection PANGO_GLYPH happy
- provide a phony define for LANGUAGE
- adjust to harfbuzz 0.97 api
since harfbuss is used only internally, and its shlibname didn't
change, I'm refraining from a recursive revbump
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-09 14:16:31 by Matthias Drochner | Files touched by this commit (2) |
Log message:
remove conflicting Xft2 bl3 inclusion
|
2012-10-09 01:02:41 by Adam Ciarcinski | Files touched by this commit (1250) |
Log message:
Revbump after updating graphics/pango
|
2012-10-08 23:35:22 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Overview of changes between 1.32.0 and 1.32.1
=============================================
- Fixup grapheme clusters
- 684959 - crash after "Add pango_shape_full()"
Overview of changes between 1.31.2 and 1.32.0
=============================================
- Add a --without-xfg configure option
- Add pango_shape_full()
Overview of changes between 1.31.1 and 1.31.2
=============================================
- More work on towards thread-safety
- Build fixes on OS X
Overview of changes between 1.31.0 and 1.31.1
=============================================
- The module cache file can now be located in libdir
- Initial work towards making pango thread-safe
- Update to Unicode 6.1.
- 682421 - Fix vertical text, gravity, etc, with HarfBuzz
- 678721 - Don't need to get item properties...
- 678997 - Colors aqua, silver and indigo missing...
- 653347 - rise units documented incorrectly
- 682952 - remove old glib check
- Deprecate pango-ot.h.
- Deprecate pango_fc_font_kern_glyphs
- Deprecate pango_lookup_aliases
Overview of changes between 1.30.1 and 1.31.0
=============================================
- Port to harfbuzz 0.9.x, use external harfbuzz
- Remove Arabic, Syriac, Hangul Hebrew, Khmer,
Tibetan and Thai shapers (replaced by harfbuzz)
- Remove Indic module (replaced by harfbuzz)
- Remove Atsui support (superseded by CoreText)
- Remove PangoX
- 679654 - Crash for PangoContext.list_families
- 680965 - missing language strings for ...
- 681423 - introspection: assorted fixes...
|