summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-251-1/+0
* Adjust the order of *_CFLAGS to the same order known to work. (Fixes bugBehdad Esfahbod2006-01-161-4/+4
* Add GLIB_LIBS to examples explicitly. (#322885, Manish Singh)Behdad Esfahbod2005-11-301-3/+7
* Make the Kermit notice a "no warranty" clause, to comply with LPGL.Behdad Esfahbod2005-11-212-3/+5
* Added redistribution permission.Behdad Esfahbod2005-11-151-0/+4
* Updated Tibetan shaper from Pema Geyleg. (#313513)Behdad Esfahbod2005-11-152-0/+13
* Added. The infamous "I Can Eat Glass" in vairous languages. Adopted fromBehdad Esfahbod2005-11-152-0/+167
* Add X_CFLAGS to INCLUDES. We normally are picking them up from XFT_CFLAGS,Behdad Esfahbod2005-11-141-0/+1
* Remove some characters at the beginning of the file and add a line break.Behdad Esfahbod2005-08-151-3/+2
* reviewed by: otaylorKeith Packard2005-08-091-37/+25
* Fixed a couple of leaks and freed memory after use.Behdad Esfahbod2005-07-264-12/+35
* 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-072-32/+41
* Fix for the change of cairo_clip() not to preserve the path.Owen Taylor2005-05-011-1/+1
* Update to new Cairo API for writing out PNGs.Manish Singh2005-04-271-11/+11
* 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
* variable declaration on the start of the block, not C99 everywhere.Hans Breuer2005-04-031-40/+75
* Update to track removal of cairo_set_target_png from cairo.Carl Worth2005-04-021-3/+5
* Build fixes from Andrew P. Lentvorski, Jr, #164655Owen Taylor2005-03-011-1/+2
* Open the file with mode "wb", include cairo-png.h.Owen Taylor2005-02-034-2/+20
* Add checks for CairoOwen Taylor2005-01-098-39/+450
* add XFT_CFLAGSDan Winship2004-12-141-0/+1
* Add Syriac module by Emil Soleyman-Zomalan. (#147779)Owen Taylor2004-11-222-0/+19
* Shut up cvsManish Singh2004-10-021-0/+1
* Up version to 1.7.0.Owen Taylor2004-09-242-0/+159
* Fix reversed auto-hint option.Owen Taylor2004-09-131-1/+1
* Sync with change to OTL_GlyphItemRec.Owen Taylor2004-08-163-7/+61
* 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-142-1/+24
* Split most of the guts of pangoft2topgm.c into separate source files toOwen Taylor2004-07-104-572/+145
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-282-56/+188
* Handle '--' correctly.Anders Carlsson2004-04-051-1/+1
* Patch from Dov Grobgeld to add auto-direction to PangoLayout (more ofOwen Taylor2004-03-012-0/+10
* Add --indent=n option.Noah Levitt2003-11-252-0/+12
* Borrow argument parsing code from GDK.Owen Taylor2003-09-155-225/+700
* Add a dependency on pango-querymodules... Really needs to depend on theOwen Taylor2003-08-251-2/+2
* Replace --family/--scale options with a single --fontOwen Taylor2003-08-082-46/+56
* Add option to run 'display' on the output as well as/instead of specifyingOwen Taylor2003-08-082-26/+132
* Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(),Owen Taylor2003-08-083-54/+143
* Get rid of a bunch of leftovers from the conversion from viewer; addOwen Taylor2003-08-082-322/+308
* Remove Qt-based example; it was only testing the obsolete pango-x backend,Owen Taylor2003-07-241-29/+1
* Add code to check for "./pangorc" so that it works uninstalled.Owen Taylor2003-05-272-0/+6
* Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, NoahOwen Taylor2003-04-291-1/+0
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-111-1/+1
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-0/+1
* Remove call to QApplication::setStyle (new QCDEStyle())... didn't makeOwen Taylor2003-02-121-3/+0