| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Small fixes. | Behdad Esfahbod | 2006-01-21 | 1 | -3/+2 |
* | Adjust the order of *_CFLAGS to the same order known to work. (Fixes bug | Behdad Esfahbod | 2006-01-16 | 1 | -4/+4 |
* | Fixes bug #71414, allowing to disable building/installing modules. | Behdad Esfahbod | 2006-01-16 | 1 | -2/+2 |
* | Add GLIB_LIBS to examples explicitly. (#322885, Manish Singh) | Behdad Esfahbod | 2005-11-30 | 1 | -3/+7 |
* | Add checks for ATSUI. | Anders Carlsson | 2005-11-22 | 1 | -0/+2 |
* | Make the Kermit notice a "no warranty" clause, to comply with LPGL. | Behdad Esfahbod | 2005-11-21 | 1 | -2/+2 |
* | Added redistribution permission. | Behdad Esfahbod | 2005-11-15 | 1 | -0/+4 |
* | Updated Tibetan shaper from Pema Geyleg. (#313513) | Behdad Esfahbod | 2005-11-15 | 2 | -0/+13 |
* | Added. The infamous "I Can Eat Glass" in vairous languages. Adopted from | Behdad Esfahbod | 2005-11-15 | 2 | -0/+167 |
* | Add X_CFLAGS to INCLUDES. We normally are picking them up from XFT_CFLAGS, | Behdad Esfahbod | 2005-11-14 | 1 | -0/+1 |
* | Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for the | Behdad Esfahbod | 2005-11-09 | 1 | -1/+4 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 5 | -28/+35 |
* | Added a --runs options, useful for profiling. Misc cleanup, freeing | Behdad Esfahbod | 2005-11-03 | 3 | -88/+101 |
* | Set cairo font resolution. | Behdad Esfahbod | 2005-08-29 | 1 | -0/+1 |
* | Add a few Arabic non-spacing marks to the example. Put the line with Pango | Behdad Esfahbod | 2005-08-29 | 1 | -1/+3 |
* | Remove some characters at the beginning of the file and add a line break. | Behdad Esfahbod | 2005-08-15 | 1 | -3/+2 |
* | reviewed by: otaylor | Keith Packard | 2005-08-09 | 1 | -37/+25 |
* | Fixed a couple of leaks and freed memory after use. | Behdad Esfahbod | 2005-07-26 | 4 | -12/+35 |
* | update for new cairo_xlib_surface API. | Manish Singh | 2005-05-17 | 1 | -6/+9 |
* | Include Xlib.h explicitely before include Xutil.h, since Xutil.h doesn't | Owen Taylor | 2005-05-16 | 1 | -0/+1 |
* | #include Xutil.h explicitly, update for renamed cairo API. | 5 | 2005-05-14 | 1 | -3/+5 |
* | Remove some accidentally deleted code. | Owen Taylor | 2005-05-07 | 1 | -0/+5 |
* | Update for Cairo API changes. | Owen Taylor | 2005-05-07 | 2 | -32/+41 |
* | Fix for the change of cairo_clip() not to preserve the path. | Owen Taylor | 2005-05-01 | 1 | -1/+1 |
* | Update to new Cairo API for writing out PNGs. | Manish Singh | 2005-04-27 | 1 | -11/+11 |
* | Update to new Cairo API for setting color and opacity. | Manish Singh | 2005-04-18 | 1 | -3/+2 |
* | #include <pixman.h> since the cairo headers don't include it for us | Manish Singh | 2005-04-08 | 1 | -0/+1 |
* | variable declaration on the start of the block, not C99 everywhere. | Hans Breuer | 2005-04-03 | 1 | -40/+75 |
* | Update to track removal of cairo_set_target_png from cairo. | Carl Worth | 2005-04-02 | 1 | -3/+5 |
* | Build fixes from Andrew P. Lentvorski, Jr, #164655 | Owen Taylor | 2005-03-01 | 1 | -1/+2 |
* | Open the file with mode "wb", include cairo-png.h. | Owen Taylor | 2005-02-03 | 4 | -2/+20 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 8 | -39/+450 |
* | add XFT_CFLAGS | Dan Winship | 2004-12-14 | 1 | -0/+1 |
* | Add Syriac module by Emil Soleyman-Zomalan. (#147779) | Owen Taylor | 2004-11-22 | 2 | -0/+19 |
* | Shut up cvs | Manish Singh | 2004-10-02 | 1 | -0/+1 |
* | Up version to 1.7.0. | Owen Taylor | 2004-09-24 | 2 | -0/+159 |
* | Fix reversed auto-hint option. | Owen Taylor | 2004-09-13 | 1 | -1/+1 |
* | Sync with change to OTL_GlyphItemRec. | Owen Taylor | 2004-08-16 | 3 | -7/+61 |
* | Fix C99ism. I am clearly the last man stuck in the dark age of C. | Morten Welinder | 2004-07-24 | 1 | -1/+2 |
* | Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071) | Owen Taylor | 2004-07-14 | 2 | -1/+24 |
* | Split most of the guts of pangoft2topgm.c into separate source files to | Owen Taylor | 2004-07-10 | 4 | -572/+145 |
* | Add PangoMatrix type for affine transforms. | Owen Taylor | 2004-05-28 | 2 | -56/+188 |
* | Handle '--' correctly. | Anders Carlsson | 2004-04-05 | 1 | -1/+1 |
* | Patch from Dov Grobgeld to add auto-direction to PangoLayout (more of | Owen Taylor | 2004-03-01 | 2 | -0/+10 |
* | Add --indent=n option. | Noah Levitt | 2003-11-25 | 2 | -0/+12 |
* | Borrow argument parsing code from GDK. | Owen Taylor | 2003-09-15 | 5 | -225/+700 |
* | Add a dependency on pango-querymodules... Really needs to depend on the | Owen Taylor | 2003-08-25 | 1 | -2/+2 |
* | Replace --family/--scale options with a single --font | Owen Taylor | 2003-08-08 | 2 | -46/+56 |
* | Add option to run 'display' on the output as well as/instead of specifying | Owen Taylor | 2003-08-08 | 2 | -26/+132 |
* | Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(), | Owen Taylor | 2003-08-08 | 3 | -54/+143 |