summaryrefslogtreecommitdiff
path: root/pango/glyphstring.c
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of ligature carets in some casesfix-lig-carets-sinhalaMatthias Clasen2022-06-241-1/+1
* Don't compute log attrs on demandMatthias Clasen2021-08-291-15/+3
* Add pango_glyph_string_index_to_x_fullMatthias Clasen2021-08-291-24/+61
* Try harder to disect clustersMatthias Clasen2021-08-291-15/+34
* Try harder to find positions in clustersMatthias Clasen2021-08-271-3/+32
* Take kerning into account for ligature caretsMatthias Clasen2021-08-271-0/+3
* Fixes for rtl cursor positionsMatthias Clasen2021-08-271-1/+4
* doc: Update pango_glyph_string_index_to_xMatthias Clasen2021-08-261-2/+9
* Use ligature caret listsligature-caretsMatthias Clasen2021-08-251-36/+89
* glyphstring: Silence compiler warningsMatthias Clasen2021-08-221-4/+4
* Add a few missing constglyph-string-const-charMatthias Clasen2021-08-171-12/+12
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-2/+0
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-43/+36
* introspection: Stop using allow-noneMatthias Clasen2021-05-191-2/+2
* Use g_memdup2()memdup2Matthias Clasen2021-03-181-5/+5
* docs: Tweak glyphstring docsMatthias Clasen2021-03-111-44/+52
* docs: Add extent imagesMatthias Clasen2019-08-041-0/+4
* Add many missing nullability annotations.Evan Nemerson2014-10-161-10/+10
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-11/+13
* adding output parameters introspection metadata to pango_glypth_string_extentsAlberto Ruiz2011-04-251-2/+2
* adding allow-none introspection metadata to pango_glyph_string_extents parame...Alberto Ruiz2011-04-251-4/+4
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-12/+3
* Bug 602823 - void function cannot return valueBehdad Esfahbod2009-11-251-1/+1
* Bug 596614 - Pango application receives SIGSEGV on pasting text with U+202EBehdad Esfahbod2009-11-171-2/+0
* New public API: pango_glyph_item_get_logical_widths()Behdad Esfahbod2009-08-121-35/+4
* Handle NUL in text in places that g_utf8_strlen () was usedBehdad Esfahbod2009-07-151-2/+4
* Bug 580987 – SIGFPE in pango_glyph_string_index_to_xBehdad Esfahbod2009-05-011-0/+6
* [glyphstring] Handle overflow with very long glyphstringsBehdad Esfahbod2009-03-021-6/+20
* Bug 431394 – Use pango_glyph_item_iter in more placesBehdad Esfahbod2008-08-061-36/+34
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnitBehdad Esfahbod2008-01-151-1/+1
* Fix another Oops of mine from recent commits.Behdad Esfahbod2007-10-241-1/+2
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-241-5/+13
* Fix more typosBehdad Esfahbod2007-08-151-2/+2
* Fix more typos, and use TRUE/FALSE instead of 1/0Behdad Esfahbod2007-08-151-4/+4
* Fix typoBehdad Esfahbod2007-08-141-1/+1
* Move contents of mapping.c to glyphstring.c where they belong.Behdad Esfahbod2007-08-011-0/+305
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-1/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-10/+10
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-17/+17
* Spell-check the docs.Behdad Esfahbod2007-01-071-4/+4
* Return if none of logical_rect or ink_rect is non-NULL.Behdad Esfahbod2006-08-161-0/+3
* Fix silly error in implementation of pango_glyph_string_get_width(), andBehdad Esfahbod2006-07-081-4/+2
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-081-0/+27
* Bug 337594 – pango_glyph_string_extents_range possible bugBehdad Esfahbod2006-04-291-2/+2
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-3/+3
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-1/+1
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-3/+5
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-4/+7