summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Still more atsui removalJohn Ralls2012-08-222-16/+4
| | | | CoreText works now!
* Fix configuring for Xft even when it's not presentJohn Ralls2012-08-211-19/+26
| | | | | | | Must declare have_xft=false before the pkg-check otherwise it's always true. Then do the checks for Freetype and Xft, *then* check for Harfbuzz and disable Freetype and Xft if it's not there. Finally set the environment and config.h for Freetype and Xft.
* Fix build systemBehdad Esfahbod2012-08-211-15/+18
| | | | When harfbuzz is not found, we cannot enable cairo-ft backend.
* Remove some old cruftBehdad Esfahbod2012-08-211-6/+0
|
* Bug 590183 - Fix bidi implementation with regards to Unicode 5.2.0Behdad Esfahbod2012-08-211-2/+6
|
* Typo in the exampleKhaled Hosny2012-08-211-1/+1
|
* More pangox residual removalKhaled Hosny2012-08-211-3/+1
|
* Update pango Visual C++ project templatesChun-wei Fan2012-08-213-5/+5
| | | | | Simplify the inclusion of the mini-fribidi sources a bit, so we can use the -I flag to the preprocessor when creating the projects
* Revert "Temporarily work around doc build breakages"Matthias Clasen2012-08-202-3/+1
| | | | This reverts commit 3b7c44229bd212e68eb0407f297d7bc6570ce7c3.
* Bump versionMatthias Clasen2012-08-201-1/+1
|
* 1.31.01.31.0Matthias Clasen2012-08-202-2/+14
|
* Temporarily work around doc build breakagesMatthias Clasen2012-08-202-1/+3
| | | | | | The doc check script gets tripped up by some struct members that gtk-doc considers undocumented, and for some reason, forcing a doc rebuild in make dist does not work either.
* Neuter win32 build stuffMatthias Clasen2012-08-202-14/+0
| | | | Remove nonexisting files from EXTRADIST, this was breaking distcheck.
* Fix the doc buildMatthias Clasen2012-08-201-1/+0
| | | | No more atsui docs either !
* Update build/ to include git.mkBehdad Esfahbod2012-08-204-0/+8
|
* Update git.mk from upstreamBehdad Esfahbod2012-08-201-15/+40
|
* Make HarfBuzz dependency optional (on non-Linux), update READMEBehdad Esfahbod2012-08-202-11/+20
| | | | | If HarfBuzz is not available, we just can't build the Freetype/Fontconfig backend...
* More pangox residual removalBehdad Esfahbod2012-08-201-5/+3
|
* Fix the pangoft2 Visual C++ projectsChun-wei Fan2012-08-203-129/+0
| | | | | Many of the module sources have been removed for pangoft2, so remove them from the projects.
* More doc fixesBehdad Esfahbod2012-08-182-0/+10
|
* More atsui residual removalBehdad Esfahbod2012-08-184-493/+0
|
* Small doc fixBehdad Esfahbod2012-08-181-0/+18
|
* Remove win32 build cruft, to make "make distcheck" passBehdad Esfahbod2012-08-181-231/+1
| | | | | | | | | | I need to be able to "make distcheck". These were getting in the way. Please only add back if: 1) "make distcheck" passes, AND 2) Put the cruft under build/ only, no hundreds of lines of unmaintainable code in pango/Makefile.am please.
* More pangox resigual removalBehdad Esfahbod2012-08-182-5/+0
|
* Bump module version as pango-ot is being phased outBehdad Esfahbod2012-08-181-1/+1
|
* Add Mongolian test fileBehdad Esfahbod2012-08-162-0/+16
|
* Remove residuals from pangox and pangoatsui removalsBehdad Esfahbod2012-08-166-5374/+0
|
* Remove Atsui ModuleBehdad Esfahbod2012-08-169-1569/+8
| | | | CoreText for the win.
* Remove PangoXBehdad Esfahbod2012-08-1623-5268/+9
| | | | Been overdue...
* Merge branch 'harfbuzz-ng-external'Behdad Esfahbod2012-08-1687-18102/+389
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in docs/tmpl/text-attributes.sgml modules/arabic/arabic-ot.c modules/indic/indic-ot.c pango/opentype/Makefile.am pango/opentype/hb-blob.c pango/opentype/hb-buffer-private.h pango/opentype/hb-common.h pango/opentype/hb-ot-layout-gsubgpos-private.hh pango/opentype/hb-private.h pango/pango-ot-info.c
| * [HB] Remove Indic moduleharfbuzz-ng-externalBehdad Esfahbod2012-08-168-1833/+3
| |
| * [HB] Remove Thai shaperBehdad Esfahbod2012-08-167-1274/+1
| |
| * [HB] Remove Hangul, Hebrew, Khmer, and Tibetan shaping modulesBehdad Esfahbod2012-08-1614-3285/+2
| |