summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.24PANGO_0_24Owen Taylor2002-01-299-1/+58
* Fix problem with detected root node. (Based on patch from Matthias Clasen,Owen Taylor2002-01-298-2/+44
* Add some return-if-fails to catch loading size 0 fonts.Owen Taylor2002-01-298-0/+37
* Remove this file; pangofttopgm is the test case for the FT2 backend now.Owen Taylor2002-01-254-796/+34
* Fix problems with computing the length of the paragraph delimiter.Owen Taylor2002-01-248-1/+36
* configure.in modules/arabic/Makefile.am added arabic shaper for FT2 portedSven Neumann2002-01-2410-5/+491
* Remove this file; pangofttopgm is the test case for the FT2 backend now.Owen Taylor2002-01-237-0/+77
* fix memory leak of "text", reported by Jason TackaberryHavoc Pennington2002-01-218-0/+36
* Clean up underline drawing. Fixes segfaults.Alexander Larsson2002-01-208-20/+72
* Improved nikud placement. This is the first time there is a use ofDov Grobgeld2002-01-191-4/+40
* Changed support of Hebrew from full to fallback in order to make theDov Grobgeld2002-01-193-3/+3
* Add a AC_TRY_LINK() for qt, since broken setups seem to be common.Owen Taylor2002-01-198-0/+70
* Add glyph_cache_destroy to PangoFont. This is slightly ugly, we shouldAlexander Larsson2002-01-189-44/+297
* Added pangoft2topgm.c to EXTRA_DISTDov Grobgeld2002-01-171-0/+1
* An example of using the ft2 moduleDov Grobgeld2002-01-172-0/+546
* include missing header filejacob berkman2002-01-178-1/+36
* bug#: 68350 pango module for xft and freetype2.Chookij Vanatham2002-01-172-509/+237
* bug#: 68350 pango module for xft and freetype2.Chookij Vanatham2002-01-165-0/+1262
* A string ending in a paragraph delimiter has an empty line at the end.Owen Taylor2002-01-168-1/+43
* Initialize the static_family field. (Fix from Zack Rusin)Owen Taylor2002-01-168-0/+44
* slight correction to pango_layout_get_extents(), docs still need to beHavoc Pennington2002-01-1410-20/+101
* fix up docs to be clearer about PANGO_SCALE, as suggested by DennisHavoc Pennington2002-01-138-12/+47
* fix cross-references in hereHavoc Pennington2002-01-129-11/+43
* allow setting attrs to NULLHavoc Pennington2002-01-118-1/+37
* docs tweak (pango_layout_iter_next_cluster): update iter->index hereHavoc Pennington2002-01-118-1/+41
* Split comma separated family names and add them in pieces, so they are allOwen Taylor2002-01-119-8/+95
* Fix read of unitialized memory (#66067, Hidetoshi Tajima)Owen Taylor2002-01-108-1/+36
* Don't offset the logical rect by y_offset - this generally is not desired,Owen Taylor2002-01-108-2/+51
* Add g_error if font match fails, referencing bug #68030, which is theAlex Larsson2002-01-108-0/+46
* g_return_if_fail() if the desc's family is NULL. (#67947, report fromOwen Taylor2002-01-098-1/+44
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to pango-enum-types.h.Owen Taylor2002-01-098-2/+44
* Update the field mask in the merged description.Owen Taylor2002-01-028-0/+39
* Silence gcc -Wall, initialise a couple of variables.Tor Lillqvist2002-01-0110-3/+59
* Set lfCharSet to DEFAULT_CHARSET always. Conditional debugging output withTor Lillqvist2002-01-019-22/+129
* Mark as only an approximate match for Hebrew, so the Hebrew shaper will beOwen Taylor2001-12-278-1/+43
* pango/pango-fontmap.c (pango_font_map_load_fontset) return_val_if_fail()Owen Taylor2001-12-269-2/+46
* Version 0.23, require glib-1.3.12PANGO_0_23Owen Taylor2001-12-2311-4/+74
* Patch from Roozbeh Pournader to update for shaping class changes inOwen Taylor2001-12-228-3/+45
* Fix doc comment.Owen Taylor2001-12-208-1/+36
* Remove incorrect special casing of initial line. (Reported by Darin Adler)Owen Taylor2001-12-208-5/+43
* Syllable array needs to start at length 2, not 1. Also, some cleanups.Owen Taylor2001-12-1812-10/+59
* Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoidDarin Adler2001-12-1711-5/+53
* use (PangoLanguage *) instead of (const gchar *) to please the compiler.Sven Neumann2001-12-148-2/+37
* Resuming aborted commitSebastian Wilhelmi2001-12-136-3/+7
* Compile with -DG_DISABLE_DEPRECATED. See #52790.Sebastian Wilhelmi2001-12-1313-5/+76
* include config.h so the definition of MINI_XFTCONFIG_DIR is actually usedSven Neumann2001-12-128-2/+46
* Initialize MiniXft library before calling MiniXftConfigSubstitute.Alexander Larsson2001-12-129-5/+68
* Fix the details in clipping to the bitmap size.Alex Larsson2001-12-128-22/+55
* change "EUC-CN" to "GB2312" which is the canonical name for gb2312.1980Hidetoshi Tajima2001-12-108-1/+43
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-1011-4/+74