summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* lines: tweak the array apiMatthias Clasen2022-01-252-2/+4
* Rename PangoLayoutLine to PangoLineMatthias Clasen2022-01-253-11/+11
* line-breaker: Rename done()Matthias Clasen2022-01-252-2/+2
* Tweak boolean gettersMatthias Clasen2022-01-251-2/+2
* The big rename of doomMatthias Clasen2022-01-254-28/+28
* Port examplesMatthias Clasen2022-01-243-221/+223
* Add a text flow exampleMatthias Clasen2022-01-242-0/+135
* Add a parshape exampleMatthias Clasen2022-01-244-0/+128
* Drop uses of pango_coverage_ref/unrefMatthias Clasen2022-01-101-2/+2
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-04-141-2/+2
* pangowin32tobmp: Fix typo.Werner Lemberg2019-09-181-1/+2
* Give upMatthias Clasen2019-08-021-5/+6
* Another attemptMatthias Clasen2019-08-021-1/+3
* Last attemptMatthias Clasen2019-08-021-1/+1
* Another warning fixMatthias Clasen2019-08-021-4/+1
* One more warning fixMatthias Clasen2019-08-021-3/+6
* examples: Avoid deprecated apiMatthias Clasen2019-08-021-2/+1
* Drop autotoolsMatthias Clasen2018-08-281-34/+0
* meson: Add a few missing things, minor fixes, TODONirbheek Chauhan2017-05-191-0/+6
* build: Add Meson build systemEmmanuele Bassi2017-05-191-0/+22
* examples: Initialize variablesEmmanuele Bassi2017-05-191-3/+3
* Fix PangoFc with non-identity scale matrix (again!)Behdad Esfahbod2015-05-111-9/+22
* Remove gmodule dependency and deprecate some more symbolsBehdad Esfahbod2015-04-051-1/+0
* Fix cairotwisted curve_length()Behdad Esfahbod2014-02-111-1/+1
* Bug 652841 - Various pieces of dead code found by gcc/clang static analyzerBehdad Esfahbod2011-06-171-2/+2
* Bug 627978 - explicitly link with the math lib (-lm) for use of 'cos'Behdad Esfahbod2010-08-251-0/+1
* Use git.mkBehdad Esfahbod2009-04-171-0/+2
* [cairotwisted] Plug couple other leaksBehdad Esfahbod2009-03-301-0/+3
* [cairotwisted] Plug leakBehdad Esfahbod2009-03-301-1/+5
* Fix warning.Behdad Esfahbod2008-12-261-1/+1
* Handle close_path correctly.Behdad Esfahbod2008-11-261-6/+12
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Optimize double math.Behdad Esfahbod2007-12-061-46/+70
* Add some more comments to document the math involved.Behdad Esfahbod2007-12-031-4/+21
* Document cairotwisted example.Behdad Esfahbod2007-11-301-123/+165
* Bug 485536 – underline_position can be zeroBehdad Esfahbod2007-11-303-5/+40
* Implement bezier curve length function that flattens the curve and sum theBehdad Esfahbod2007-10-201-7/+69
* Put cairotwisted in public domainPANGO_1_16_5Behdad Esfahbod2007-07-261-0/+1
* New APIBehdad Esfahbod2007-05-044-3/+215
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-162-103/+103
* Replace C++-style // comments with C-style /* */ ones.Behdad Esfahbod2007-01-161-2/+2
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-163-21/+21
* Improve text-on-path example.Behdad Esfahbod2007-01-161-24/+75
* Move into pango-view/Behdad Esfahbod2007-01-1634-3636/+1
* Oops. Replace GType* with GType.Behdad Esfahbod2007-01-161-1/+1
* Use pango_layout(_iter)?_get_line_readonly() instead ofBehdad Esfahbod2007-01-161-1/+4
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-82/+40
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-162-1/+41
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-091-11/+0
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-041-35/+13