summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Bug 466755 – pango hangul is crashing in gnome-about because it isBehdad Esfahbod2007-08-142-19/+50
* Mark G_GNUC_CONST.Behdad Esfahbod2007-08-141-1/+1
* Bug 465174 – TextView is ignoring multiple consecutive \t'sBehdad Esfahbod2007-08-091-7/+5
* Bug 464270 – ellipsize doesn't work consistentBehdad Esfahbod2007-08-082-6/+4
* Bug 464183 – Minimum tab width enforcement in pango-layout breaksBehdad Esfahbod2007-08-071-3/+16
* Move contents of mapping.c to glyphstring.c where they belong.Behdad Esfahbod2007-08-014-330/+306
* Bug 462137 – memory corruption in pango_default_breakBehdad Esfahbod2007-07-311-1/+4
* A bit moreBehdad Esfahbod2007-07-211-2/+2
* Part of Bug 347236 – provide pango_cairo_font_get_scaled_fontBehdad Esfahbod2007-07-215-16/+24
* Move the remaining uses of font_id from PangoCairoATSUIFont toRichard Hult2007-06-262-23/+17
* Bug 449543 - Ship pangoatsui.hRichard Hult2007-06-247-56/+184
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-2016-23/+23
* minor whitespace fix.Behdad Esfahbod2007-06-201-3/+3
* Bug 448342 – pango_layout_index_to_line_x() counts lines from 1Behdad Esfahbod2007-06-191-1/+1
* Bug 447568 – improve docs on what absolute size meansBehdad Esfahbod2007-06-191-2/+6
* Clarify docs.Behdad Esfahbod2007-06-151-1/+3
* updatedHans Breuer2007-06-151-3/+18
* Check for NULL before dereferencing. Patch from Keith Packard.Behdad Esfahbod2007-06-141-2/+5
* Bug 447189 – fonts.c: pango_font_face_is_synthesized returns NULLBehdad Esfahbod2007-06-131-1/+1
* Compare set fields of two font descriptions for equality too, asBehdad Esfahbod2007-06-121-1/+3
* Implement get_font_type().Richard Hult2007-06-121-0/+7
* Implement PangoCairoWin32FontMap::get_font_type().Tor Lillqvist2007-06-121-0/+7
* Add is_synthetic field.Tor Lillqvist2007-06-124-288/+68
* Bug 445832 – pango_cairo_update_layout() always invalidates layoutBehdad Esfahbod2007-06-121-24/+56
* Add G_GNUC_CONST and G_GNUC_PURE annotations.Behdad Esfahbod2007-06-1230-80/+81
* New engine public macros:Behdad Esfahbod2007-06-123-277/+288
* Implement is_synthesized for the ATSUI backend.Richard Hult2007-06-111-0/+9
* Bug 440588 – Add pango_font_face_is_synthesized()Behdad Esfahbod2007-06-114-11/+45
* Update for the changes to PangoCairoFontMap and PangoCairoFont.Richard Hult2007-06-112-242/+52
* Bug 446355 – the parsing with pango_parse_markup is not coherentBehdad Esfahbod2007-06-111-1/+1
* 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