2020-01-02 16:54:53 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
pango: remove now redundant test target
Now that adam@ has added a generic test target to meson's build.mk,
we can just rely on that, instead.
|
2019-11-06 14:26:21 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
pango: update to 1.44.7.
Overview of changes in 1.44.7
=============================
- Fix tests without libthai
- Small speedup to Emoji iteration
- Bring back PangoFontsetSimple (pygtk bind it)
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-10-07 11:28:14 by Patrick Welche | Files touched by this commit (41) |
Log message:
Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
|
2019-09-12 01:37:45 by David H. Gutteridge | Files touched by this commit (3) | |
Log message:
pango: update to 1.44.6
Bug fix release. Among other things, it restores pango_fc_font_map_shutdown()
to the public API, the absence of which was causing Firefox debug builds to
break. While here, update the test target to reflect the new Meson build tools.
Change log:
Overview of changes in 1.44.6
=============================
- docs: Fix symbol indices
- Fix Thai line breaking
- Re-add symbols needed by some bindings
- Don't insert hyphens for some languages
- Fix a crash with hyphenation
|
2019-09-11 23:20:49 by Kamil Rytarowski | Files touched by this commit (1) |
Log message:
pango: Fix build with clang10svn
Trim -Werror=implicit-fallthrough with a buildlink transform.
|
2019-09-07 23:13:34 by Nia Alarie | Files touched by this commit (1) |
Log message:
pango: ignore MV command failing when PKGMANDIR is share/man
|
2019-08-17 06:36:27 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 1.44.5
Changelog:
Overview of changes in 1.44.5
=============================
- Revert a broken change (causing crashes on OS X)
Overview of changes in 1.44.4
=============================
- Add an insert-hyphens attribute
- Reinstate the return type of pango_fc_font_lock_face
- Fix a problem with ellipses getting the wrong font
- fc: Improve filtering by font format
- Re-add PangoFcFont to public headers
- Install PangoFc and PangoOT introspection files
- Fix ink rectangles to have positive height
- Fix mark positioning
- Switch to using harfbuzz for metrics
|
2019-08-16 12:43:53 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pango: remove obsolete patch
|
2019-08-16 12:43:24 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
pango: update to 1.44.3.
Switch to meson, autoconf build support was removed.
Overview of changes in 1.44.3
=============================
- Install pango-ot headers
- Make subpixel positioning optional
- fc: Ignore fonts with unsupported formats
Overview of changes in 1.44.2
=============================
- Disable ligatures when letterspacing
- Set design coords on hb_font_t
- Expose more font options in pango-view
- OS X: Make 'system-ui' font work
- Keep deprecated pango-fc apis in headers
- Make hex boxes work, always
- introspection: Various build fixes
- introspection: Add PangoPT, PangoFT2 namespaces
- layout: Make the new line-spacing opt-in
Overview of changes in 1.44.1
=============================
- Fix a crash with allow_break attributes
- Fix Emoji spacing
- Fix up includes and pkg-config requires
- Correct some cases for hyphen insertion
Overview of changes in 1.44.0
=============================
- Use harfbuzz for shaping on all platforms
- Stop using freetype for font loading; this
drops support for type1 and bitmap fonts
- Add a getter for hb_font_t
- Make PangoCoverage a GObject
- Add a pango_tailor_break api
- font metrics: Add line height
- layout: Support line spacing
- layout: Draw hyphens for line breaks
- Add an attribute to suppress line breaking
- cairo: Don't render hex boxes for space
- Add an attribute to show invisible characters
- Stop quantizing glyph positions
- Add tests for itemization and line breaking
- Remove language and shape engine remnants
- Rename meson options: gtk_doc, introspection
- Require GLib 2.59.2
- Require Harfbuzz 2.0
Overview of changes in 1.43.0
=============================
- Drop autotools
- Drop Visual Studio build
- Build with meson everywhere
- Update Emoji tables for Unicode 11
- Update test data for Unicode 11
- Fix a crash with Thai breaking
- Fix a crash with font variations
- Deprecate bidi apis in favor of fribidi
- Add a variable font family api
- Improve font fallback handling on win32
|