Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor | Behdad Esfahbod | 2015-04-30 | 1 | -3/+0 |
| | |||||
* | Bug 694697 - [PATCH] cosmetic fix for configure.ac | Behdad Esfahbod | 2015-04-30 | 1 | -6/+7 |
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=694697 | ||||
* | Remove some old build cruft | Behdad Esfahbod | 2015-04-22 | 1 | -48/+9 |
| | |||||
* | Remove gmodule dependency and deprecate some more symbols | Behdad Esfahbod | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | [modules] Move language modules in source tree and remove modules/ | Behdad Esfahbod | 2015-04-04 | 1 | -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 modules | Behdad Esfahbod | 2015-04-04 | 1 | -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 Esfahbod | 2015-04-04 | 1 | -11/+2 |
| | | | | Note wired up yet. Doesn't build. | ||||
* | Remove unused / obsolete pango-zip.sh.in and sanitize-la.sh | Behdad Esfahbod | 2015-04-04 | 1 | -1/+0 |
| | |||||
* | Kill PANGO_MODULE_VERSION | Behdad Esfahbod | 2015-04-04 | 1 | -6/+0 |
| | |||||
* | [modules] Simplify build a bit | Khaled Hosny | 2015-04-04 | 1 | -7/+1 |
| | |||||
* | [modules] Kill pango-querymodules | Khaled Hosny | 2015-04-04 | 1 | -30/+1 |
| | | | | It serves no purpose now. | ||||
* | [modules] Don't build any dynamic modules | Khaled Hosny | 2015-04-04 | 1 | -61/+13 |
| | |||||
* | [modules] Build all modules statically by default | Khaled Hosny | 2015-04-04 | 1 | -6/+6 |
| | |||||
* | Bump version to 1.37 | Matthias Clasen | 2014-10-01 | 1 | -2/+2 |
| | | | | New development might happen. | ||||
* | 1.36.81.36.8 | Matthias Clasen | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | 1.36.71.36.7 | Matthias Clasen | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | [fc] Use FcWeightTo/FromOpenType() if available | Behdad Esfahbod | 2014-07-26 | 1 | -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 Win32 | Behdad Esfahbod | 2014-07-14 | 1 | -11/+0 |
| | |||||
* | Build: Provide Simple Support for MSVC 2012/2013 | Chun-wei Fan | 2014-07-01 | 1 | -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 version | Matthias Clasen | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | Revert "build: Require Harfbuzz 0.9.29" | Behdad Esfahbod | 2014-06-24 | 1 | -1/+1 |
| | | | | | | This reverts commit e728c4c3659cc0ead406344b4cf98c0676cb769e. See previous commit for explanation. | ||||
* | Bump version | Matthias Clasen | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | build: Require Harfbuzz 0.9.29 | Emmanuele Bassi | 2014-06-20 | 1 | -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 version | Matthias Clasen | 2014-03-17 | 1 | -1/+1 |
| | |||||
* | Fix build --withincluded-modules | Behdad Esfahbod | 2013-12-15 | 1 | -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 version | Matthias Clasen | 2013-11-11 | 1 | -1/+1 |
| | |||||
* | 1.36.11.36.1 | Matthias Clasen | 2013-11-11 | 1 | -1/+1 |
| | |||||
* | Bug 685167 - migrate docs to no-tmpl flavour | Behdad Esfahbod | 2013-09-27 | 1 | -1/+1 |
| | | | | Patch from Rafał Mużyło. | ||||
* | 1.36.01.36.0 | Matthias Clasen | 2013-09-23 | 1 | -2/+2 |
| | |||||
* | 1.35.31.35.3 | Matthias Clasen | 2013-09-02 | 1 | -1/+1 |
| | |||||
* | 1.35.21.35.2 | Matthias Clasen | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Bump version | Matthias Clasen | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | 1.35.11.35.0 | Matthias Clasen | 2013-06-21 | 1 | -2/+2 |
| | |||||
* | Make tests installable | Matthias Clasen | 2013-05-31 | 1 | -1/+12 |
| | | | | This ensures that tests are run continuously on ostree.gnome.org. | ||||
* | build: Add --with(out)-cairo configure option | Colin Walters | 2013-05-24 | 1 | -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.10 | Behdad Esfahbod | 2013-05-15 | 1 | -1/+1 |
| | | | | | | Needed for threadsafety bug fixes. Bug 700247 - test-pangocairo-threads segfaults | ||||
* | 1.34.01.34.0 | Matthias Clasen | 2013-03-25 | 1 | -2/+2 |
| | |||||
* | 1.33.10 | Matthias Clasen | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Post-release version bump | Matthias Clasen | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | 1.33.81.33.8 | Matthias Clasen | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | Belatedly start an unstable series | Matthias Clasen | 2013-02-03 | 1 | -2/+2 |
| | | | | | I really messed up with 1.32.6, which had lots of new, unstable stuff in it. | ||||
* | 1.35.61.35.61.32.6 | Matthias Clasen | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Bump fontconfig dep to 2.10.91 | Matthias Clasen | 2013-01-10 | 1 | -1/+1 |
| | | | | This is the first version of fontconfig that is thread-safe. | ||||
* | Bug 691263 - Build with automake-1.13 broken | Behdad Esfahbod | 2013-01-06 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | Link to gthread-2.0 | Behdad Esfahbod | 2013-01-03 | 1 | -6/+1 |
| | |||||
* | post release version bump | Alexander Larsson | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | Bump harfbuzz requirement to 0.9.9 | Alexander Larsson | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | build: Use -Bsymbolic-functions by default if available | Colin Walters | 2012-12-04 | 1 | -0/+21 |
| | | | | | | | Using -Bsymbolic-functions to avoid internal PLT indirection is an easy win. This is the same code that both GLib and GTK+ have. https://bugzilla.gnome.org/show_bug.cgi?id=689648 | ||||
* | Remove runtests.sh | Behdad Esfahbod | 2012-12-02 | 1 | -3/+0 |
| | |||||
* | Require harfbuzz 0.9.7 | Behdad Esfahbod | 2012-11-21 | 1 | -1/+1 |
| |