summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't crash on out-of-BMP values.Owen Taylor2002-03-019-8/+78
* Fix problem with positions at the ends of lines (#63328, reported by DovOwen Taylor2002-03-018-26/+99
* Check for errors when loading font face, fall back to sans, exit withAlex Larsson2002-02-288-7/+89
* don't link libpango-ot into the module. added libpango-ot.la toSven Neumann2002-02-289-11/+53
* beautified configure --help output.Sven Neumann2002-02-288-4/+32
* Move .la files to beginning of link line ... may prevent some problemsOwen Taylor2002-02-278-1/+50
* Add $(X_EXTRA_LIBS) (reported Richard Warren)Owen Taylor2002-02-278-2/+37
* Fix some C++ style comments. (David L. Cooper II)Owen Taylor2002-02-278-2/+72
* Try to load something (load sans) if we can't load a font that Xft listed.Owen Taylor2002-02-268-0/+74
* Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann)Owen Taylor2002-02-259-4/+46
* Rewrite to reduce the number of strcmps.Owen Taylor2002-02-248-49/+185
* Rewrite to reduce the number of strcmps.Owen Taylor2002-02-241-44/+41
* Fix problem where we unref'ed before we ref'ed resulting in entries in theOwen Taylor2002-02-249-6/+73
* Version 0.26PANGO_0_26Owen Taylor2002-02-2410-1/+57
* Patch from Sven Neumann to extend and make consistent the set ofOwen Taylor2002-02-2311-4/+122
* Fixed placement of nikud under QOF to take into account the typicalDov Grobgeld2002-02-231-2/+18
* Add some class padding for future expansion.Owen Taylor2002-02-2310-0/+65
* Fix recode functions to take gunichar * since we pass that in. (#72059,Owen Taylor2002-02-2013-6/+48
* Version 0.25PANGO_0_25Owen Taylor2002-02-1712-5/+103
* added makefile.msc to EXTRA_DISTHans Breuer2002-02-159-0/+37
* Respect QTDIR if set. Look for qt3 as well as qt2.Owen Taylor2002-02-148-13/+50
* updated the list of available modules (bug #71411).Sven Neumann2002-02-148-11/+54
* update version, use -FImsvc_recommended_pragmas.h and add $(DIRENT_LIBS)Hans Breuer2002-02-108-3/+45
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-1013-20/+132
* Accept also outfile name on command line, fopen it separately then. NeededTor Lillqvist2002-02-0711-13/+116
* shut up CVSSven Neumann2002-02-031-1/+2
* at Feb 2 18:27:38 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-028-3/+66
* fix cut-and-paste mess name/descriptionHavoc Pennington2002-02-018-2/+37
* move to next element in list.Anders Carlsson2002-02-018-0/+37
* 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