| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fix for memory leaks around PangoWin32Font
|
|
|
|
|
| |
Clarify that the exact style of rendering is up
to the PangoRenderer in use.
|
|
|
|
| |
Mainly for my own education.
|
|
|
|
|
|
| |
GLib now causes compiler warnings when passing a
volatile variable to g_atomic_ apis. Drop the volatile
to pacify gcc.
|
|
|
|
|
|
|
| |
We were erroneously setting fc_initialized back to 1
in one place. But now 1 means 'wait for the FcInit thread
that is already underway. Setting it to 2 restores the
intention.
|
|
|
| |
This reverts merge request !309
|
|\
| |
| |
| |
| | |
Fix deadlocks
See merge request GNOME/pango!310
|
| |
| |
| |
| |
| |
| |
| | |
We were erroneously setting fc_initialized back to 1
in one place. But now 1 means 'wait for the FcInit thread
that is already underway. Setting it to 2 restores the
intention.
|
| |
| |
| |
| |
| |
| |
| | |
Extend the PangoUnderline and PangoOverline enumerations to
cover dashed and dotted variants of the various lines, add
api to PangoRenderer to render such lines, and implement it
in the cairo renderer.
|
| |
| |
| |
| | |
We are going to add new api.
|
| |
| |
| |
| |
| |
| |
| | |
Turns out the case ranges really just gcc extensions,
and do not work with msvc. So, do things the hard way.
Still keeping the early check for ASCII.
|
| | |
|
| |
| |
| |
| | |
Make a bit more use of our types.
|
| |
| |
| |
| | |
No need to walk to the end if we are done.
|
| | |
|
|/
|
|
|
|
| |
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.
|