summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed gtk-doc warnings.Wouter Bolsterlee2008-01-281-2/+2
* Bug 508002 – change pango_layout_pixel_extents() to round logical rectBehdad Esfahbod2008-01-221-25/+26
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-5/+4
* Bug 501575 – Compile errors Patch from Jens GranseuerBehdad Esfahbod2007-12-051-1/+1
* Bug 485536 – underline_position can be zeroBehdad Esfahbod2007-11-301-0/+3
* Factor out the common code from read_builtin_aliases() andTor Lillqvist2007-11-161-168/+111
* Bug 495091 – pango-utils.c:variable is declared at middle of blockBehdad Esfahbod2007-11-081-1/+2
* On Windows store the default aliases file in a string array. (#492517)Tor Lillqvist2007-11-031-1/+118
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+0
* Bug 467056 – Shape attribute handling is not consistentBehdad Esfahbod2007-08-151-0/+77
* Move PangoLanguage stuff into pango-language.[ch]Behdad Esfahbod2007-05-081-352/+0
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-7/+7
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-119/+119
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-0/+78
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-161-29/+1
* Spell-check the docs.Behdad Esfahbod2007-01-071-13/+13
* Improve docs, and mention g_unichar_iszerowidth().Behdad Esfahbod2007-01-041-2/+5
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-041-0/+84
* Improve docs.Behdad Esfahbod2006-12-241-1/+21
* New generated public header file pango-features.h. Currently contains theBehdad Esfahbod2006-12-071-1/+90
* Set context language to pango_language_get_default() instead of hardcodingBehdad Esfahbod2006-12-061-3/+6
* Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used PatchBehdad Esfahbod2006-12-061-0/+90
* updated error C2059: syntax error : '}' Intializing a struct with emptyHans Breuer2006-08-171-3/+3
* Render block progression and line direction arrows, and a base gravityBehdad Esfahbod2006-08-161-1/+30
* 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