Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Trying to address what these configuration files really do.
This change allows to see the short description that mention
the purpose of the content in the config file and obtain
them through API.
This change also encourage one who want to make some UI for
the user-specific configuration management. it is the main
purpose of this change for me though.
Aside from that, I've also made programs translatable. so
we see more dependencies on the build time for gettext,
and itstool to generate PO from xml.
|
|
without charset
|
|
Blanks are the new black, err, dead!
|
|
Going to use the top bit to query varfonts.
|
|
Like FcFreeTypeQuery(), but adds patterns for all fonts found, including named
instances of variable fonts. If id is -1, then all collection faces are queried.
Returns number of fonts added.
This merges the same face loop that was in fc-query. and fcdir.c.
Needs documentation update.
|
|
|
|
Ouch.
|
|
|
|
|
|
Added --ignore-blanks option to get back the behavior.
https://bugs.freedesktop.org/show_bug.cgi?id=79955
|
|
As of automake-13.1 the INCLUDES directive is no longer supported.
An automake run will return with an error.
This changeset simply follows automake's advice to replace INCLUDES
by AM_CPPFLAGS.
|
|
|
|
Library is supposed to automatically initialize itself. If it doesn't,
it's a bug.
|
|
fc-query is supposed to be config-independent.
|
|
|
|
just for git.mk coming up from Behdad's threadsafe branch
|
|
|
|
$< isn't supported in BSD make say. $(RM) is pre-defined in GNU make
though, not in BSD make say. so changed to check on configure if it's
pre-defined by make, otherwise set the appropriate command to $(RM).
This would be a workaround until it has the certain pre-defined value.
|
|
This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af.
Conflicts:
doc/Makefile.am
|
|
|
|
|
|
|
|
|
|
The filtering, '%{+elt1,elt2,elt3{subexpr}}' will evaluate subexpr
with a pattern only having the listed elements from the surrounding
pattern.
The deletion, '%{-elt1,elt2,elt3{subexpr}}' will evaluate subexpr
with a the surrounding pattern sans the listed elements.
|
|
Recent doc2man generates files called manpage.log. This was breaking build.
|
|
This is quite similar to fc-query, but calling FcFileScan/FcDirScan instead
of FcFreeTypeQuery.
|
|
|
|
Still need to add more features, but the API is there, and used
by cmdline tools with -f or --format.
|
|
Added -h instead of -?. And upon -h and --help, write usave to stdout
instead of stdin, and return 0 instead of 1.
-? still works like before as that's what getopt returns upon unknown
arguments.
|
|
|
|
|