summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make pangofc-fontmap.c thread-safeBehdad Esfahbod2012-08-271-5/+5
|
* More thread-safetyBehdad Esfahbod2012-08-275-12/+16
|
* Make static data thread safe in pango-context.cAlessandro Pignotti2012-08-271-2/+2
|
* Make static data thread safe in pangocairo-fcfont.cAlessandro Pignotti2012-08-271-2/+2
|
* Make static data thread safe in pango-engine.cAlessandro Pignotti2012-08-271-2/+2
|
* Make static data thread safe in pangocairo-fontmap.cAlessandro Pignotti2012-08-271-2/+2
|
* Make pango-attributes thread-safeBehdad Esfahbod2012-08-271-2/+12
|
* Fix warningsBehdad Esfahbod2012-08-271-2/+2
|
* Make pango-language.c thread-safeBehdad Esfahbod2012-08-272-14/+34
| | | | | | | Start marking static-data that is thread safe with the "MT-safe" marker. The following grep can be used to track progress: grep 'static[^(]*;' *c | grep -v MT-safe
* Make a couple of functions reentrantAlessandro Pignotti2012-08-271-8/+7
|
* Make static data thread safe in pango-utils.cAlessandro Pignotti2012-08-271-9/+13
|
* Deprecate pango_lookup_aliases()Matthias Clasen2012-08-274-301/+287
| | | | Part of Bug 377539 - (pango-threadsafe) Make Pango thread-safe
* Remove residuals from when HarfBuzz was in-treeBehdad Esfahbod2012-08-272-6/+2
|
* MinorBehdad Esfahbod2012-08-271-1/+0
|
* More pangox removal!Behdad Esfahbod2012-08-271-1/+1
|
* coretext: silence compilerKristian Rietveld2012-08-271-0/+7
|
* coretext: silently fail on invalid UTF8 instead of crashingKristian Rietveld2012-08-271-2/+13
| | | | | | | When an attempt is made to create a CFString with a C string containing invalid UTF8, the call returns NULL. We now check this return value and silently fail instead of continuing and reading from a NULL pointer.
* Update mini-fribidi to Unicode 6.1.0 dataBehdad Esfahbod2012-08-251-4647/+4810
|
* Deprecate pango_fc_font_kern_glyphs()Behdad Esfahbod2012-08-252-1/+3
| | | | No use for this anymore.
* Bug 653347 - rise units documented incorrectlyBehdad Esfahbod2012-08-251-1/+1
|
* Bug 678997 - Colors aqua, silver and indigo missing in: pango-color-table.hBehdad Esfahbod2012-08-252-646/+655
|
* [rgb.txt] Remove duplicate linesBehdad Esfahbod2012-08-252-943/+657
|
* Ignore spaces when parsing colorsBehdad Esfahbod2012-08-251-1/+19
|
* Add rgb.txt from X11Behdad Esfahbod2012-08-252-1/+755
|
* Bug 678721 - Don't need to get item properties in pango_layout_line_x_to_indexBehdad Esfahbod2012-08-251-3/+0
|
* Update script-language mapping tableBehdad Esfahbod2012-08-251-12/+18
|
* Bug 631601 - pangox.def, pangoxft.def missing from the distributionBehdad Esfahbod2012-08-251-0/+1
|
* MinorBehdad Esfahbod2012-08-251-1/+1
|
* Update to Unicode 6.1Behdad Esfahbod2012-08-254-2/+54
|
* Even more pangox residual removalBehdad Esfahbod2012-08-252-30/+0
|
* Remove unused tableBehdad Esfahbod2012-08-251-79/+0
|
* Add an update-cache mode to pango-query-modulesMatthias Clasen2012-08-252-25/+111
| | | | | | | | | It is inconvenient for distro-builders to redirect the output of pango-query-modules to a location that depends on various factors, such as architecture and pango module version. With this commit, you can just run pango-querymodules --update-cache, and it will replace the file #libdir/pango/1.8.0/modules.cache.
* Update NEWSBehdad Esfahbod2012-08-251-0/+2
|
* Forgotten fixupMatthias Clasen2012-08-251-11/+15
| | | | Make pango actually look in both locations for the module file.
* Update NEWSMatthias Clasen2012-08-251-0/+4
|
* docs: Improve pango-querymodules man pageMatthias Clasen2012-08-251-3/+7
| | | | | The man page now mentions what to do with the output produced by pango-querymodules.
* docs: Add some more metadata to man pagesMatthias Clasen2012-08-251-0/+18
|
* Read the module cache from libdir as wellMatthias Clasen2012-08-251-0/+5
| | | | | | | | | This is following identical changes made to gdk-pixbuf loaders and GTK+ immodules. We read the module cache file that is generated by pango-querymodules from $libdir/pango/1.8.0/modules.cache. This helps in situations where /etc needs to be readonly or empty. The old location, $sysconfdir/pango/pango.modules, still works too.
* Deprecate pango-ot.hBehdad Esfahbod2012-08-237-888/+70
| | | | | | Still needs document Deprecated tags to be done. Soon to add pango-hb.h
* Visual C++: Remove the "static" property sheetsChun-wei Fan2012-08-242-381/+0
| | | | | | The property sheets now have their header listings for "installation" filled in during make dist, so we don't need to keep the static pango property sheets around.
* Bug 682421 - Arabic is broken with gravity hint=line when gravity is east/northBehdad Esfahbod2012-08-231-26/+124
| | | | | | | Fix-up gravity and vertical support in HarfBuzz module. Still needs more work for vertical GPOS to work correctly, but this is a huge improvement already.
* Fix Xft detectionBehdad Esfahbod2012-08-231-4/+1
|
* Revert "Fix configuring for Xft even when it's not present"Behdad Esfahbod2012-08-231-26/+19
| | | | This reverts commit 42e01e32cd8ac070883f3456c65024019f1f73ac.
* Add PANGO_GRAVITY_IS_IMPROPERBehdad Esfahbod2012-08-234-0/+27
|
* MinorBehdad Esfahbod2012-08-231-4/+4
|
* Remove old cruftBehdad Esfahbod2012-08-233-354/+0
|
* autotools: Re-enable and enhance the completion of MSVC projectsChun-wei Fan2012-08-237-27/+606
| | | | | | | | | | | | | -Isolate the creation of full MSVC projects for pango, pangoft2 and pangocairo in a seperate build/Makefile-msvcproj.am, so it can be included and used elsewhere. -Update the Makefile.am's in pango/ and pango/mini-fribidi to include and use build/Makefile-msvcproj.am to create the MSVC project files -Use templates for the property sheets so that the listings of header files to "install" can be filled in using build/Makefile-msvcproj.am, to simplify future maintenance. -Re-enable the distribution of the created project files and property sheets
* Fix introspection for CoreTextJohn Ralls2012-08-221-1/+1
|
* Check for Cairo-Quartz as well as CoreTextJohn Ralls2012-08-221-3/+3
|
* A bit more atsui cleanupJohn Ralls2012-08-221-3/+0
| | | | Just a no-longer-true comment.