summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update for 0.16PANGO_0_16Owen Taylor2001-05-0413-4/+134
* Set approximate_digit_width and approximate_char_width. The digit oneAlex Larsson2001-05-048-0/+48
* also check for the the Xft header.Michael Natterer2001-05-038-1/+32
* Add check to make sure #include FT_ERRORS_H works. (#54043)Owen Taylor2001-05-028-7/+47
* do not try to build modules using Xft if X is not available or wasSven Neumann2001-05-028-7/+44
* Fix numeric format in warning.Owen Taylor2001-05-029-9/+82
* Rewrite the newline arrow drawing code to act a little better on a rangeOwen Taylor2001-05-018-61/+85
* Move some fontmap stuff to pangox-private.h to access fontmap->resolutionHavoc Pennington2001-04-2714-49/+455
* cvsignore updatesOwen Taylor2001-04-241-0/+7
* Remove excess call to DONE_Stream left over from conversion from FT1.Owen Taylor2001-04-248-1/+42
* Fixed the case of cons+Dagesh+Punct.Chookij Vanatham2001-04-201-12/+46
* Set approximate_digit_width and approximate_char_width to some cheesyAlexander Larsson2001-04-208-0/+44
* Fixed crash when 2 chars in a cluster and 1st char isn't consonance.Chookij Vanatham2001-04-201-2/+2
* Remove some conditionalization on (md->text == NULL) that is no longerOwen Taylor2001-04-208-5/+45
* Discard the parsed text if the input variable text is NULL. This fixes aAnders Carlsson2001-04-208-3/+39
* Added building Pango X Hebrew Engine.Chookij Vanatham2001-04-202-2/+5
* Pango X Hebrew Engine.Chookij Vanatham2001-04-202-0/+554
* Release 0.15PANGO_0_15Owen Taylor2001-04-1717-20/+111
* Removed pango_justify(), since it has no implementation that I can find.Havoc Pennington2001-04-1712-33/+107
* Remove warning when using fallback shaping.Owen Taylor2001-04-161-0/+432
* Remove warning when using fallback shaping.Owen Taylor2001-04-1613-223/+527
* cvsignore updatesOwen Taylor2001-04-161-0/+4
* Small updatesOwen Taylor2001-04-1618-337/+452
* Update.Owen Taylor2001-04-1611-23/+185
* instead of simply adding one matching font for the magic font names (sans,Hans Breuer2001-04-139-32/+195
* Update to correspond to FriBidi-0.9.0 (with some small fixes)Owen Taylor2001-04-1314-967/+1852
* Add macros for CSS font scale factorsHavoc Pennington2001-04-138-0/+38
* AC_INIT should be the first statement in the file. Also, useJames Henstridge2001-04-138-2/+45
* Release 0.14PANGO_0_14Owen Taylor2001-04-0313-5/+97
* Add the mystic g_type_init ((GTypeDebugFlags) 0);.Owen Taylor2001-04-028-0/+37
* Add some initilaization failure warnings if no fonts found or noAlexander Larsson2001-04-028-7/+72
* Extended ignoresFatih Demir2001-03-318-0/+40
* pango/makefile.mingw.in Update.Tor Lillqvist2001-03-1813-0/+129
* Remove a lot of instances of "Error parsing ligature info" that somehowOwen Taylor2001-03-1518-28/+821
* Makefile.am configure.in modules/*/Makefile.am make it compile without XSven Neumann2001-03-1517-11/+97
* set the size fieldSven Neumann2001-03-128-2/+36
* fix a cheesy bug in setting approximate_digit_widthHavoc Pennington2001-03-088-2/+37
* fixed up g_boxed_type_register_static() since GLib signature changed.Tim Janik2001-03-079-16/+59
* add approximate_digit_width fieldHavoc Pennington2001-02-2810-4/+130
* Add approximate_char_width fieldHavoc Pennington2001-02-2812-0/+126
* Added pango_attr_list_get_type, and PANGO_TYPE_ATTR_LIST.Alexander Larsson2001-02-289-0/+54
* Patch from Soeren SandmannHavoc Pennington2001-02-2111-6/+83
* added _pango_included_win32_modules[] to include modules with plain win32Hans Breuer2001-02-1913-3/+344
* fix *trailing = FALSE to read *trailing = 0Havoc Pennington2001-02-168-3/+39
* fix another "count line lengths to get line start" bugHavoc Pennington2001-02-158-7/+37
* properly update the tail of the list (pango_attr_list_change): flip orderHavoc Pennington2001-02-1310-44/+216
* Add check for gtk-doc version.Owen Taylor2001-02-128-0/+100
* srcdir != build dir fix.Owen Taylor2001-02-123-52/+137
* memory leak fixHavoc Pennington2001-02-118-1/+29
* Use g_win32_get_package_installation_subdirectory(). Use the sameTor Lillqvist2001-02-1012-77/+193