| Commit message (Expand) | Author | Age | Files | Lines |
* | pango/pangowin32-private.h pango/pangowin32.c pango/pangowin32-fontcache.c | Tor Lillqvist | 2007-03-10 | 6 | -229/+206 |
* | This change was supposed to go in the trunk before 1.16.0, but it didn't | Tor Lillqvist | 2007-02-27 | 7 | -213/+508 |
* | Bug 409212 – Missing link flag prevents build with "-z defs" ld flags | Behdad Esfahbod | 2007-02-18 | 1 | -0/+1 |
* | Bug 355987 – choosing font/shaper for spaces breaks Arabic runs on | Behdad Esfahbod | 2007-02-17 | 1 | -13/+4 |
* | If something has gone wrong in setting the family of the font description, | Owen Taylor | 2007-02-13 | 1 | -1/+13 |
* | Use pangocairo.def only on Win32, not Cygwin. (#402373, "paul") | Tor Lillqvist | 2007-01-31 | 1 | -0/+2 |
* | Remove PANGO_IS_FONT() check. Just do NULL-checking.PANGO_1_14_10 | Behdad Esfahbod | 2007-01-25 | 1 | -3/+3 |
* | Bug 399738 – pango 1.15.5 won't compile on Mac OS X: 'FC_HINT_STYLE' | Behdad Esfahbod | 2007-01-23 | 1 | -0/+5 |
* | Fix the "menu accels are two chars wide" bug that was introduced by the | Behdad Esfahbod | 2007-01-23 | 1 | -2/+2 |
* | Populate metrics for NULL/broken fonts. Now our glyph boxes have | Behdad Esfahbod | 2007-01-22 | 1 | -1/+13 |
* | Respect FC_HINT_STYLE. Patch has been in Fedora for ages. | Behdad Esfahbod | 2007-01-18 | 1 | -2/+16 |
* | Bug 397337 – Use is_ellipsized and is_wrapped to optimize property | Behdad Esfahbod | 2007-01-16 | 1 | -2/+5 |
* | *.c, *.h: Removed spaces followed b tabs. | Behdad Esfahbod | 2007-01-16 | 12 | -34/+34 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 53 | -1972/+1972 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 85 | -2458/+2458 |
* | Bug 328585 – Need to know if a layout has unknown glyphs Patch from | Behdad Esfahbod | 2007-01-16 | 4 | -2/+66 |
* | Align spaces. | Behdad Esfahbod | 2007-01-16 | 1 | -2/+2 |
* | Part of Bug 326693 – PangoLayouts should be query-able about their | Behdad Esfahbod | 2007-01-16 | 4 | -6/+45 |
* | Bug 397327 – pango-layout.c: 'pango_layout_is_ellipsized' must return a | Behdad Esfahbod | 2007-01-16 | 1 | -1/+1 |
* | Fix width calculation. Was causing ellipsization to stop at a zero-width | Behdad Esfahbod | 2007-01-16 | 2 | -10/+21 |
* | Bug 363510 – Ability to query whether a PangoLayout is effectively | Behdad Esfahbod | 2007-01-16 | 5 | -5/+44 |
* | Fix background rendering being off in presence of rise attributes. | Behdad Esfahbod | 2007-01-16 | 1 | -1/+1 |
* | Update centered_baseline in presence of gravity attributes. | Behdad Esfahbod | 2007-01-16 | 1 | -13/+11 |
* | Use pango_layout(_iter)?_get_line_readonly() instead of | Behdad Esfahbod | 2007-01-16 | 4 | -5/+5 |
* | New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. New | Behdad Esfahbod | 2007-01-16 | 8 | -297/+456 |
* | Bug 323173 – Add layout of mixed direction text for vertical layout | Behdad Esfahbod | 2007-01-16 | 18 | -201/+598 |
* | updated | Hans Breuer | 2007-01-13 | 2 | -12/+13 |
* | Remove .cvsignore files (moved to svn:ignore prop) | Behdad Esfahbod | 2007-01-09 | 3 | -31/+0 |
* | Don't introduce bitfields in public struct and rename PangoAnalysis. | Behdad Esfahbod | 2007-01-08 | 4 | -8/+11 |
* | Fix typo in docs. | Behdad Esfahbod | 2007-01-08 | 1 | -1/+1 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 37 | -132/+130 |
* | Improve docs, and mention g_unichar_iszerowidth(). | Behdad Esfahbod | 2007-01-04 | 1 | -2/+5 |
* | Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21 | Behdad Esfahbod | 2007-01-04 | 7 | -70/+345 |
* | Bug 390877 – Don't feed pango-features.h to glib-mkenums Patch from | Behdad Esfahbod | 2007-01-03 | 1 | -1/+1 |
* | Bug 384543 – FcFontMatch misuse | Behdad Esfahbod | 2006-12-24 | 5 | -8/+15 |
* | Improve docs. | Behdad Esfahbod | 2006-12-24 | 1 | -1/+21 |
* | Bug 326099 – Setting width, indentation and ellipsizing doesn't work as | Behdad Esfahbod | 2006-12-19 | 2 | -3/+8 |
* | Avoid some floating-point operations by caching the y value for the | Behdad Esfahbod | 2006-12-18 | 1 | -8/+10 |
* | Bug 385478 – Fix tests on OPD platform | Frederic Crozat | 2006-12-16 | 1 | -1/+1 |
* | Bug 319808 – Patch to let pango support artifical italic, bold and bold | Behdad Esfahbod | 2006-12-13 | 1 | -19/+84 |
* | Bug 385478 – Fix tests on OPD platform | Gwenole Beauchesne | 2006-12-13 | 1 | -2/+7 |
* | Cache layout ink and logical extents. | Behdad Esfahbod | 2006-12-07 | 2 | -35/+50 |
* | New generated public header file pango-features.h. Currently contains the | Behdad Esfahbod | 2006-12-07 | 10 | -19/+158 |
* | Set context language to pango_language_get_default() instead of hardcoding | Behdad Esfahbod | 2006-12-06 | 1 | -3/+6 |
* | Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used Patch | Behdad Esfahbod | 2006-12-06 | 4 | -1/+96 |
* | Bug 373856 – Wish: Function to convert a GdkColor to a string Patch from | Behdad Esfahbod | 2006-12-06 | 3 | -0/+24 |
* | Add new functions: pango_layout_iter_get_line_readonly() | Behdad Esfahbod | 2006-12-05 | 4 | -9/+142 |
* | Bug 135683 – Cache glyphstring extents | Behdad Esfahbod | 2006-12-04 | 3 | -7/+112 |
* | Improve upon last change. Suggested by Carl Worth: use cairo_rectangle(x + | Behdad Esfahbod | 2006-12-04 | 1 | -11/+2 |
* | Fix handling of boxes drawn in do_path mode. Previously we were doing one | Behdad Esfahbod | 2006-12-04 | 1 | -21/+54 |