summaryrefslogtreecommitdiff
path: root/pango/glyphstring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-1/+2
* Fix up right-to-left case. (Based on patch from Damon Chaplin, #117325)Owen Taylor2003-07-241-4/+7
* Improve handling of empty ink rectangles; rework for simplicity. (#103662)Owen Taylor2003-06-041-49/+55
* Clarify the meaning of the @end parameter. (#96843, Jungshik Shin)Owen Taylor2002-11-261-1/+2
* Don't offset the logical rect by y_offset - this generally is not desired,Owen Taylor2002-01-101-2/+2
* Update to the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* copy function. (pango_glyph_string_get_type): implement get_type function.James Henstridge2001-07-021-0/+38
* add assertion that shaper != NULL to catch engine problems fasterHavoc Pennington2000-12-141-4/+4
* Test against start not zero.Owen Taylor2000-11-171-1/+1
* Add new PangoLayoutIter entry pointsHavoc Pennington2000-11-131-16/+48
* Remove tests for libunicodeOwen Taylor2000-06-211-4/+3
* When handling overstrikes, try to guess a bit better how overstrike glyphsOwen Taylor2000-05-071-5/+8
* Fix off-by-one error for RTL runs.Owen Taylor2000-04-031-1/+1