summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Improved hexbox position.Behdad Esfahbod2007-04-181-2/+6
* Quantize kerning adjustment, otherwise all the metrics hinting effort willBehdad Esfahbod2007-04-124-19/+47
* Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerningBehdad Esfahbod2007-04-033-1/+11
* Bug 419262 - Don't create coverage every time it's asked forRichard Hult2007-03-186-39/+77
* Add missing declaration of pango_win32_family_get_type(). (#417946, IvanTor Lillqvist2007-03-141-1/+3
* Add new symbols to docs.Behdad Esfahbod2007-03-122-2/+2
* pango/pangowin32-private.h pango/pangowin32.c pango/pangowin32-fontcache.cTor Lillqvist2007-03-106-229/+206
* This change was supposed to go in the trunk before 1.16.0, but it didn'tTor Lillqvist2007-02-277-213/+508
* Bug 409212 – Missing link flag prevents build with "-z defs" ld flagsBehdad Esfahbod2007-02-181-0/+1
* Bug 355987 – choosing font/shaper for spaces breaks Arabic runs onBehdad Esfahbod2007-02-171-13/+4
* If something has gone wrong in setting the family of the font description,Owen Taylor2007-02-131-1/+13
* Use pangocairo.def only on Win32, not Cygwin. (#402373, "paul")Tor Lillqvist2007-01-311-0/+2
* Remove PANGO_IS_FONT() check. Just do NULL-checking.PANGO_1_14_10Behdad Esfahbod2007-01-251-3/+3
* Bug 399738 – pango 1.15.5 won't compile on Mac OS X: 'FC_HINT_STYLE'Behdad Esfahbod2007-01-231-0/+5
* Fix the "menu accels are two chars wide" bug that was introduced by theBehdad Esfahbod2007-01-231-2/+2
* Populate metrics for NULL/broken fonts. Now our glyph boxes haveBehdad Esfahbod2007-01-221-1/+13
* Respect FC_HINT_STYLE. Patch has been in Fedora for ages.Behdad Esfahbod2007-01-181-2/+16
* Bug 397337 – Use is_ellipsized and is_wrapped to optimize propertyBehdad Esfahbod2007-01-161-2/+5
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-1612-34/+34
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-1653-1972/+1972
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-1685-2458/+2458
* Bug 328585 – Need to know if a layout has unknown glyphs Patch fromBehdad Esfahbod2007-01-164-2/+66
* Align spaces.Behdad Esfahbod2007-01-161-2/+2
* Part of Bug 326693 – PangoLayouts should be query-able about theirBehdad Esfahbod2007-01-164-6/+45
* Bug 397327 – pango-layout.c: 'pango_layout_is_ellipsized' must return aBehdad Esfahbod2007-01-161-1/+1
* Fix width calculation. Was causing ellipsization to stop at a zero-widthBehdad Esfahbod2007-01-162-10/+21
* Bug 363510 – Ability to query whether a PangoLayout is effectivelyBehdad Esfahbod2007-01-165-5/+44
* Fix background rendering being off in presence of rise attributes.Behdad Esfahbod2007-01-161-1/+1
* Update centered_baseline in presence of gravity attributes.Behdad Esfahbod2007-01-161-13/+11
* Use pango_layout(_iter)?_get_line_readonly() instead ofBehdad Esfahbod2007-01-164-5/+5
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-168-297/+456
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-1618-201/+598
* updatedHans Breuer2007-01-132-12/+13
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-093-31/+0
* Don't introduce bitfields in public struct and rename PangoAnalysis.Behdad Esfahbod2007-01-084-8/+11
* Fix typo in docs.Behdad Esfahbod2007-01-081-1/+1
* Spell-check the docs.Behdad Esfahbod2007-01-0737-132/+130
* Improve docs, and mention g_unichar_iszerowidth().Behdad Esfahbod2007-01-041-2/+5
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-047-70/+345
* Bug 390877 – Don't feed pango-features.h to glib-mkenums Patch fromBehdad Esfahbod2007-01-031-1/+1
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-245-8/+15
* Improve docs.Behdad Esfahbod2006-12-241-1/+21
* Bug 326099 – Setting width, indentation and ellipsizing doesn't work asBehdad Esfahbod2006-12-192-3/+8
* Avoid some floating-point operations by caching the y value for theBehdad Esfahbod2006-12-181-8/+10
* Bug 385478 – Fix tests on OPD platformFrederic Crozat2006-12-161-1/+1
* Bug 319808 – Patch to let pango support artifical italic, bold and boldBehdad Esfahbod2006-12-131-19/+84
* Bug 385478 – Fix tests on OPD platformGwenole Beauchesne2006-12-131-2/+7
* Cache layout ink and logical extents.Behdad Esfahbod2006-12-072-35/+50
* New generated public header file pango-features.h. Currently contains theBehdad Esfahbod2006-12-0710-19/+158
* Set context language to pango_language_get_default() instead of hardcodingBehdad Esfahbod2006-12-061-3/+6