summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-2/+2
* Part of Bug 377539 - Make Pango thread-safeBehdad Esfahbod2011-05-171-1/+1
* Fix compiler warningsBehdad Esfahbod2011-05-011-1/+1
* Fixed (transfer full) introspection annotation for the return value in pango_...Alberto Ruiz2011-04-261-1/+2
* Adding (out) introspection metadata to pango_read_lineAlberto Ruiz2011-04-251-1/+1
* Adding (inout) introspection metadata to pango_skip_spaceAlberto Ruiz2011-04-251-1/+1
* Adding (inout)/(out) introspection metadata to pango_scan_wordAlberto Ruiz2011-04-251-3/+3
* Adding (inout)/(out) introspection metadata to pango_scan_stringAlberto Ruiz2011-04-251-2/+2
* Adding (inout) introspection metadata to pango_scan_intAlberto Ruiz2011-04-251-2/+2
* adding (out) introspection metadata to pango_parse_enumAlberto Ruiz2011-04-251-2/+2
* adding allow-none introspection metadata to pango_parse_enumAlberto Ruiz2011-04-251-3/+3
* Add out and array metadata annotations to pango_lookup_aliasesAlberto Ruiz2011-04-251-2/+2
* adding (inout) introspection metadata to pango_quantize_line_geometryAlberto Ruiz2011-04-251-2/+2
* adding allow-none introspection metadata to pango_extents_to_pixelsAlberto Ruiz2011-04-251-2/+2
* Add PANGO_LIBDIR and PANGO_SYSCONFDIR enviroment variablesOwen W. Taylor2010-07-081-9/+17
* Bug 588060 -- Fonts missing on CygwinTor Lillqvist2009-07-211-2/+2
* Move the parse_*() functions in fonts.c and have them share tables withBehdad Esfahbod2009-01-061-296/+24
* Bug 164001 - pango-querymodules doesn't work uninstalled on win32Tor Lillqvist2009-01-061-1/+7
* Bug 469049 – Fix all compiler warningsBehdad Esfahbod2008-12-261-1/+1
* Fix warnings.Behdad Esfahbod2008-12-261-1/+1
* Don't use the deprectated g_win32_get_package_installation_subdirectory().Tor Lillqvist2008-09-131-15/+34
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Revert the addition of the alias "sansserif". The correct name isPANGO_1_20_3Tor Lillqvist2008-05-231-1/+0
* Add alias "sansserif" to the builtin aliases on Win32. Same contents asTor Lillqvist2008-05-201-0/+1
* Bug 523193 - Vista Hebrew, CJK fonts to builtin win32 pango aliasesTor Lillqvist2008-05-201-6/+6
* Group bidi stuff together. Add a section in the docs for them.Behdad Esfahbod2008-04-221-124/+0
* Bug 515432 – Add function to get bidirectional character type of aBehdad Esfahbod2008-04-211-6/+8
* 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