summaryrefslogtreecommitdiff
path: root/pango/querymodules.c
Commit message (Expand)AuthorAgeFilesLines
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-17/+17
* Fix a few warnings.Behdad Esfahbod2006-04-041-2/+2
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Bug 331038 – pango-querymodules --help and --version Patch from AntoineBehdad Esfahbod2006-02-151-1/+39
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Pass G_MODULE_BIND_LOCAL to g_module_open. (Pointed by Federico)Behdad Esfahbod2005-12-141-1/+1
* Tiny clean up. Simpler way to suppress gcc strict-aliasing warning. (partBehdad Esfahbod2005-11-231-20/+8
* Free used memory. (#316467, Steve Grubb)Behdad Esfahbod2005-11-231-0/+4
* Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for theBehdad Esfahbod2005-11-091-1/+1
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Use quarks for GObject data to improve performance. (Patch from FedericoBehdad Esfahbod2005-11-041-1/+1
* Escape also backslashes. (#152607, Kazuki Iwamoto)Tor Lillqvist2004-09-151-1/+4
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-5/+25
* Remove a stray ; (#120528, Mehran Mehr)Owen Taylor2003-08-241-1/+1
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-4/+18
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-4/+6
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-061-12/+12
* Avoid using g_strescape(), since it mangles UTF-8. (#89479, Yao Zhang)Owen Taylor2002-07-311-2/+44
* Add a implementation of strtok_r (copied from glibc) for machines thatOwen Taylor2002-05-131-10/+10
* Fix problem where == was used instead if =. (#73694, Martin Gansser)Owen Taylor2002-03-061-0/+1
* Write examples/pango.modules in terms of .la files rather than directOwen Taylor2002-03-031-4/+5
* Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoidDarin Adler2001-12-171-1/+1
* pango/modules.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-051-3/+3
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-231-19/+11
* Use g_build_filename() where appropriate.Owen Taylor2001-09-121-5/+5
* Use g_win32_get_package_installation_subdirectory(). Use the sameTor Lillqvist2001-02-101-4/+20
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-161-1/+3
* touch sysconfdir/pango/pango.modules even if there are no dynamic modules,Havoc Pennington2000-12-151-1/+2
* Define PANGO_VERSION.Tor Lillqvist2000-11-301-0/+8
* pango/pangowin32.h pango/pangowin32-private.h pango/pangowin32-fontcache.cTor Lillqvist2000-07-151-2/+16
* A bunch of simple functions for reading from files, manipulating stringsOwen Taylor2000-06-301-22/+58
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-2/+2
* Initial revisionOwen Taylor2000-01-131-0/+102