fontconfig: Changes to 'refs/tags/2.15.0'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Dec 22 13:52:53 UTC 2023
Tag '2.15.0' created by Akira TAGOH <akira at tagoh.org> at 2023-12-22 13:52 +0000
Version 2.15.0
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQTs/7w6azZech5b15gwdXqiGXGmcgUCZYWUjgAKCRAwdXqiGXGm
ch0lAQDBkWlBVTAZc/NyzCZlWIEDmievJbagkW/8ox7zjFZSjwD/a6QoRKF92qqi
/04i4QB8Th6I/0YmN/bNnfhbHk0uTwI=
=dgzf
-----END PGP SIGNATURE-----
Changes since 2.14.1:
Akira TAGOH (47):
Fix the build issue on meson when -g option is added to c_args
Store artifacts for meson windows CI
Add FC_DESKTOP_NAME property
Add --with-default-sub-pixel-rendering option
Update po-conf/POTFILES.in
Ignore null pointer on Fc*Destroy functions
Do not change the order of orth files
Convert tabs to spaces
Convert more tabs to spaces in docs
src/meson.build: Store correct paths to fontconfig.pc.
Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES
Report more detailed logs instead of assertion.
Add some missing constant names for weight.
Adujst indentation between programlisting in fontconfig-user.sgml
Bump version to 2.14.2
Clean up unused code
Add another test case for flatpak
Update 65-nonlatin.conf for macOS
Change the order of the properties to the order of fontconfig cache format
Add missing property descriptions
Add namedinstance property
Remove the problematic language from code and doc
Fix a typo
Fix a typo for FcCharSetDelChar doc
Fix a typo in scalable property
Use 'outline' instead of 'scalable' for bitmaps
Add more docs about selectfont
Rework CI implementation
Fix a typo
Rework CI implementation v2
Apply a fix of ci-templates
Fix uninitialized memory access when failing memory allocation.
Create a symlink with relative path
Fix an error of "initializer element is not constant"
Update CaseFolding.txt to Unicode 15.1
Update the encoding table for Simplified Chinese
Retry to decode strings in the name table as UTF-16BE in some cases.
Work around decoding strings in Macintosh encoding for the name table.
Add iconv detection for meson build
.gitlab-ci: Update
CI: Update
CI: static build only for rawhide
Use memmove instead of memcpy
Rename README to NEWS and add README.md
Run autoupdate
Update so version
Bump version to 2.15.0
Ben Wagner (1):
Fix leak of `reason` in _FcConfigParse when not complaining
Christopher Degawa (1):
meson: modify gperf test to remove sh dependency
Jason Francis (1):
meson: Update freetype2 git repository to upstream
Jean Abou Samra (2):
Ignore LC_CTYPE if set to "UTF-8"
Some doc clarifications
Khaled Hosny (2):
Add FC_FONT_WRAPPER
Detect standalone CFF fonts for FC_FONT_WRAPPER
Mike FABIAN (3):
Add anp.orth, bhb.orth, hif.orth, mag.orth, raj.orth, and the.orth
Add {agr,ayc,bem,ckb,cmn,dsb,hak,lij,lzh,mfe,mhr,miq,mjw,mnw,nan,nhn,niu,rif,sgs,shn,szl,tcy,tpi,unm,wae,yue,yuw}.orth
Change index type to 16 bit and bump cache version to 9
Ondrej Balaz (1):
Expand ~ in glob
Sefa Eyeoglu (1):
Add optional 11-lcdfilter-none configuration
Tom Anderson (2):
Fix filepaths added when scanning with sysroot
Fix false-positive CFI failure
Vitaly Lysenkov (1):
In fcfreetype.c, `GetScriptTags`: fix `use_of_uninitialized_value` and return the correct number of parsed tags in case the font file contains less tags than indicated.
Xavier Claessens (1):
meson: Support any compiler with gcc or msvc argument syntax
lilinjie (1):
fix typo
msizanoen1 (1):
Reload MM/VF metadata for each font face in font collection
pell (1):
fixed typos in fc-conflist.sgml
xiota (1):
Add aliases for Helvetica LT Std
---
.gitlab-ci.yml | 947 ++++++++++---
.gitlab-ci/.gitignore | 1
.gitlab-ci/build.sh | 144 ++
.gitlab-ci/ci.template | 331 ++++
.gitlab-ci/config.yml | 140 ++
.gitlab-ci/fedora-cross.sh | 3
.gitlab-ci/fedora-install.sh | 3
.gitlab-ci/freebsd-cross.sh | 4
.gitlab-ci/freebsd-install.sh | 3
.gitlab-ci/other.yml | 142 ++
NEWS | 2649 +++++++++++++++++++++++++++++++++++++++
README | 2530 -------------------------------------
README.md | 30
conf.d/11-lcdfilter-none.conf | 17
conf.d/30-metric-aliases.conf | 25
conf.d/45-latin.conf | 8
conf.d/65-nonlatin.conf | 12
conf.d/70-no-bitmaps.conf | 2
conf.d/70-yes-bitmaps.conf | 2
conf.d/Makefile.am | 22
conf.d/link_confs.py | 2
conf.d/meson.build | 6
configure.ac | 132 -
doc/fcatomic.fncs | 18
doc/fcblanks.fncs | 36
doc/fccache.fncs | 88 -
doc/fccharset.fncs | 212 +--
doc/fcconfig.fncs | 258 ++-
doc/fcconstant.fncs | 48
doc/fcdircache.fncs | 72 -
doc/fcfile.fncs | 56
doc/fcfontset.fncs | 96 -
doc/fcformat.fncs | 12
doc/fcfreetype.fncs | 84 -
doc/fcinit.fncs | 56
doc/fclangset.fncs | 166 +-
doc/fcmatrix.fncs | 94 -
doc/fcobjectset.fncs | 54
doc/fcobjecttype.fncs | 28
doc/fcpattern.fncs | 544 ++++----
doc/fcrange.fncs | 58
doc/fcstring.fncs | 202 +-
doc/fcstrset.fncs | 100 -
doc/fcvalue.fncs | 34
doc/fcweight.fncs | 40
doc/fontconfig-devel.sgml | 68 -
doc/fontconfig-user.sgml | 634 +++++----
doc/func.sgml | 72 -
fc-cache/fc-cache.sgml | 56
fc-case/CaseFolding.txt | 13
fc-cat/fc-cat.sgml | 14
fc-conflist/fc-conflist.sgml | 12
fc-lang/Makefile.am | 35
fc-lang/agr.orth | 31
fc-lang/anp.orth | 29
fc-lang/ayc.orth | 35
fc-lang/bem.orth | 31
fc-lang/bhb.orth | 29
fc-lang/ckb.orth | 32
fc-lang/cmn.orth | 29
fc-lang/dsb.orth | 37
fc-lang/fc-lang.py | 4
fc-lang/hak.orth | 29
fc-lang/hif.orth | 29
fc-lang/lij.orth | 38
fc-lang/lzh.orth | 29
fc-lang/mag.orth | 29
fc-lang/meson.build | 33
fc-lang/mfe.orth | 31
fc-lang/mhr.orth | 29
fc-lang/miq.orth | 39
fc-lang/mjw.orth | 29
fc-lang/mnw.orth | 29
fc-lang/nan.orth | 31
fc-lang/nhn.orth | 31
fc-lang/niu.orth | 35
fc-lang/raj.orth | 29
fc-lang/rif.orth | 43
fc-lang/sgs.orth | 36
fc-lang/shn.orth | 29
fc-lang/szl.orth | 42
fc-lang/tcy.orth | 29
fc-lang/the.orth | 29
fc-lang/tpi.orth | 29
fc-lang/unm.orth | 29
fc-lang/wae.orth | 29
fc-lang/yue.orth | 30
fc-lang/yuw.orth | 29
fc-list/fc-list.sgml | 38
fc-match/fc-match.sgml | 38
fc-pattern/fc-pattern.sgml | 18
fc-query/fc-query.sgml | 34
fc-scan/fc-scan.sgml | 14
fc-validate/fc-validate.sgml | 44
fontconfig/fontconfig.h | 38
meson-cc-tests/gperf.txt | 1
meson.build | 125 -
meson_options.txt | 4
new-version.sh | 16
po-conf/POTFILES.in | 6
src/cutout.py | 3
src/fcatomic.c | 3
src/fccache.c | 17
src/fccfg.c | 89 -
src/fccompat.c | 3
src/fcdefault.c | 70 -
src/fcdir.c | 22
src/fcfreetype.c | 143 +-
src/fcfs.c | 15
src/fcint.h | 12
src/fclist.c | 13
src/fcmatch.c | 6
src/fcname.c | 26
src/fcobjs.h | 3
src/fcpat.c | 8
src/fcptrlist.c | 17
src/fcrange.c | 3
src/fcstr.c | 39
src/fcxml.c | 22
src/meson.build | 10
subprojects/freetype2.wrap | 6
test/run-test.d/functions | 55
test/run-test.d/remap-flatpak.sh | 104 +
test/test-conf.c | 1
test/test-name-parse.c | 6
test/test-namedinstance.json | 64
126 files changed, 7831 insertions(+), 4801 deletions(-)
---
More information about the Fontconfig
mailing list