summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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