summaryrefslogtreecommitdiff
path: root/examples/renderdemo.c
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore all trailing whitespace in input text. Only chop one newline.Behdad Esfahbod2006-08-011-12/+6
* Replace each byte in invalid UTF-8 sequences with '?'. (bug #331995)Behdad Esfahbod2006-02-261-2/+0
* Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failedBehdad Esfahbod2006-02-171-0/+1
* Bug 331038 – pango-querymodules --help and --version Patch from AntoineBehdad Esfahbod2006-02-151-13/+36
* Bug 330146 – pango-view --help should list available backends Patch fromBehdad Esfahbod2006-02-081-17/+64
* Bug 330289 – Fix build with gcc 2.95 (pangox.c)Behdad Esfahbod2006-02-081-1/+1
* If NULL is passed to _copy, return NULL with no warning. If NULL is passedBehdad Esfahbod2006-02-061-7/+49
* Bug 328067 – Install pango-viewBehdad Esfahbod2006-02-061-79/+99
* Bug 329528 – implement --wrap in examples/renderdemo.c Patch fromBehdad Esfahbod2006-02-051-21/+61
* AC_DEFINE (HAVE_CAIRO_PNG).Behdad Esfahbod2006-02-021-5/+4
* Driver for X-based viewer. Used by pangocairo-view and pangoxft-viewBehdad Esfahbod2006-02-011-27/+31
* Oops, removed all my changes the other time :(Behdad Esfahbod2006-01-301-0/+503
* Bug 328314 – Examples should use GOption instead of argcontext.c PatchBehdad Esfahbod2006-01-301-508/+0
* Reverted the tab alignments patch.Behdad Esfahbod2006-01-291-77/+5
* Implement other tab alignments. Bug #325547, Itai Bar-Haim.Behdad Esfahbod2006-01-281-5/+77
* Make tests/examples do use generated pango.modules. (bug #328291)Behdad Esfahbod2006-01-231-6/+17
* Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for theBehdad Esfahbod2005-11-091-1/+4
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-20/+26
* Added a --runs options, useful for profiling. Misc cleanup, freeingBehdad Esfahbod2005-11-031-0/+3
* Fixed a couple of leaks and freed memory after use.Behdad Esfahbod2005-07-261-0/+8
* Add checks for CairoOwen Taylor2005-01-091-24/+37
* Fix reversed auto-hint option.Owen Taylor2004-09-131-1/+1
* Sync with change to OTL_GlyphItemRec.Owen Taylor2004-08-161-0/+41
* Fix C99ism. I am clearly the last man stuck in the dark age of C.Morten Welinder2004-07-241-1/+2
* Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)Owen Taylor2004-07-141-1/+23
* Split most of the guts of pangoft2topgm.c into separate source files toOwen Taylor2004-07-101-203/+73
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-28/+94
* Patch from Dov Grobgeld to add auto-direction to PangoLayout (more ofOwen Taylor2004-03-011-0/+5
* Add --indent=n option.Noah Levitt2003-11-251-0/+6
* Borrow argument parsing code from GDK.Owen Taylor2003-09-151-112/+186
* Replace --family/--scale options with a single --fontOwen Taylor2003-08-081-23/+28
* Add option to run 'display' on the output as well as/instead of specifyingOwen Taylor2003-08-081-13/+66
* Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(),Owen Taylor2003-08-081-27/+71
* Get rid of a bunch of leftovers from the conversion from viewer; addOwen Taylor2003-08-081-161/+154
* Add code to check for "./pangorc" so that it works uninstalled.Owen Taylor2003-05-271-0/+3
* Accept also outfile name on command line, fopen it separately then. NeededTor Lillqvist2002-02-071-6/+15
* Remove this file; pangofttopgm is the test case for the FT2 backend now.Owen Taylor2002-01-251-7/+6
* An example of using the ft2 moduleDov Grobgeld2002-01-171-0/+273