summaryrefslogtreecommitdiff
path: root/pango-view/viewer-cairo.c
Commit message (Collapse)AuthorAgeFilesLines
* MinorBehdad Esfahbod2012-08-231-4/+4
|
* Bug 576298 – Fails to link pango-view if --without-x is specified but ↵Sebastian Dröge2009-03-231-0/+4
| | | | cairo has X11 support
* Bug 502804 – pango-view or pangocairo-view option to annotateBehdad Esfahbod2009-03-161-0/+5
| | | | | | | Added --annotate. Also fixes: Bug 502801 – per-backend pango-view options
* [pango-view] Clear background in _renderBehdad Esfahbod2009-03-161-34/+56
|
* Bug 502805 – pango-view option for foreground/background colorBehdad Esfahbod2009-03-161-16/+42
|
* [pango-view] Don't clear the background for vector outputBehdad Esfahbod2009-03-151-4/+24
|
* [pango-view] Add ability to save to PS, EPS, PDF, and SVGBehdad Esfahbod2009-03-151-11/+181
|
* Bug 523166 – pango-view opens display even when invoked with -qBehdad Esfahbod2009-03-141-8/+77
| | | | Works now.
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
| | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Behdad svn path=/trunk/; revision=2657
* Move into pango-view/Behdad Esfahbod2007-01-161-0/+53
2007-01-16 Behdad Esfahbod <behdad@gnome.org> * examples/pango-view.c: * examples/pangocairo-view.c: * examples/pangoft2-view.c: * examples/pangox-view.c: * examples/pangoxft-view.c: * examples/renderdemo.c: * examples/renderdemo.h: * examples/test-arabic.txt: * examples/test-chinese.txt: * examples/test-devanagari.txt: * examples/test-gurmukhi.txt: * examples/test-hebrew.txt: * examples/test-ipa.txt: * examples/test-lao.txt: * examples/test-latin.txt: * examples/test-mixed.txt: * examples/test-syriac.txt: * examples/test-tamil.txt: * examples/test-thai.txt: * examples/test-tibetan.txt: * examples/viewer-cairo.c: * examples/viewer-cairo.h: * examples/viewer-main.c: * examples/viewer-pangocairo.c: * examples/viewer-pangoft2.c: * examples/viewer-pangox.c: * examples/viewer-pangoxft.c: * examples/viewer-win32.c: * examples/viewer-x.c: * examples/viewer-x.h: * examples/viewer.h: Move into pango-view/ * Makefile.am: * configure.in: * examples/Makefile.am: * pango-view/Makefile.am: Update. svn path=/trunk/; revision=2152