| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
When win32 fontmap goes away, font->fontmap becomes NULL. Deal
with that. Technically speaking, we need to port this to GWeakRef
like the other fontmaps do. But this would do for now.
|
|
|
|
|
|
|
| |
.def files are mostly used on Win32. Whitelist the win32 font map
function in the check.
Bug 694095 - Fails make check: -pango_cairo_win32_font_map_get_type
|
|
|
|
| |
These have now been put into Harfbuzz upstream
|
| |
|
|
|
|
|
| |
I really messed up with 1.32.6, which had lots of new, unstable
stuff in it.
|
|
|
|
| |
This is needed to build the introspection files for PangoCairo on Windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a PlatformToolset tag in the project configs so that we can
provide support for Visual Studio 2012 with relative ease as the format
of the VS 2012 projects are only slightly different from their VS 2010
counterparts. We can then use a script like the one used in GLib[1] to
copy the VS2010 projects and replace the necessary tags to create the
VS2012 projects.
This also cleans up the projects and property sheets, as there were
some unwanted/unneeded entries in them.
[1]: http://git.gnome.org/browse/glib/commit/?id=76cecf061b377d30e5422cdddb1fb9d19c52421d
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 2dc0c3dbb1c389c3a3ba12a5c5c85f21dca46e84.
This doesn't make sense. It ends up in infinite recursion because
pangofc is calling lock_face on pangoft2, which would recursively
call it on pangofc...
Was causing hang at startup of Inkscape.
If the deprecated warnings are an issue, they need to be dealt with
in some other way.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Like this:
<match target="font">
<edit name="pangofontfeatures" mode="append">
<string>smcp</string>
<string>ss20</string>
</edit>
</match>
Finally we are starting to see new features coming out of the HarfBuzz integration...
|
| |
|
|
|
|
| |
This is the first version of fontconfig that is thread-safe.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Drop an unused variable, and don't call the deprecated
pango_cairo_font_map_create_context().
|
|
|
|
| |
ifdef out a function whose only use is already ifdef'ed out.
|
|
|
|
|
| |
This entire test is about the deprecated OpenType API.
Not much we can do except ignoring deprecations.
|
|
|
|
| |
Replace it with PANGO_GET_UNKNOWN_GLYPH.
|
|
|
|
| |
Replace it with pango_fc_font_lock/unlock_face calls.
|
| |
|
|
|
|
| |
gcc doesn't like #ifndef LANGUAGE(x, y, z).
|
|
|
|
|
| |
Add the new paragraph_text/length parameters to the script_shape
implementation in the fallback engine.
|
|
|
|
|
| |
g_type_init has been deprecated in GLib 2.35.x. Use a
version check here to avoid depending on unstable GLib.
|
| |
|
|
|
|
|
| |
Valgrinding.... Apparently somewhere some memory corruption happens.
Argh...
|
| |
|
| |
|
|
|
|
|
|
|
| |
Replace long obsolete AM_CONFIG_HEADER with proper AC_CONFIG_HEADERS.
automake-1.13 errors out upon seeing former.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
|
|
|
|
|
|
| |
Using 100 threads and 100 iterations per thread.
Only passes with fontconfig master. We will get a release made and
required soon...
|
|
|
|
|
| |
Can be run standalone now, compares the output of all threads and fails
if they mismatch.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
By way of declaring fontmaps NOT threadsafe, and making
pango_cairo_font_map_get_default() return a thread-private fontmap.
test-pangocairo-threads doesn't crash anymore, if used with fontconfig
master.
|
|
|
|
|
| |
Currently is not run automatically. But run it with args "10 100" and
see it crash...
|
| |
|
|
|
|
|
|
|
|
|
|
| |
memory"
This reverts commit 7ed3cb89923c376d8b30ae3f977ab9e1a231e430, after
resolving conflicts.
The patch introduced some lifecycle management issues that could easily
cause crashing. Reverting till the issues are resolved.
|
| |
|
|
|
|
|
|
|
| |
If we are in fallback mode, with a font that has to space glyph, then
looking up engine/font for any character not in the font was failing
badly. In that case, if there's only one engine (which is the case
these days), just choose it.
|
|
|
|
|
| |
After commit 7c1d6208a4b42ef3a3cce0d8dffb214c7a321e5e, the first matched
font was being prepared twice, causing misconfiguration.
|
|
|
|
|
| |
This reverts commit 7274bd56db3ce2f02594687a307d22aa99c787c4.
Whatever the problem was with g-ir-scanner, it's resolved.
|
|
|
|
| |
Refcount cached patterns.
|
|
|
|
| |
FDO Bug 58496 - Basic module doesn't link against HarfBuzz
|
|
|
|
| |
Fix OS X relocation.
|
| |
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=679299
|