summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rename all x modules from abc to abc-x.Alexander Larsson2001-01-0334-4405/+377
* Remove leftover .cvsignoreOwen Taylor2001-01-031-6/+0
* Update the default list of included modules forAlexander Larsson2001-01-0320-56/+450
* Remove timing printfs.Alexander Larsson2000-12-228-15/+21
* Disable debug.Alexander Larsson2000-12-228-1/+36
* Only a script engine here.Tor Lillqvist2000-12-2115-5/+261
* Change usage to say pango-config instead of glib-config. Add support forAlexander Larsson2000-12-2116-124/+445
* Add opentype/.Owen Taylor2000-12-2114-6/+109
* fix freetype check a bitHavoc Pennington2000-12-208-3/+31
* Since Xft may only be available statically without shlib deps, check forOwen Taylor2000-12-2044-42/+18818
* Fix build breakage, reported by Alex Larsson and Yasushi ShojiHavoc Pennington2000-12-1839-34/+150
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-1621-88/+691
* touch sysconfdir/pango/pango.modules even if there are no dynamic modules,Havoc Pennington2000-12-1514-27/+219
* Use a fallback shaper if no engine is found for a range, the fallbackHavoc Pennington2000-12-1510-2/+5084
* Add PANGO_XFT_IS_FONT to the public header.Owen Taylor2000-12-159-3/+41
* Fix macro breakage.Owen Taylor2000-12-1526-143/+1984
* add assertion that shaper != NULL to catch engine problems fasterHavoc Pennington2000-12-1431-83/+426
* Update for newest FreeType2. (pango_ft2_font_finalize): gcc warns aboutTor Lillqvist2000-12-148-5/+53
* Add some jamo and viramas and unicode para separators and \r\n and so on,Havoc Pennington2000-12-128-0/+738
* #include <string.h>Elliot Lee2000-12-1111-0/+26
* Add a tab into to Yiddish line to force correct segmentation around theOwen Taylor2000-12-118-1/+36
* delete lang engineHavoc Pennington2000-12-0243-1176/+2808
* Make sure that we don't end up in an infinite loop due to zero-width tabs.Owen Taylor2000-12-018-50/+110
* Use g_file_test().Tor Lillqvist2000-11-309-15/+45
* Define PANGO_VERSION.Tor Lillqvist2000-11-3017-15/+337
* Some tiny changes to correspond to fribidi-0.15Owen Taylor2000-11-2913-30/+78
* Add README.win32.Tor Lillqvist2000-11-2610-1/+77
* Fix warnings - mostly include string.h for strcmp.Elliot Lee2000-11-2118-12/+38
* Fix this to make iteration over runs work properlyHavoc Pennington2000-11-208-1/+36
* Added wtt clustering rule and supported Thai MS/MAC font layout.Chookij Vanatham2000-11-202-192/+1192
* New file.Tor Lillqvist2000-11-1918-101/+403
* Released 0.13PANGO_0_13Owen Taylor2000-11-1719-92/+336
* Test against start not zero.Owen Taylor2000-11-178-1/+36
* hu Nov 16 13:23:43 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-11-1612-110/+271
* Declare variable j so it compilesHavoc Pennington2000-11-168-1/+37
* Make some vars static. Implement pango_module_register function. MoveElliot Lee2000-11-1610-27/+95
* Fix problem with unbreakable words at start of line longer than lineOwen Taylor2000-11-168-30/+72
* Fix problem where right-aligned lines weren't getting properly offsetOwen Taylor2000-11-158-4/+47
* commit ChangeLog entryOwen Taylor2000-11-157-0/+49
* Rewrite of good portions of line-break code to be more readable, workOwen Taylor2000-11-158-106/+230
* get the value of any rise attribute (pango_layout_run_get_extents): takeHavoc Pennington2000-11-158-7/+73
* Every character must be part of some cluster, so when we dont' have anOwen Taylor2000-11-141-1/+11
* Define HAVE_FRIBIDI.Tor Lillqvist2000-11-1419-2/+92
* Fix low underline code to deal with run_ink == NULL.Owen Taylor2000-11-1420-96/+476
* Don't need to check_lines, pango_layout_get_iter() will do thatHavoc Pennington2000-11-148-5/+52
* Add italic/bold variantsHavoc Pennington2000-11-138-0/+39
* Patches from long ago: Make pango_layout slightly more robust. DoElliot Lee2000-11-138-1/+49
* Add new PangoLayoutIter entry pointsHavoc Pennington2000-11-1315-255/+1573
* Remove fribidi include.Owen Taylor2000-11-1320-43/+343
* Renamed pango_attribute_compare to pango_attribute_equal. Renamed compareSebastian Wilhelmi2000-11-1315-46/+144