summaryrefslogtreecommitdiff
path: root/pango/pango-matrix.c
Commit message (Expand)AuthorAgeFilesLines
* matrix: CosmeticsMatthias Clasen2021-06-281-6/+7
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-13/+11
* introspection: Stop using allow-noneMatthias Clasen2021-05-191-5/+5
* docs: Tweak matrix docsMatthias Clasen2021-03-111-41/+43
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-2/+2
* Minor doc fixBehdad Esfahbod2015-05-051-1/+1
* Bug 602257 - Make pango_matrix_get_font_scale_factors() publicBehdad Esfahbod2015-04-301-24/+45
* Add many missing nullability annotations.Evan Nemerson2014-10-161-8/+8
* adding allow-none introspection metadata to pango_matrix_get_font_scale_factorAlberto Ruiz2011-04-251-1/+1
* adding (inout) introspection metadata to pango_matrix_transform_distanceAlberto Ruiz2011-04-251-2/+2
* adding (inout) introspection metadata to pango_matrix_transform_pointAlberto Ruiz2011-04-251-2/+2
* adding (inout) introspection metadata to pango_matrix_transform_rectangleAlberto Ruiz2011-04-251-1/+1
* adding allow-none introspection metadata to pango_matrix_transform_rectangleAlberto Ruiz2011-04-251-1/+1
* adding (inout) introspection metadata to pango_matrix_transform_pixel_rectangleAlberto Ruiz2011-04-251-1/+1
* adding allow-none introspection metadata to pango_matrix_transform_pixel_rect...Alberto Ruiz2011-04-251-1/+1
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-12/+3
* Bug 561779 – incorrect calculations in pango_matrix_concatBehdad Esfahbod2008-11-211-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 508002 – change pango_layout_pixel_extents() to round logical rectBehdad Esfahbod2008-01-221-7/+8
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-241-12/+12
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-1/+1
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-18/+18
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-161-35/+2
* Spell-check the docs.Behdad Esfahbod2007-01-071-5/+5
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-041-0/+216
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-201-4/+10
* Render block progression and line direction arrows, and a base gravityBehdad Esfahbod2006-08-161-0/+28
* New file. Move all pango_matrix_* stuff into a separate file.Behdad Esfahbod2006-07-071-0/+250