platform/upstream/pango.git
2007-06-19 Behdad EsfahbodBug 448342 – pango_layout_index_to_line_x() counts...
2007-06-19 Behdad EsfahbodInclude pangocairo.h too.
2007-06-19 Behdad EsfahbodBug 447568 – improve docs on what absolute size means
2007-06-15 Behdad EsfahbodClarify docs.
2007-06-15 Hans Breuerupdated
2007-06-14 Behdad EsfahbodCheck for NULL before dereferencing. Patch from Keith...
2007-06-13 Behdad EsfahbodBug 447189 – fonts.c: pango_font_face_is_synthesized...
2007-06-13 Tor LillqvistTypo
2007-06-12 Behdad EsfahbodCompare set fields of two font descriptions for equalit...
2007-06-12 Richard HultImplement get_font_type().
2007-06-12 Tor LillqvistImplement PangoCairoWin32FontMap::get_font_type().
2007-06-12 Tor LillqvistTypo
2007-06-12 Tor LillqvistAdd is_synthetic field.
2007-06-12 Behdad EsfahbodBug 445832 – pango_cairo_update_layout() always invalid...
2007-06-12 Behdad EsfahbodAdd G_GNUC_CONST and G_GNUC_PURE annotations.
2007-06-12 Behdad EsfahbodNew engine public macros:
2007-06-11 Richard HultImplement is_synthesized for the ATSUI backend.
2007-06-11 Behdad EsfahbodBug 440588 – Add pango_font_face_is_synthesized()
2007-06-11 Richard HultUpdate for the changes to PangoCairoFontMap and PangoCa...
2007-06-11 Behdad EsfahbodBug 446355 – the parsing with pango_parse_markup is...
2007-06-11 Behdad EsfahbodMake sure all enabled font backends included (reported...
2007-06-11 Behdad EsfahbodAdd 'gravity', 'gravity_hint', and 'letter_spacing...
2007-06-11 Behdad EsfahbodBug 438801 – underline should add "error" type.
2007-06-11 Behdad EsfahbodBug 347236 – provide pango_cairo_font_get_scaled_font...
2007-06-10 Behdad EsfahbodBug 337593 – move glyph extents code (and cache) from...
2007-06-10 Behdad EsfahbodUse G_CONST_RETURN
2007-06-05 Behdad EsfahbodAdd missing g_return_if_fail()s. Pointed out by fcrozat.
2007-06-05 Behdad EsfahbodZero glyphs->num_glyphs before calling into shape engine.
2007-06-04 Behdad Esfahbod=== Released 1.17.2 === PANGO_1_17_2
2007-06-03 Behdad EsfahbodFix various typos reported by Peter Moulder.
2007-06-03 Behdad EsfahbodRename pango_ot_ruleset_get_for() to
2007-06-02 Behdad EsfahbodBug 443206 – PANGO_SCRIPT_UNKNOWN should not cause...
2007-05-31 Behdad EsfahbodImprove docs.
2007-05-28 Behdad Esfahbod=== Released 1.17.1 === PANGO_1_17_1
2007-05-28 Behdad EsfahbodFix Japanese text. Patch from Ben Konrath
2007-05-25 Behdad EsfahbodFix wrong Unicode version in header.
2007-05-24 Behdad EsfahbodBug 357790 – Rendering problem for malayalam consonant...
2007-05-24 Behdad EsfahbodAdd stability note.
2007-05-24 Behdad EsfahbodDocument how Pango's vertical text support works.
2007-05-23 Behdad EsfahbodPart of Bug 440603 – Minor ABI change
2007-05-23 Behdad EsfahbodNew test text for N'Ko.
2007-05-23 Behdad EsfahbodBug 440603 – Minor ABI change
2007-05-20 Richard HultImprove the fix for bug #433805 so that the metrics...
2007-05-16 Behdad EsfahbodBug 438705 – Test runs non-existent "/bin/bash" on...
2007-05-16 Behdad EsfahbodAdd a test file showing off OpenType language-system...
2007-05-16 Behdad EsfahbodBug 438814 – synaptic crash with pango 1.17.0
2007-05-16 Behdad EsfahbodPort to new OpenType APIs. Add standard features.
2007-05-16 Behdad EsfahbodPort to new OpenType APIs and cleanup a bit. Add standa...
2007-05-16 Behdad EsfahbodAdd bug references
2007-05-16 Behdad EsfahbodPort to new OpenType APIs. Add standard features (ccmp...
2007-05-16 Behdad EsfahbodAdd ccmp, locl, calt; kern, mark, and mkmk features.
2007-05-16 Behdad EsfahbodAdd new engine API:
2007-05-16 Behdad EsfahbodAdd new engine API:
2007-05-15 Behdad EsfahbodMove ruleset creation after populating buffer.
2007-05-15 Behdad EsfahbodPort to new OpenType APIs.
2007-05-15 Behdad EsfahbodBug 436699 – N'Ko support Patch by Eugeniy Meshcheryakov
2007-05-15 Richard HultBug 433805 - [Atsui] Approximate char/digit width width...
2007-05-15 Behdad EsfahbodAdd various test txt files recently added.
2007-05-14 Behdad Esfahbod=== Released 1.17.0 === PANGO_1_17_0
2007-05-14 Behdad EsfahbodUpdate to api changes
2007-05-14 Behdad EsfahbodUpdate.
2007-05-14 Behdad EsfahbodBug 325714 – Pango should respect $LANGUAGE
2007-05-14 Behdad EsfahbodMove pango_script_get_sample_language() from pango...
2007-05-14 Behdad EsfahbodPart of Bug 325714 – Pango should respect $LANGUAGE...
2007-05-14 Behdad EsfahbodPart of Bug 414264 – Pango vertical writing support...
2007-05-14 Behdad EsfahbodPart of Bug 325714 – Pango should respect $LANGUAGE
2007-05-14 Behdad EsfahbodAdd a FIXME
2007-05-14 Behdad EsfahbodMark some arguments const.
2007-05-14 Behdad EsfahbodPart of Bug 325714 – Pango should respect $LANGUAGE
2007-05-14 Behdad EsfahbodPart of Bug 325714 – Pango should respect $LANGUAGE
2007-05-14 Behdad EsfahbodAdd --language.
2007-05-10 Behdad EsfahbodUse PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS...
2007-05-10 Behdad EsfahbodSplit ChangeLog.
2007-05-10 Behdad EsfahbodNew public API:
2007-05-10 Behdad EsfahbodBug 437534 – pango_language_includes_script is buggy
2007-05-10 Behdad EsfahbodDon't set gravity in pango_fc_font_description_from_pat...
2007-05-09 Behdad EsfahbodUpdate from latest fontconfig sources.
2007-05-09 Behdad EsfahbodMove pango_language_includes_script() from pango-script...
2007-05-08 Behdad EsfahbodMinor include reordering.
2007-05-08 Behdad EsfahbodMove PangoLanguage stuff into pango-language.[ch]
2007-05-08 Behdad EsfahbodBug 436988 – Adding PangoScript to PangoAnalysis
2007-05-08 Behdad EsfahbodBug 416515 – Time is not aligned with date on vertical...
2007-05-08 Behdad EsfahbodBug 436154 – Error building the pango.modules file...
2007-05-05 Richard HultBug 434160 - [atsui] Italic versions of some faces...
2007-05-04 Behdad EsfahbodAdd bug reference.
2007-05-04 Behdad EsfahbodAdd new symbols.
2007-05-04 Behdad EsfahbodNew API
2007-05-04 Behdad EsfahbodRip non-fontmap stuff from pangocairo-fontmap.c into...
2007-05-03 Behdad EsfahbodImprove docs about freeing returned items.
2007-05-03 Behdad EsfahbodNew test text that contains a Persian monologue by...
2007-05-03 Behdad EsfahbodWhen breaking item to fit it into current line, go...
2007-05-03 Behdad EsfahbodSave one layout rendering per view. Down to two from...
2007-05-03 Behdad EsfahbodNew test text with long Latin and Arabic lines, suitabl...
2007-05-03 Behdad EsfahbodBug 64538 – pango_layout_set_justify() doesn't work
2007-05-02 Behdad EsfahbodFix letter-spacing with justification. We now distribut...
2007-05-02 Behdad EsfahbodBug 64538 – pango_layout_set_justify() doesn't work
2007-05-02 Behdad EsfahbodAdd patch-from.
2007-05-02 Behdad EsfahbodAdd is_expandable_space to PangoLogAttr.
2007-05-02 Mathias HasselmannAdd --justify.
2007-05-02 Behdad EsfahbodBug 355789 – Pango misaligns word-wrapped text due...
next