summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Replace each byte in invalid UTF-8 sequences with '?'. (bug #331995)Behdad Esfahbod2006-02-261-2/+0
* Added. Parts of Genesis.Behdad Esfahbod2006-02-252-0/+14
* Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failedBehdad Esfahbod2006-02-171-0/+1
* Bug 331038 – pango-querymodules --help and --version Patch from AntoineBehdad Esfahbod2006-02-151-13/+36
* Bug 330146 – pango-view --help should list available backends Patch fromBehdad Esfahbod2006-02-081-17/+64
* Revert mistakenly committed stuff.Behdad Esfahbod2006-02-081-13/+0
* Bug 330289 – Fix build with gcc 2.95 (pangox.c)Behdad Esfahbod2006-02-085-26/+53
* Initialise GError pointer to NULL. Use waitpid() only on Unix.Tor Lillqvist2006-02-071-2/+7
* Cosmetic.Behdad Esfahbod2006-02-061-4/+4
* 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