2021-03-22 07:57:53 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
pango: updated to 1.48.3
Overview of changes in 1.48.3
=============================
- Miscellaneous introspection fixes
- Make pango_attr_list_splice clip inserted attrbiutes
- Do costly fontconfig calls in threads
- markup: Fix issues with accel handling
- docs: Convert docs to use gi-docgen
- Fix build against harfbuzz < 2.6
Overview of changes in 1.48.2
=============================
- Fix memory leaks reported by asan
- Avoid overflow in pango_attr_list_update
- Add a valgrind suppression file
- Make tests more robust
- Fix pango_font_describe for Emoji fonts
Overview of changes in 1.48.1
=============================
- Require GLib 2.62
- Require meson 0.55.3
- ci: Add a MacOS build
- macos: Implement pango_font_get_face
- Fix itemization of multi-paragraph layouts
- Fix a few memory leaks
- Fix glyph origins in vertical layout
|
2021-02-25 13:20:09 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
pango: pangocoretext.h is no longer installed in macOS/Quartz case
|
2021-01-11 10:43:21 by Patrick Welche | Files touched by this commit (4) |
Log message:
Update pango to 1.48.0
Overview of changes in 1.48.0
=============================
- docs: Clarify use of PangoAnalysis in shaping
- fontconfig: Make pango_font_family_get_face more reliable
- introspection: Fix use of PangoFcSubstituteFunc
- introspection: Skip fontconfig types
- build: Use yielding meson feature for introspection
Overview of changes in 1.47.0
=============================
- Add pango_language_get_preferred
- Add pango_fc_font_get_languages
- Sort faces of a family by slant and weight
Overview of changes in 1.46.2
=============================
- Fix pango_win32_font_map_load_font with falback families
- Fix an assertion in pango_language_get_scripts
- Fix a crash in get_items_log_attrs
- Fix attribute iterators with overlapping attributes
- Fix rendering of Emoji keycap sequences
- ci: Run the testsuite under asan and fix all reported issues
- build: Make libthai, cairo, xft, fontconfig, freetype
dependencies meson features
|
2020-09-15 12:45:41 by Patrick Welche | Files touched by this commit (1) |
Log message:
Since 1.45.2 pango needs an introspection enabled harfbuzz to build.
This appeared in pkgsrc harfbuzz 2.7.2.
|
2020-09-04 13:14:08 by Patrick Welche | Files touched by this commit (3) |
Log message:
Update pango to 1.46.1
XXX Are the CoreText patches still necessary? (c.f. PR pkg/53730)
Overview of changes in 1.46.1
=============================
- Revert an unintentional PangoRenderer abi break in 1.46.0
- Various small fixes
Overview of changes in 1.46.0
=============================
- Bump version to 1.46
Overview of changes in 1.45.5
=============================
- Export pango_color_parse_with_alpha
- Stop using hb-glib
Overview of changes in 1.45.4
=============================
- Fix build on Windows
- Fix a pidgin crash
- fc: Always reject unsupported font formats
- coretext: Fix cairo scaling
Overview of changes in 1.45.3
=============================
- Fix pango_attr_list_change
- Fix crashes with empty attribute lists
Overview of changes in 1.45.2
=============================
- Fix several crashes in gtk2 applications
- Revert an unintentional introspection API change
- Include HarfBuzz when igenerating introspection data
Overview of changes in 1.45.1
=============================
- Undo PangoFontsetSimple deprecation
- Annotation fixes for various apis
- Add api to compare attribute lists
- Update data tables to Unicode 13.0
- Various test improvements
- Require GLib 2.60
Overview of changes in 1.45.0
=============================
- Some new font enumeration apis:
pango_font_map_get_family
pango_font_family_get_face
pango_font_face_get_family
pango_font_get_face
- Support for line-wide underlines
- Support for overlines
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) | |
Log message:
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-02-24 18:08:31 by Brook Milligan | Files touched by this commit (4) |
Log message:
Fix build on Darwin.
During the build, help2man runs pango-view but does not include
LD_LIBRARY_PATH in the environment. That is needed on Darwin to run
uninstalled programs. This adds a wrapper so that LD_LIBRARY_PATH
can be defined appropriately.
|
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.
|