summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 462137 – memory corruption in pango_default_breakpango-1-16Behdad Esfahbod2007-07-312-4/+11
* === Released 1.16.5 ===Behdad Esfahbod2007-07-273-2/+21
* Bug 443206 – PANGO_SCRIPT_UNKNOWN should not cause a run break PatchBehdad Esfahbod2007-06-022-2/+98
* Split ChangeLog.Behdad Esfahbod2007-05-101-1823/+4
* Don't set gravity in pango_fc_font_description_from_pattern() if it wasBehdad Esfahbod2007-05-101-0/+9
* Bug 416515 – Time is not aligned with date on vertical panelBehdad Esfahbod2007-05-102-4/+13
* Bug 436154 – Error building the pango.modules file while cross compilingBehdad Esfahbod2007-05-101-0/+8
* Bug 434160 - [atsui] Italic versions of some faces can't be createdRichard Hult2007-05-101-228/+1823
* Split ChangeLog.Behdad Esfahbod2007-05-102-1823/+1831
* New public API:Behdad Esfahbod2007-05-1011-24/+695
* Bug 437534 – pango_language_includes_script is buggyBehdad Esfahbod2007-05-102-30/+53
* Don't set gravity in pango_fc_font_description_from_pattern() if it wasBehdad Esfahbod2007-05-102-8/+13
* Update from latest fontconfig sources.Behdad Esfahbod2007-05-093-2/+18
* Move pango_language_includes_script() from pango-script.c toBehdad Esfahbod2007-05-093-88/+99
* Minor include reordering.Behdad Esfahbod2007-05-082-2/+8
* Move PangoLanguage stuff into pango-language.[ch]Behdad Esfahbod2007-05-087-373/+446
* Bug 436988 – Adding PangoScript to PangoAnalysisBehdad Esfahbod2007-05-084-3/+17
* Bug 416515 – Time is not aligned with date on vertical panelBehdad Esfahbod2007-05-082-3/+13
* Bug 436154 – Error building the pango.modules file while cross compilingBehdad Esfahbod2007-05-082-6/+17
* Bug 434160 - [atsui] Italic versions of some faces can't be createdRichard Hult2007-05-054-50/+178
* Add bug reference.Behdad Esfahbod2007-05-041-0/+2
* Add new symbols.Behdad Esfahbod2007-05-041-0/+2
* New APIBehdad Esfahbod2007-05-0411-8/+402
* Rip non-fontmap stuff from pangocairo-fontmap.c into pangocairo-context.c.Behdad Esfahbod2007-05-044-299/+334
* Improve docs about freeing returned items.Behdad Esfahbod2007-05-033-2/+8
* New test text that contains a Persian monologue by YarAli PourMoghaddamBehdad Esfahbod2007-05-032-0/+26
* When breaking item to fit it into current line, go from the beginning,Behdad Esfahbod2007-05-032-6/+15
* Save one layout rendering per view. Down to two from three now.Behdad Esfahbod2007-05-032-10/+21
* New test text with long Latin and Arabic lines, suitable for --justifyBehdad Esfahbod2007-05-032-0/+10
* Bug 64538 – pango_layout_set_justify() doesn't workBehdad Esfahbod2007-05-032-4/+104
* Fix letter-spacing with justification. We now distribute letter-spacingBehdad Esfahbod2007-05-024-42/+187
* Bug 64538 – pango_layout_set_justify() doesn't workBehdad Esfahbod2007-05-022-2/+110
* Add patch-from.Behdad Esfahbod2007-05-021-0/+2
* Add is_expandable_space to PangoLogAttr.Behdad Esfahbod2007-05-024-5/+22
* Add --justify.Mathias Hasselmann2007-05-022-0/+9
* Bug 355789 – Pango misaligns word-wrapped text due to trailingBehdad Esfahbod2007-05-022-0/+43
* Keep track of line start_offset in break state.Behdad Esfahbod2007-05-022-1/+9
* Add a "wrapped" argument to pango_layout_line_postprocess(). Going to useBehdad Esfahbod2007-05-022-6/+17
* Set is_wrapped to true on BREAK_EMPTY_FIT too.Behdad Esfahbod2007-05-022-0/+6
* MinorBehdad Esfahbod2007-05-021-3/+3
* Remove stale prototype of _pango_layout_iter_get_line_readonly().Behdad Esfahbod2007-05-022-1/+5
* Add note about how we should not be using pango_break() here.Behdad Esfahbod2007-05-022-0/+9
* Add option for testing text alignment.Mathias Hasselmann2007-05-012-4/+29
* Link freetype to harfbuzz-dump, for those systems that don't trackBehdad Esfahbod2007-05-012-2/+8
* Add PANGO_UNITS_ROUND to docs.Behdad Esfahbod2007-04-303-0/+24
* Move PANGO_UNITS_ROUND here... ...from here.Behdad Esfahbod2007-04-309-25/+100
* A font name in encoding UCS4_ENCODING_ID actually is in UTF-16, not UCS-4.Tor Lillqvist2007-04-302-2/+10
* Correct the signature by making PangoAnalysis const, fixes build warning.Richard Hult2007-04-272-6/+11
* Add comment to Richard's commit.Behdad Esfahbod2007-04-271-0/+2
* Use maxAdvanceWidth instead of avgAdvanceWidth, the latter is 0 for manyRichard Hult2007-04-272-2/+8