summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 1.38.11.38.1Matthias Clasen2015-10-121-1/+1
|
* Build: Require HarfBuzz 0.9.30Manuel Bachmann2015-10-031-1/+1
| | | | | | | | | | Pango uses the HB_VERSION_ATLEAST macro, but it was only defined in HarfBuzz 0.9.30. Thus, compiling with an older version fails. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> https://bugzilla.gnome.org/show_bug.cgi?id=756015
* 1.38.01.38.0Matthias Clasen2015-09-211-2/+2
|
* 1.37.51.37.5Matthias Clasen2015-09-141-1/+1
|
* MSVC Builds: "Add" MSVC 2015 Project FilesChun-wei Fan2015-09-091-0/+1
| | | | | | | | This "adds" Visual Studio 2015 projects in the way that we did before: copy the Visual Studio 2010 projects and replacing the items in there as necessary. Oh, this does pass 'make -jN distcheck' :)
* 1.37.4Matthias Clasen2015-09-011-1/+1
|
* 1.37.3Matthias Clasen2015-08-141-1/+1
|
* 1.37.21.37.2Matthias Clasen2015-07-201-1/+1
|
* Bump version to 1.37.1Matthias Clasen2015-06-191-1/+1
| | | | | This is so I can require a bleeding-edge pango in GTK+ for a font feature demo.
* MinorBehdad Esfahbod2015-04-301-3/+0
|
* Bug 694697 - [PATCH] cosmetic fix for configure.acBehdad Esfahbod2015-04-301-6/+7
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=694697
* Remove some old build cruftBehdad Esfahbod2015-04-221-48/+9
|
* Remove gmodule dependency and deprecate some more symbolsBehdad Esfahbod2015-04-051-1/+1
|
* [modules] Move language modules in source tree and remove modules/Behdad Esfahbod2015-04-041-197/+3
| | | | | | | This should complete the kill-modules effort. What is left is leftover removal and unbreaking stuff. Bug 733882 - Kill Pango modules, engines, and config files
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-3/+1
| | | | | | | | | | | | | | Now shaper is discovered via (previously unused!) font->find_shaper(). I'm keeping that just to allow clients override shaping. Though, even that I'm not sure we want to keep. Wraps shaper in PangoEngineShape structs to keep PangoAnalysis API intact. Deprecated pango-modules.h and some pango-engine.h. Language modules are not moved yet. Wired up PangoFc, PangoWin32, and PangoCoretext shapers.
* Move shapers from modules/basic/ into pango/Behdad Esfahbod2015-04-041-11/+2
| | | | Note wired up yet. Doesn't build.
* Remove unused / obsolete pango-zip.sh.in and sanitize-la.shBehdad Esfahbod2015-04-041-1/+0
|
* Kill PANGO_MODULE_VERSIONBehdad Esfahbod2015-04-041-6/+0
|
* [modules] Simplify build a bitKhaled Hosny2015-04-041-7/+1
|
* [modules] Kill pango-querymodulesKhaled Hosny2015-04-041-30/+1
| | | | It serves no purpose now.
* [modules] Don't build any dynamic modulesKhaled Hosny2015-04-041-61/+13
|
* [modules] Build all modules statically by defaultKhaled Hosny2015-04-041-6/+6
|
* Bump version to 1.37Matthias Clasen2014-10-011-2/+2
| | | | New development might happen.
* 1.36.81.36.8Matthias Clasen2014-09-221-1/+1
|
* 1.36.71.36.7Matthias Clasen2014-09-031-1/+1
|
* [fc] Use FcWeightTo/FromOpenType() if availableBehdad Esfahbod2014-07-261-0/+6
| | | | | | This makes the weight mapping a continuous, as ooposed to a step function. Last piece of Bug 733764 - Support more / free font weights
* Bug 733137 - Don't force no static builds on Win32Behdad Esfahbod2014-07-141-11/+0
|
* Build: Provide Simple Support for MSVC 2012/2013Chun-wei Fan2014-07-011-0/+2
| | | | | | | | | | | As the Visual Studio 2012/2013 are only slightly different from the Visual Studio 2010 projects, we can provide support for them by using scripts to copy the Visual Studio 2010 projects, and update the specific parts as necessary. Thus, there would be little maintenance overhead for these as only the 2010 projects need to be kept up-to-date as a result. This might change when we do get the stack working with WinRT/Metro, but that's going to be another totally different issue.
* Bump versionMatthias Clasen2014-06-241-1/+1
|
* Revert "build: Require Harfbuzz 0.9.29"Behdad Esfahbod2014-06-241-1/+1
| | | | | | This reverts commit e728c4c3659cc0ead406344b4cf98c0676cb769e. See previous commit for explanation.
* Bump versionMatthias Clasen2014-06-231-1/+1
|
* build: Require Harfbuzz 0.9.29Emmanuele Bassi2014-06-201-1/+1
| | | | | | | | | | | There has been an API change in HB: -hb_ot_layout_language_get_required_feature_index +hb_ot_layout_language_get_required_feature Commit: da132937989acb4d8ca9bd41c79f98750e7dda30 So we need to bump the dependency.
* Bump versionMatthias Clasen2014-03-171-1/+1
|
* Fix build --withincluded-modulesBehdad Esfahbod2013-12-151-1/+1
| | | | | | | | | | | | | According to Doug Felt: pango's configure dies with --with-included-modules=yes, because when have_libthai is true, thai_modules ends up being ",thai-lang", and all_modules (and included_modules) ends up containing ',,'. for module in $included_modules; ends up with module='' and the case $module falls back to default, which calls as_fn_error.
* Bump versionMatthias Clasen2013-11-111-1/+1
|
* 1.36.11.36.1Matthias Clasen2013-11-111-1/+1
|
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-1/+1
| | | | Patch from Rafał Mużyło.
* 1.36.01.36.0Matthias Clasen2013-09-231-2/+2
|
* 1.35.31.35.3Matthias Clasen2013-09-021-1/+1
|
* 1.35.21.35.2Matthias Clasen2013-08-191-1/+1
|
* Bump versionMatthias Clasen2013-06-211-1/+1
|
* 1.35.11.35.0Matthias Clasen2013-06-211-2/+2
|
* Make tests installableMatthias Clasen2013-05-311-1/+12
| | | | This ensures that tests are run continuously on ostree.gnome.org.
* build: Add --with(out)-cairo configure optionColin Walters2013-05-241-1/+9
| | | | | | | Some builders (e.g. GNOME and jhbuild) hard depend on pangocairo, and we really don't want to emit a build of pango without support for it. So jhbuild can specify --with-cairo, and we'll get a hard error.
* Require cairo >= 1.12.10Behdad Esfahbod2013-05-151-1/+1
| | | | | | Needed for threadsafety bug fixes. Bug 700247 - test-pangocairo-threads segfaults
* 1.34.01.34.0Matthias Clasen2013-03-251-2/+2
|
* 1.33.10Matthias Clasen2013-03-181-1/+1
|
* Post-release version bumpMatthias Clasen2013-03-041-1/+1
|
* 1.33.81.33.8Matthias Clasen2013-03-041-1/+1
|
* Belatedly start an unstable seriesMatthias Clasen2013-02-031-2/+2
| | | | | I really messed up with 1.32.6, which had lots of new, unstable stuff in it.