summaryrefslogtreecommitdiff
path: root/examples/cairoview.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 328067 – Install pango-viewBehdad Esfahbod2006-02-061-169/+0
* AC_DEFINE (HAVE_CAIRO_PNG).Behdad Esfahbod2006-02-021-1/+14
* Add a default_substitute function to set correct dpi on the pattern.Behdad Esfahbod2006-02-021-1/+2
* Driver for X-based viewer. Used by pangocairo-view and pangoxft-viewBehdad Esfahbod2006-02-011-185/+47
* Make tests/examples do use generated pango.modules. (bug #328291)Behdad Esfahbod2006-01-231-1/+1
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Set cairo font resolution.Behdad Esfahbod2005-08-291-0/+1
* reviewed by: otaylorKeith Packard2005-08-091-37/+25
* Fixed a couple of leaks and freed memory after use.Behdad Esfahbod2005-07-261-1/+5
* update for new cairo_xlib_surface API.Manish Singh2005-05-171-6/+9
* Include Xlib.h explicitely before include Xutil.h, since Xutil.h doesn'tOwen Taylor2005-05-161-0/+1
* #include Xutil.h explicitly, update for renamed cairo API.52005-05-141-3/+5
* Remove some accidentally deleted code.Owen Taylor2005-05-071-0/+5
* Update for Cairo API changes.Owen Taylor2005-05-071-23/+31
* Fix for the change of cairo_clip() not to preserve the path.Owen Taylor2005-05-011-1/+1
* Update to new Cairo API for setting color and opacity.Manish Singh2005-04-181-3/+2
* #include <pixman.h> since the cairo headers don't include it for usManish Singh2005-04-081-0/+1
* Open the file with mode "wb", include cairo-png.h.Owen Taylor2005-02-031-0/+9
* Add checks for CairoOwen Taylor2005-01-091-0/+272