summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with detected root node. (Based on patch from Matthias Clasen,Owen Taylor2002-01-291-2/+2
* Add some return-if-fails to catch loading size 0 fonts.Owen Taylor2002-01-291-0/+2
* Fix problems with computing the length of the paragraph delimiter.Owen Taylor2002-01-241-1/+1
* fix memory leak of "text", reported by Jason TackaberryHavoc Pennington2002-01-211-0/+1
* Clean up underline drawing. Fixes segfaults.Alexander Larsson2002-01-201-20/+37
* Add glyph_cache_destroy to PangoFont. This is slightly ugly, we shouldAlexander Larsson2002-01-182-44/+164
* A string ending in a paragraph delimiter has an empty line at the end.Owen Taylor2002-01-161-1/+1
* Initialize the static_family field. (Fix from Zack Rusin)Owen Taylor2002-01-161-0/+2
* slight correction to pango_layout_get_extents(), docs still need to beHavoc Pennington2002-01-142-20/+20
* fix up docs to be clearer about PANGO_SCALE, as suggested by DennisHavoc Pennington2002-01-131-12/+12
* allow setting attrs to NULLHavoc Pennington2002-01-111-1/+2
* docs tweak (pango_layout_iter_next_cluster): update iter->index hereHavoc Pennington2002-01-111-1/+6
* Split comma separated family names and add them in pieces, so they are allOwen Taylor2002-01-112-8/+25
* Fix read of unitialized memory (#66067, Hidetoshi Tajima)Owen Taylor2002-01-101-1/+1
* Don't offset the logical rect by y_offset - this generally is not desired,Owen Taylor2002-01-101-2/+2
* Add g_error if font match fails, referencing bug #68030, which is theAlex Larsson2002-01-101-0/+4
* g_return_if_fail() if the desc's family is NULL. (#67947, report fromOwen Taylor2002-01-091-1/+2
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to pango-enum-types.h.Owen Taylor2002-01-091-2/+2
* Update the field mask in the merged description.Owen Taylor2002-01-021-0/+4
* Silence gcc -Wall, initialise a couple of variables.Tor Lillqvist2002-01-013-3/+17
* Set lfCharSet to DEFAULT_CHARSET always. Conditional debugging output withTor Lillqvist2002-01-012-22/+24
* pango/pango-fontmap.c (pango_font_map_load_fontset) return_val_if_fail()Owen Taylor2001-12-262-2/+4
* Version 0.23, require glib-1.3.12PANGO_0_23Owen Taylor2001-12-231-1/+1
* Fix doc comment.Owen Taylor2001-12-201-1/+1
* Remove incorrect special casing of initial line. (Reported by Darin Adler)Owen Taylor2001-12-201-5/+1
* Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoidDarin Adler2001-12-173-4/+4
* Resuming aborted commitSebastian Wilhelmi2001-12-133-0/+3
* include config.h so the definition of MINI_XFTCONFIG_DIR is actually usedSven Neumann2001-12-121-2/+4
* Initialize MiniXft library before calling MiniXftConfigSubstitute.Alexander Larsson2001-12-122-5/+5
* Fix the details in clipping to the bitmap size.Alex Larsson2001-12-121-22/+20
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-104-4/+4
* Fix problem where length passed in didn't get adjusted for paragraphOwen Taylor2001-12-071-1/+4
* hu Dec 6 12:10:53 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-12-061-25/+21
* pango/modules.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-052-4/+4
* Updates.Matthias Clasen2001-12-041-2/+2
* set n_families to -1 (uninitialized). (pango_ft2_font_map_list_families):Sven Neumann2001-12-041-0/+2
* Documentation fixes.Matthias Clasen2001-12-021-2/+4
* Documentation updates.Matthias Clasen2001-11-291-0/+21
* pango/pangoft2-private.h Take extra parameter include_size that determinesAlex Larsson2001-11-276-9/+19
* Don't leak filename copy. Don't leak matched patternAlex Larsson2001-11-272-4/+9
* Instead of including all-unicode.txt in the distribution, include a smallOwen Taylor2001-11-261-3/+3
* Documentation.Matthias Clasen2001-11-261-0/+8
* Workaround to work a little better with automake-1.5 - makeOwen Taylor2001-11-261-1/+1
* Disable --with-fribidi; it offers no advantages and until either fribidiOwen Taylor2001-11-261-1/+1
* acconfig.h support for --with-xftconfig-dir= path to system XftConfig fileManish Singh2001-11-245-24/+49
* free the font description when we don't need it anymoreKristian Rietveld2001-11-241-0/+2
* Fix for bug 65183; i.e. do not call g_utf8_next_char(next) when next isPadraig O'Briain2001-11-231-11/+20
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-2310-138/+188
* Remove duplicates.Matthias Clasen2001-11-221-6/+6
* Version 0.22. Updated Update. Don't look like a doc comment.Owen Taylor2001-11-211-3/+2