| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Open-code the bsearch here. These functions
show up in profiles, since itemizations uses
an Emoji iter.
|
|
|
|
| |
Just reshuffling existing docs.
|
|
|
|
| |
Some formatting fixes for default_break.
|
|
|
|
|
|
|
| |
When multiple fontmaps are created in quick
succession, we would send off a thread to call
FcInit for each one of them, which is not really
necessary. Just do it once.
|
|
|
|
|
|
|
|
| |
harfbuzz puts marks into their own clusters, so we need
to work a little harder to keep non-spacing marks placed
over their base character.
Fixes: #541
|
|
|
|
|
| |
The g_memdup() function is replaced by a safer version in newer versions
of GLib.
|
|
|
|
|
| |
We don't necessarily want to depend on a newer version of GLib, given
that we're not really using g_memdup() in the wrong way.
|
|\
| |
| |
| |
| |
| |
| | |
Fix placement of marks in upright vertical text for fonts without vertical metrics.
Closes #454
See merge request GNOME/pango!297
|
| | |
|
|/
|
|
|
|
| |
GTK calls pango_context_get_metrics() frequently to
determine character widths and alignments, and does not
expect this to involve expensive layout operations.
|
|
|
|
|
|
|
| |
the `Cursive` default fallback to not load/work on Windows
It should be `comic` and not `commic`.
Signed-off-by: Naveen M K <naveen@syrusdark.website>
|
|\
| |
| |
| |
| | |
build: Don't build HarfBuzz prematurely
See merge request GNOME/pango!291
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For Visual Studio builds, since HarfBuzz is built with CMake until
HarfBuzz 2.6.x yet we only require HarfBuzz 2.0.0 or later, we
aren't able to find pre-2.6.x HarfBuzz using Meson's dependency()
method as the support for CMake config files is not done in Meson.
As a result, we need to make sure that we first manually look for the
HarfBuzz/HarfBuzz-GObject libraries before we attempt to use the
fallback mechanism in Meson, so that we won't rebuild HarfBuzz
unneccesarily.
This rebuild will also cause issues for older compilers that don't
have enough support for C++11 as building Harfbuzz with Meson support
requires a C++11 compiler, which was mandated in HarfBuzz 2.5.0.
|
| |
| |
| |
| | |
All these were pointed out by gi-docgen warnings.
|
| |
| |
| |
| |
| |
| | |
These don't have enough meat to warrant turning
them into .md files, so just drop them. They are
no longer used.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Convert link syntax and add summaries.
|
| |
| |
| |
| | |
Convert link syntax, and summaries.
|
| |
| |
| |
| | |
Add a few more summaries.
|
| |
| |
| |
| | |
Add summaries. Most of this really should be private.
|
| | |
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Add summaries, convert markup, etc.
|
| |
| |
| |
| | |
Remove not-shown sections.
|
| |
| |
| |
| | |
Add summaries to doc comments, etc.
|
| |
| |
| |
| | |
Add summaries to doc comments, etc.
|
| |
| |
| |
| | |
Give doc comments summaries, remove section, etc.
|
| |
| |
| |
| | |
Give doc comments summaries, etc.
|
| |
| |
| |
| | |
Give doc comments summaries, etc.
|
| |
| |
| |
| | |
Give doc comments summaries, etc.
|
| |
| |
| |
| | |
Drop not-shown section.
|
| |
| |
| |
| | |
Give doc comments summaries, etc.
|
| |
| |
| |
| | |
Give doc comments summaries, etc.
|
| |
| |
| |
| | |
Give doc comments summaries, etc.
|
| |
| |
| |
| |
| | |
We don't need the deprecated and useless module
and engine types in the gir and the docs.
|
| |
| |
| |
| |
| |
| | |
Replace gtk-doc'isms and use gi-docgen links instead.
Cross-gir links are still an open issue.
|
| |
| |
| |
| |
| |
| | |
Replace gtk-doc'isms and use gi-docgen links instead.
Cross-gir links are still an open issue.
|
| | |
|