summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 330603 – pango_scan_int invokes undefined behaviourBehdad Esfahbod2006-07-101-21/+15
* New file. Move all pango_matrix_* stuff into a separate file.Behdad Esfahbod2006-07-071-225/+0
* Don't g_return if text == NULL and length == 0.Behdad Esfahbod2006-06-021-1/+1
* Bug 333984 – pango_language_from_string improvementsBehdad Esfahbod2006-05-311-24/+13
* Bug 341922 – pango should handle more characters as zero width PatchBehdad Esfahbod2006-05-221-4/+18
* Bug 339749 – pango_language_from_string issues Patch from MortenBehdad Esfahbod2006-04-281-6/+8
* Bug 339749 – pango_language_from_string issuesBehdad Esfahbod2006-04-261-5/+7
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-14/+6
* Fix typo in doc comment.Tor Lillqvist2006-04-091-2/+2
* Fix a few warnings.Behdad Esfahbod2006-04-041-2/+2
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-311-1/+1
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-18/+35
* Fix blurred underlines on Win32 (#332656):Tor Lillqvist2006-03-311-0/+34
* Bug 330602 – pango_parse_weight Reported by Morten Welinder.Behdad Esfahbod2006-02-101-1/+1
* If NULL is passed to _copy, return NULL with no warning. If NULL is passedBehdad Esfahbod2006-02-061-8/+17
* 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