summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* If NULL is passed to _copy, return NULL with no warning. If NULL is passedBehdad Esfahbod2006-02-064-14/+63
* Bug 328067 – Install pango-viewBehdad Esfahbod2006-02-0624-1359/+1583
* Bug 329528 – implement --wrap in examples/renderdemo.c Patch fromBehdad Esfahbod2006-02-051-21/+61
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-1/+4
* Add an LRM instead of RLM in Yiddish sample.Behdad Esfahbod2006-02-031-2/+2
* Updated.Behdad Esfahbod2006-02-031-3/+3
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-6/+6
* AC_DEFINE (HAVE_CAIRO_PNG).Behdad Esfahbod2006-02-028-10/+23
* Add a default_substitute function to set correct dpi on the pattern.Behdad Esfahbod2006-02-025-7/+20
* Driver for X-based viewer. Used by pangocairo-view and pangoxft-viewBehdad Esfahbod2006-02-018-326/+368
* Removed.Behdad Esfahbod2006-02-011-709/+0
* Some fruitless try to bring it up-to-date.Behdad Esfahbod2006-02-011-18/+18
* Initialize warning history structs more explicitly. (bug #329459)Behdad Esfahbod2006-02-011-3/+3
* Removed/renamed.Behdad Esfahbod2006-02-018-368/+49
* Oops, removed all my changes the other time :(Behdad Esfahbod2006-01-305-325/+579
* Bug 328314 – Examples should use GOption instead of argcontext.c PatchBehdad Esfahbod2006-01-303-592/+3
* Reverted the tab alignments patch.Behdad Esfahbod2006-01-292-78/+5
* Implement other tab alignments. Bug #325547, Itai Bar-Haim.Behdad Esfahbod2006-01-284-185/+258
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-251-1/+0
* Removed based on an old ChangeLog entry saying: Remove pangoft2.aliasesBehdad Esfahbod2006-01-241-18/+0
* Make tests/examples do use generated pango.modules. (bug #328291)Behdad Esfahbod2006-01-238-278/+38
* Small fixes.Behdad Esfahbod2006-01-211-3/+2
* Adjust the order of *_CFLAGS to the same order known to work. (Fixes bugBehdad Esfahbod2006-01-161-4/+4
* Fixes bug #71414, allowing to disable building/installing modules.Behdad Esfahbod2006-01-161-2/+2
* Add GLIB_LIBS to examples explicitly. (#322885, Manish Singh)Behdad Esfahbod2005-11-301-3/+7
* Add checks for ATSUI.Anders Carlsson2005-11-221-0/+2
* Make the Kermit notice a "no warranty" clause, to comply with LPGL.Behdad Esfahbod2005-11-211-2/+2
* 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
* 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-045-28/+35
* Added a --runs options, useful for profiling. Misc cleanup, freeingBehdad Esfahbod2005-11-033-88/+101
* Set cairo font resolution.Behdad Esfahbod2005-08-291-0/+1
* Add a few Arabic non-spacing marks to the example. Put the line with PangoBehdad Esfahbod2005-08-291-1/+3
* 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