summaryrefslogtreecommitdiff
path: root/pango/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Up to 0.19.Owen Taylor2001-09-181-0/+2
* New file, move color handling here.Owen Taylor2001-08-301-0/+1
* Set GPATH to fix srcdir != builddir problems with GNU make.Owen Taylor2001-08-121-0/+4
* Fix dependencies to work without XFT.Owen Taylor2001-07-131-2/+2
* Add an explicit dependency on libpangoxft.la, to fix parallel make problemOwen Taylor2001-07-121-22/+24
* pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape):Owen Taylor2001-06-251-10/+35
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-3/+3
* Actually advance through list. (Problem noticed by Erwann Chenede)Owen Taylor2001-05-311-11/+0
* Require libtool 1.4 when build out of CVS.Owen Taylor2001-05-161-3/+18
* Get rid of grep -q (pointed out by Tony Graham).Owen Taylor2001-05-091-1/+1
* Release 0.14PANGO_0_14Owen Taylor2001-04-031-0/+1
* pango/makefile.mingw.in Update.Tor Lillqvist2001-03-181-0/+1
* Makefile.am configure.in modules/*/Makefile.am make it compile without XSven Neumann2001-03-151-5/+13
* srcdir != build dir fix.Owen Taylor2001-02-121-2/+4
* Allow '+' in the filename.Tor Lillqvist2001-01-071-1/+1
* put creation of module file here. Fixes problem if you 'make install' withHavoc Pennington2001-01-041-0/+11
* Update the default list of included modules forAlexander Larsson2001-01-031-8/+10
* Change usage to say pango-config instead of glib-config. Add support forAlexander Larsson2000-12-211-9/+26
* Add opentype/.Owen Taylor2000-12-211-5/+5
* Since Xft may only be available statically without shlib deps, check forOwen Taylor2000-12-201-3/+12
* Fix build breakage, reported by Alex Larsson and Yasushi ShojiHavoc Pennington2000-12-181-4/+5
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-161-3/+21
* touch sysconfdir/pango/pango.modules even if there are no dynamic modules,Havoc Pennington2000-12-151-1/+1
* Fix macro breakage.Owen Taylor2000-12-151-16/+25
* add assertion that shaper != NULL to catch engine problems fasterHavoc Pennington2000-12-141-3/+3
* Some tiny changes to correspond to fribidi-0.15Owen Taylor2000-11-291-1/+1
* Released 0.13PANGO_0_13Owen Taylor2000-11-171-0/+3
* Remove UNICODE_LIBS UNICODE_CFLAGSHavoc Pennington2000-11-131-1/+1
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-121-0/+9
* Add a per-PangoXFontMap cache for X Atoms.Robert Brady2000-11-081-1/+5
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-0/+1
* Add a tab array field to PangoLayout, and use it when laying out the textHavoc Pennington2000-09-251-1/+3
* Get font directory path with pango_config_key_get("PangoFT2/FontPath"). IfTor Lillqvist2000-08-211-1/+17
* Handle also ft_pixel_mode_mono glyphs.Tor Lillqvist2000-08-201-0/+1
* Add parameter telling whether to print warning or not if string isn'tTor Lillqvist2000-08-201-6/+15
* Add the pangowin32 sources.Tor Lillqvist2000-07-181-0/+7
* Released 0.12Owen Taylor2000-07-061-2/+4
* A bunch of simple functions for reading from files, manipulating stringsOwen Taylor2000-06-301-2/+4
* Remove tests for libunicodeOwen Taylor2000-06-211-3/+1
* g_strcasecmp returns 0 when strings are equal - negate return value.Elliot Lee2000-06-191-1/+2
* *** empty log message ***Owen Taylor2000-06-081-0/+1
* Release 0.11Owen Taylor2000-05-311-0/+1
* Install pango-fontmap.h.Owen Taylor2000-05-281-1/+3
* Add libgobject.Owen Taylor2000-05-281-2/+4
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-1/+7
* add support for fribidi-config (needs fribidi v0.1.10 or higher). AlsoManish Singh2000-05-011-1/+1
* Memory management functions for PangoItem.Owen Taylor2000-03-131-2/+6
* First draft of highlevel driver. It currently only handles a paragraph asOwen Taylor2000-03-081-0/+1
* Add size to the font description structure instead of continually passingOwen Taylor2000-02-251-1/+1
* Add documentation for attributes.Owen Taylor2000-02-151-22/+24