summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GKeyFile transition.Behdad Esfahbod2006-02-021-20/+20
* Initialize warning history structs more explicitly. (bug #329459)Behdad Esfahbod2006-02-011-1/+1
* Bug 328313 – Use GKeyFile for parsing pangorc Patch from AntoineBehdad Esfahbod2006-01-311-122/+56
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-2/+2
* Improve error handling in high-frequency functions: Only warn once.Behdad Esfahbod2006-01-311-2/+4
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Removed.Behdad Esfahbod2006-01-281-1/+1
* Fix docs.Behdad Esfahbod2006-01-211-2/+5
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-2/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-2/+2
* Fix bug #323540.Behdad Esfahbod2005-12-121-0/+52
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+4
* More documentation improvements.Behdad Esfahbod2005-11-171-4/+4
* Various documentation improvements.Behdad Esfahbod2005-11-171-1/+1
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+2
* Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. MovedBehdad Esfahbod2005-11-031-16/+70
* put parens around bitwise &, to appease gcc.Manish Singh2005-07-271-1/+1
* New function added.Behdad Esfahbod2005-07-231-0/+34
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-221-1/+1
* Fix some missing case variants in the switch statement. (#169852, MortenOwen Taylor2005-06-141-0/+2
* Fix docs, handle a lone '~' (#169851, Morten Welinder)Owen Taylor2005-06-141-1/+6
* pango/modules.c (read_modules) Use gstdio wrappers. (#16111, RobertTor Lillqvist2004-12-121-2/+4
* Cleanups from 'sparse', #149922, Kjartan MaraasOwen Taylor2004-09-221-1/+1
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+12
* Add a GType for PangoMatrix (#145532, Torsten Schoenfeld)Owen Taylor2004-07-131-0/+13
* Make table constant. (#145515, Morten Welinder)Owen Taylor2004-07-131-1/+1
* One more constification.Owen Taylor2004-07-101-2/+2
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-1/+1
* Add new letter_spacing attribute.Owen Taylor2004-06-231-0/+15
* Fix 'new' as parameter name (C++ compatibility issue). (#143430, DavidOwen Taylor2004-05-311-9/+9
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-0/+136
* Add some new enum and values and utilities for supporting automaticallyOwen Taylor2004-02-271-0/+36
* Italian is "it"; "iw" is deprecated for Hebrew, should be "he".Noah Levitt2003-11-251-2/+2
* Update to latest fribidi. (#68435)Noah Levitt2003-11-201-3/+2
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-11/+9
* Increment past the ';' for a list with multiple elements. (#117180, JohnOwen Taylor2003-07-241-1/+2
* Use octal escapes rather than hex to avoid the problem over having hexOwen Taylor2002-12-071-19/+19
* Convert literal UTF-8 to hex escapes. (#92050, Arnaud Carlet)Owen Taylor2002-12-061-19/+19
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-061-4/+4
* Distribute specifically pango.aliases and pango.modules, not the wholeTor Lillqvist2002-09-211-4/+5
* Fix problem where position wasn't updated properly.Owen Taylor2002-09-191-0/+1
* G_WIN32_DLLMAIN_FOR_DLL_NAME not needed on Cygwin, surround with #ifdefTor Lillqvist2002-09-041-1/+3
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-8/+7
* acconfig.h support for --with-xftconfig-dir= path to system XftConfig fileManish Singh2001-11-241-1/+1
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-231-4/+4
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-1/+243
* Add pangoxft-private.h.Matthias Clasen2001-11-111-1/+1
* Patch from Darin Adler, with updates, to use g_ascii_* instead ofOwen Taylor2001-11-021-27/+27
* Neat Win32 feature: A prebuilt Pango package can be installed in a randomTor Lillqvist2001-10-311-25/+5