summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Bug 470042 – missing Macedonian OT tag Patch from Denis JacqueryeBehdad Esfahbod2007-08-241-0/+1
* Bug 468953 – pango-renderer.c: using function without prototypeBehdad Esfahbod2007-08-211-0/+1
* Bug 463430 – Gets stuck while "formatting message"Behdad Esfahbod2007-08-212-6/+11
* Bug 348348 – Add a way to get the script name of a gunicharBehdad Esfahbod2007-08-216-3018/+15
* Don't ignore error return value of hb_buffer_copy_output_glyph(). PatchBehdad Esfahbod2007-08-211-1/+1
* Bug 462630 – pango_cairo_context_set_font_options() and some othersBehdad Esfahbod2007-08-151-0/+4
* Bug 467077 – Remove special-case for shape attribute inBehdad Esfahbod2007-08-151-29/+21
* Bug 462420 – Clicking on pixbuf should move the cursor to the positionBehdad Esfahbod2007-08-151-15/+6
* Bug 467056 – Shape attribute handling is not consistentBehdad Esfahbod2007-08-154-114/+109
* Fix another typoBehdad Esfahbod2007-08-151-1/+1
* Fix more typosBehdad Esfahbod2007-08-152-4/+4
* Fix more typos, and use TRUE/FALSE instead of 1/0Behdad Esfahbod2007-08-152-5/+5
* Fix typoBehdad Esfahbod2007-08-141-1/+1
* 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