summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 1.29.41.29.4Matthias Clasen2011-09-281-1/+1
|
* Bump version to 1.29.31.29.3Javier Jardón2011-06-161-1/+1
|
* Bump version to 2.29.1Javier Jardón2011-06-161-1/+1
|
* Correctly generate module-defs-coretext.c in configure.inKristian Rietveld2011-04-141-1/+1
| | | | Patch by Jerome Lambourg
* Start implementation of CoreText backendKristian Rietveld2011-04-141-2/+55
| | | | | | | | | | | On Mac OS X systems where CoreText is available (that is, 10.5 or higher), we will build the CoreText backend instead of the ATSUI backend. In this case, the ATSUI backend will not be built and installed. This change is necessary because since Mac OS 10.5 ATSUI has been marked as deprecated. For older systems, we will have to continue to use the ATSUI backend.
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-1/+1
| | | | Bug #539622.
* introspection: Use --include-uninstalledColin Walters2010-09-291-1/+1
| | | | | | | | | | | | | For inter-module includes we need to use --include-uninstalled, otherwise we may try to process pkg-config entries for uninstalled .pc files. Also: * Don't include pangoft2 in its own package list. * Filter out non-public pango-color-table.h https://bugzilla.gnome.org/show_bug.cgi?id=630857
* configure.in: Add missing ;Colin Walters2010-09-281-1/+1
|
* Bug 629632 - configure bugBehdad Esfahbod2010-09-141-1/+1
|
* Bug 617772 - pango fails to build from git outside source treeBehdad Esfahbod2010-07-221-1/+1
| | | | | | | Depends on gobject-introspection >= 0.6.14, where introspection sources are referenced via VPATH. Remove $(srcdir) prefix in sources. Signed-off-by: Theppitak Karoonboonyanan <thep@linux.thai.net>
* Bump version to 1.29Behdad Esfahbod2010-06-151-2/+2
|
* Add solution and project files for Visual Studio buildsTor Lillqvist2010-03-151-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The VS files are kept in build/win32/vs9, the same relative location as in GLib, mostly for historical reasons. Update README.win32 to reflect the VS possibility. Include the VS solution and project files in the tarball when doing a release. To avoid having to list source files in several locations, generate files listing source files at "make dist" time in the corresponding source directories. Use the C preprocessor to preprocess .vcprojin files that include said list files into the actual .vcproj project files. Provide a rc file for the pangocairo DLL, too. Construct and provide in the tarball a pregenerated config.h.win32 which can be used as config.h when building with Visual C without running any configure script. Provide pregenerarated module-defs.h.win32, module-defs-lang.c.win32 files too. Define PANGO_MODULE_PREFIX appropriately in the relevant module source files if not available from the compilation command line. Update module-defs-fc.c.win32 and module-defs-win32.c.win32 to match what the configure script provides.
* Release 1.27.11.27.1Behdad Esfahbod2010-02-221-2/+2
|
* [configure] Remove stale codeBehdad Esfahbod2010-01-121-3/+0
|
* Use introspection.m4Johan Dahlin2009-12-181-21/+2
| | | | | | Use introspection.m4 without requiring it to be included in the tree. https://bugzilla.gnome.org/show_bug.cgi?id=604770
* Release 1.26.21.26.2Behdad Esfahbod2009-12-141-1/+1
|
* Release 1.26.11.26.1Behdad Esfahbod2009-11-171-1/+1
|
* Remove REBUILD black magicBehdad Esfahbod2009-11-101-13/+0
| | | | Shouldn't be needed.
* Allow using uninstalled glibBehdad Esfahbod2009-10-221-0/+5
| | | | Reported by mpsuzuki on gtk-i18n-list on 2009-10-09.
* [configure] Allow using uninstalled cairoBehdad Esfahbod2009-10-221-4/+2
| | | | Reported by mpsuzuki on gtk-i18n-list on 2009-10-16.
* Release 1.26.01.26.0Behdad Esfahbod2009-09-211-2/+2
|
* Release 1.25.61.25.6Behdad Esfahbod2009-09-081-1/+1
|
* Enable silent rules by defaultBehdad Esfahbod2009-08-281-1/+1
|
* Release 1.25.51.25.5Behdad Esfahbod2009-08-241-1/+1
|
* Bug 592194 - Fix missing _SC_PAGE_SIZE macroBehdad Esfahbod2009-08-181-0/+1
| | | | Autoconfiscate a simple call to mprotect() even more.
* Release 1.25.41.25.4Behdad Esfahbod2009-08-171-1/+1
|
* Bug 592131 - Add AM_SILENT_RULESBehdad Esfahbod2009-08-171-0/+1
| | | | | And sprinkle some $(AM_V_GEN) around. Silent rules are disabled by default.
* Make pango_interface_age automaticBehdad Esfahbod2009-08-171-0/+10
| | | | | For unstable releases, we act as if each micro release has new API. For stable releases, no micro release adds new API.
* Re-enable introspection, delete PangoXColin Walters2009-08-171-1/+1
| | | | | | | | | | | | This patch relies on the latest GObject Introspection; bump requirement to 0.6.4. First, delete the PangoX.gir since it's "incredibly deprecated" in Owen's words =) Next, clean up the PangoCairo.gir logic; we need to include the .gir for the relevant font backend (currently just FT2), because the font object gets expanded.
* Bug 591511 – hh-blob.c does not compile using mingw on windowsBehdad Esfahbod2009-08-131-1/+1
| | | | Check for sys/mman.h, not mprotect().
* Release 1.25.31.25.3Behdad Esfahbod2009-08-121-2/+2
|
* Bug 591413 – needs to link with libstdc++Behdad Esfahbod2009-08-121-3/+26
| | | | Enforce -fno-exceptions better.
* Bug 591511 – hb-blob.c does not compile using mingw on windowsBehdad Esfahbod2009-08-121-1/+2
| | | | | Only call mprotect() when available. For optimal performance, a win32 way to make memory writeable needs to be added.
* Release 1.25.21.25.2Behdad Esfahbod2009-08-111-2/+2
|
* Add CXX check to configureBehdad Esfahbod2009-08-101-10/+1
|
* Release 1.25.11.25.1Behdad Esfahbod2009-08-101-2/+2
|
* Bug 582851 -- Little fix for compiling with CygwinCarlo Bramini2009-07-211-2/+4
| | | | | Use .def and .rc files on Cygwin, too. Use them for the pangox and pangoxft libraries, too on Cygwin.
* Bump version to 1.25.0Behdad Esfahbod2009-07-201-3/+3
|
* Release 1.24.51.24.5Behdad Esfahbod2009-07-201-2/+2
|
* Release 1.24.41.24.4Behdad Esfahbod2009-06-291-2/+2
|
* Release 1.24.31.24.3Behdad Esfahbod2009-06-191-2/+2
|
* Released 1.24.21.24.2Behdad Esfahbod2009-05-041-2/+2
|
* Bug 578935 – Syntax error (missing semicolon) in pango/pangowin32-fontmap.cBehdad Esfahbod2009-04-141-2/+2
| | | | Add missing semicolon.
* Release 1.24.01.24.0Behdad Esfahbod2009-03-161-2/+2
|
* [configure.in] Look for pango.pc.in instead of ChangeLogBehdad Esfahbod2009-03-161-1/+1
|
* Fix conditional.Behdad Esfahbod2009-02-031-1/+1
| | | | | | | | 2009-02-02 Behdad Esfahbod <behdad@gnome.org> * configure.in: Fix conditional. svn path=/trunk/; revision=2826
* Bump version to 1.23.0. Not releasing yet.Behdad Esfahbod2009-01-281-5/+4
| | | | | | | | 2009-01-28 Behdad Esfahbod <behdad@gnome.org> * configure.in: Bump version to 1.23.0. Not releasing yet. svn path=/trunk/; revision=2811
* Bug 567934 – Add introspection support inside pangoJohan Dahlin2009-01-201-1/+28
| | | | | | | | | | | | | | 2009-01-20 Johan Dahlin <jdahlin@async.com.br> Bug 567934 – Add introspection support inside pango * configure.in: * pango/Makefile.am: * pango/pango-attributes.c: * pango/pango-layout.c: svn path=/trunk/; revision=2798
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-061-1/+1
| | | | | | | | | | | | | | | | | 2009-01-06 Behdad Esfahbod <behdad@gnome.org> Bug 166709 – Handle font variants more consistently * configure.in: Require fontconfig >= 2.5.0 * pango/fonts.c: Parse "Roman" as style=normal instead of weight=normal. Doesn't make much difference in reality. * pango/pangofc-fontmap.c (pango_fc_convert_weight_to_fc), (pango_fc_convert_weight_to_pango): Update to reflect newly added weights. svn path=/trunk/; revision=2788
* === Released 1.22.4 ===PANGO_1_22_4Behdad Esfahbod2008-12-151-2/+4
| | | | | | | | | | | | 2008-12-15 Behdad Esfahbod <behdad@gnome.org> * === Released 1.22.4 === * configure.in: Version 1.22.4 * NEWS: Updated. svn path=/trunk/; revision=2760