2021-09-13 10:04:39 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pango: bump fribidi requirement per release notes
|
2021-09-13 09:57:19 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
pango: updated to 1.48.9
Overview of changes in 1.48.9
=============================
* Require fribidi 1.0.6
* Clean up fribidi api usage
* Fix a bug in the gravity data table
Overview of changes in 1.48.8
=============================
* Rename git `master` branch to `main`
* Fix threadsafety issues with Thai
* Fix a rounding problem on i386
* Fix font choice for ellipsis
* Fix a crash if no fonts are found
|
2021-08-15 11:28:57 by Roland Illig | Files touched by this commit (2) |
Log message:
devel/pango: requires meson>=0.55.3
|
2021-07-29 21:30:36 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
pango: updated to 1.48.7
Overview of changes in 1.48.7
=============================
- Fix a thread-safety issue in fontmap initialization
- Small documentation improvements
Overview of changes in 1.48.6
=============================
- Avoid attribute index overflow
- Add a new pango-segmentation utility
- Documentation cleanups and fixes
- Update script property data for gravity
- Bring back careful glyph position rounding
- Add a few missing bidi types
- Add more tests
Overview of changes in 1.48.5
=============================
- Only initialize fontconfig once
- Add missing deprecation notices
- Add some missing apis to the markup docs
- Speed up Emoji classification
- win32: Fix msvc build
- Fix hangs and memory leaks
- Don't insert hyphens at word boundaries
- Handle empty lines better
- Avoid width fluctuations with ellipsized text
- Add a utility to show text segmentation
|
2021-04-12 14:16:23 by Nia Alarie | Files touched by this commit (1) |
Log message:
pango: remove gmake dependency
|
2021-04-12 13:01:13 by Nia Alarie | Files touched by this commit (1) |
Log message:
pango: Set PYTHON_FOR_BUILD_ONLY
|
2021-04-08 10:38:55 by Adam Ciarcinski | Files touched by this commit (6) |  |
Log message:
pango: updated to 1.48.4
Overview of changes in 1.48.4
=============================
- Include docs in the dist tarball
- Include gi-docgen in the dist tarball, too
- win32: Fix 'Cursive' fallback
- Fix placement of marks in vertical text
- Cache metrics for the current font
- Improve letterspacing with combining marks
|
2021-03-22 08:03:57 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
pango: remove unused options; pkglint fixes
|
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
|