summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure all enabled font backends included (reported by VincentBehdad Esfahbod2007-06-111-2/+4
* Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 347235 – AddBehdad Esfahbod2007-06-117-11/+105
* Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.cBehdad Esfahbod2007-06-106-505/+566
* Use G_CONST_RETURNBehdad Esfahbod2007-06-101-1/+1
* Add missing g_return_if_fail()s. Pointed out by fcrozat.Behdad Esfahbod2007-06-051-7/+31
* Zero glyphs->num_glyphs before calling into shape engine.Behdad Esfahbod2007-06-053-4/+24
* Fix various typos reported by Peter Moulder.Behdad Esfahbod2007-06-033-5/+5
* Rename pango_ot_ruleset_get_for() toBehdad Esfahbod2007-06-033-31/+70
* Bug 443206 – PANGO_SCRIPT_UNKNOWN should not cause a run break PatchBehdad Esfahbod2007-06-021-1/+1
* Improve docs.Behdad Esfahbod2007-05-311-0/+5
* Fix wrong Unicode version in header.Behdad Esfahbod2007-05-251-1/+1
* Part of Bug 440603 – Minor ABI changeBehdad Esfahbod2007-05-231-3/+9
* Bug 440603 – Minor ABI changeBehdad Esfahbod2007-05-232-11/+12
* Improve the fix for bug #433805 so that the metrics actually are right,Richard Hult2007-05-201-1/+1
* Bug 438705 – Test runs non-existent "/bin/bash" on HP-UX 11.11Behdad Esfahbod2007-05-161-1/+1
* Bug 438814 – synaptic crash with pango 1.17.0Behdad Esfahbod2007-05-161-1/+1
* Add new engine API:Behdad Esfahbod2007-05-164-0/+36
* Bug 433805 - [Atsui] Approximate char/digit width width often 0Richard Hult2007-05-152-10/+139
* Update.Behdad Esfahbod2007-05-141-0/+8
* Bug 325714 – Pango should respect $LANGUAGEBehdad Esfahbod2007-05-141-1/+102
* Move pango_script_get_sample_language() from pango-script.c toBehdad Esfahbod2007-05-142-132/+133
* Part of Bug 325714 – Pango should respect $LANGUAGEBehdad Esfahbod2007-05-143-13/+261
* Add a FIXMEBehdad Esfahbod2007-05-141-1/+4
* Mark some arguments const.Behdad Esfahbod2007-05-143-18/+18
* Part of Bug 325714 – Pango should respect $LANGUAGEBehdad Esfahbod2007-05-145-26/+365
* New public API:Behdad Esfahbod2007-05-104-5/+471
* 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-101-8/+4
* Update from latest fontconfig sources.Behdad Esfahbod2007-05-091-2/+3
* Move pango_language_includes_script() from pango-script.c toBehdad Esfahbod2007-05-092-88/+92
* Minor include reordering.Behdad Esfahbod2007-05-081-2/+4
* Move PangoLanguage stuff into pango-language.[ch]Behdad Esfahbod2007-05-086-373/+436
* Bug 436988 – Adding PangoScript to PangoAnalysisBehdad Esfahbod2007-05-083-3/+4
* Bug 416515 – Time is not aligned with date on vertical panelBehdad Esfahbod2007-05-081-3/+1
* Bug 434160 - [atsui] Italic versions of some faces can't be createdRichard Hult2007-05-053-50/+167
* Add new symbols.Behdad Esfahbod2007-05-041-0/+2
* New APIBehdad Esfahbod2007-05-044-5/+132
* Rip non-fontmap stuff from pangocairo-fontmap.c into pangocairo-context.c.Behdad Esfahbod2007-05-043-299/+326
* Improve docs about freeing returned items.Behdad Esfahbod2007-05-031-1/+3
* When breaking item to fit it into current line, go from the beginning,Behdad Esfahbod2007-05-031-6/+7
* Bug 64538 – pango_layout_set_justify() doesn't workBehdad Esfahbod2007-05-031-4/+96
* Fix letter-spacing with justification. We now distribute letter-spacingBehdad Esfahbod2007-05-023-42/+175
* Bug 64538 – pango_layout_set_justify() doesn't workBehdad Esfahbod2007-05-021-2/+101
* Add is_expandable_space to PangoLogAttr.Behdad Esfahbod2007-05-022-5/+13
* Bug 355789 – Pango misaligns word-wrapped text due to trailingBehdad Esfahbod2007-05-021-0/+34
* Keep track of line start_offset in break state.Behdad Esfahbod2007-05-021-1/+4
* Add a "wrapped" argument to pango_layout_line_postprocess(). Going to useBehdad Esfahbod2007-05-021-6/+10
* Set is_wrapped to true on BREAK_EMPTY_FIT too.Behdad Esfahbod2007-05-021-0/+1
* MinorBehdad Esfahbod2007-05-021-3/+3
* Remove stale prototype of _pango_layout_iter_get_line_readonly().Behdad Esfahbod2007-05-021-1/+0