summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used PatchBehdad Esfahbod2006-12-064-1/+96
* Bug 373856 – Wish: Function to convert a GdkColor to a string Patch fromBehdad Esfahbod2006-12-063-0/+24
* Add new functions: pango_layout_iter_get_line_readonly()Behdad Esfahbod2006-12-054-9/+142
* Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-12-043-7/+112
* Improve upon last change. Suggested by Carl Worth: use cairo_rectangle(x +Behdad Esfahbod2006-12-041-11/+2
* Fix handling of boxes drawn in do_path mode. Previously we were doing oneBehdad Esfahbod2006-12-041-21/+54
* Replace PANGO_IS_RENDERER with PANGO_IS_RENDERER_FAST that is just aBehdad Esfahbod2006-12-041-13/+14
* Don't cache run_logical_rect in PangoLayoutIter. Just cache run_width thatBehdad Esfahbod2006-12-011-36/+59
* Rework the way we compute the real_width to avoid callingBehdad Esfahbod2006-11-301-7/+13
* Don't call into pango_glyph_string_extents() if we don't need anything outBehdad Esfahbod2006-11-301-2/+3