| Commit message (Expand) | Author | Age | Files | Lines |
* | New API | Behdad Esfahbod | 2007-05-04 | 4 | -5/+132 |
* | Rip non-fontmap stuff from pangocairo-fontmap.c into pangocairo-context.c. | Behdad Esfahbod | 2007-05-04 | 3 | -299/+326 |
* | Improve docs about freeing returned items. | Behdad Esfahbod | 2007-05-03 | 1 | -1/+3 |
* | When breaking item to fit it into current line, go from the beginning, | Behdad Esfahbod | 2007-05-03 | 1 | -6/+7 |
* | Bug 64538 – pango_layout_set_justify() doesn't work | Behdad Esfahbod | 2007-05-03 | 1 | -4/+96 |
* | Fix letter-spacing with justification. We now distribute letter-spacing | Behdad Esfahbod | 2007-05-02 | 3 | -42/+175 |
* | Bug 64538 – pango_layout_set_justify() doesn't work | Behdad Esfahbod | 2007-05-02 | 1 | -2/+101 |
* | Add is_expandable_space to PangoLogAttr. | Behdad Esfahbod | 2007-05-02 | 2 | -5/+13 |
* | Bug 355789 – Pango misaligns word-wrapped text due to trailing | Behdad Esfahbod | 2007-05-02 | 1 | -0/+34 |
* | Keep track of line start_offset in break state. | Behdad Esfahbod | 2007-05-02 | 1 | -1/+4 |
* | Add a "wrapped" argument to pango_layout_line_postprocess(). Going to use | Behdad Esfahbod | 2007-05-02 | 1 | -6/+10 |
* | Set is_wrapped to true on BREAK_EMPTY_FIT too. | Behdad Esfahbod | 2007-05-02 | 1 | -0/+1 |
* | Minor | Behdad Esfahbod | 2007-05-02 | 1 | -3/+3 |
* | Remove stale prototype of _pango_layout_iter_get_line_readonly(). | Behdad Esfahbod | 2007-05-02 | 1 | -1/+0 |
* | Add note about how we should not be using pango_break() here. | Behdad Esfahbod | 2007-05-02 | 1 | -0/+4 |
* | Link freetype to harfbuzz-dump, for those systems that don't track | Behdad Esfahbod | 2007-05-01 | 1 | -2/+3 |
* | Move PANGO_UNITS_ROUND here... ...from here. | Behdad Esfahbod | 2007-04-30 | 7 | -25/+73 |
* | A font name in encoding UCS4_ENCODING_ID actually is in UTF-16, not UCS-4. | Tor Lillqvist | 2007-04-30 | 1 | -2/+4 |
* | Add comment to Richard's commit. | Behdad Esfahbod | 2007-04-27 | 1 | -0/+2 |
* | Use maxAdvanceWidth instead of avgAdvanceWidth, the latter is 0 for many | Richard Hult | 2007-04-27 | 1 | -2/+2 |
* | Improved hexbox position. | Behdad Esfahbod | 2007-04-18 | 1 | -2/+6 |
* | Quantize kerning adjustment, otherwise all the metrics hinting effort will | Behdad Esfahbod | 2007-04-12 | 4 | -19/+47 |
* | Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning | Behdad Esfahbod | 2007-04-03 | 3 | -1/+11 |
* | Bug 419262 - Don't create coverage every time it's asked for | Richard Hult | 2007-03-18 | 6 | -39/+77 |
* | Add missing declaration of pango_win32_family_get_type(). (#417946, Ivan | Tor Lillqvist | 2007-03-14 | 1 | -1/+3 |
* | Add new symbols to docs. | Behdad Esfahbod | 2007-03-12 | 2 | -2/+2 |
* | 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 |