| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace each byte in invalid UTF-8 sequences with '?'. (bug #331995) | Behdad Esfahbod | 2006-02-26 | 1 | -2/+0 |
* | Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failed | Behdad Esfahbod | 2006-02-17 | 1 | -0/+1 |
* | Bug 331038 – pango-querymodules --help and --version Patch from Antoine | Behdad Esfahbod | 2006-02-15 | 1 | -13/+36 |
* | Bug 330146 – pango-view --help should list available backends Patch from | Behdad Esfahbod | 2006-02-08 | 1 | -17/+64 |
* | Bug 330289 – Fix build with gcc 2.95 (pangox.c) | Behdad Esfahbod | 2006-02-08 | 1 | -1/+1 |
* | If NULL is passed to _copy, return NULL with no warning. If NULL is passed | Behdad Esfahbod | 2006-02-06 | 1 | -7/+49 |
* | Bug 328067 – Install pango-view | Behdad Esfahbod | 2006-02-06 | 1 | -79/+99 |
* | Bug 329528 – implement --wrap in examples/renderdemo.c Patch from | Behdad Esfahbod | 2006-02-05 | 1 | -21/+61 |
* | AC_DEFINE (HAVE_CAIRO_PNG). | Behdad Esfahbod | 2006-02-02 | 1 | -5/+4 |
* | Driver for X-based viewer. Used by pangocairo-view and pangoxft-view | Behdad Esfahbod | 2006-02-01 | 1 | -27/+31 |
* | Oops, removed all my changes the other time :( | Behdad Esfahbod | 2006-01-30 | 1 | -0/+503 |
* | Bug 328314 – Examples should use GOption instead of argcontext.c Patch | Behdad Esfahbod | 2006-01-30 | 1 | -508/+0 |
* | Reverted the tab alignments patch. | Behdad Esfahbod | 2006-01-29 | 1 | -77/+5 |
* | Implement other tab alignments. Bug #325547, Itai Bar-Haim. | Behdad Esfahbod | 2006-01-28 | 1 | -5/+77 |
* | Make tests/examples do use generated pango.modules. (bug #328291) | Behdad Esfahbod | 2006-01-23 | 1 | -6/+17 |
* | 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 | 1 | -20/+26 |
* | Added a --runs options, useful for profiling. Misc cleanup, freeing | Behdad Esfahbod | 2005-11-03 | 1 | -0/+3 |
* | Fixed a couple of leaks and freed memory after use. | Behdad Esfahbod | 2005-07-26 | 1 | -0/+8 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 1 | -24/+37 |
* | Fix reversed auto-hint option. | Owen Taylor | 2004-09-13 | 1 | -1/+1 |
* | Sync with change to OTL_GlyphItemRec. | Owen Taylor | 2004-08-16 | 1 | -0/+41 |
* | 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 | 1 | -1/+23 |
* | Split most of the guts of pangoft2topgm.c into separate source files to | Owen Taylor | 2004-07-10 | 1 | -203/+73 |
* | Add PangoMatrix type for affine transforms. | Owen Taylor | 2004-05-28 | 1 | -28/+94 |
* | Patch from Dov Grobgeld to add auto-direction to PangoLayout (more of | Owen Taylor | 2004-03-01 | 1 | -0/+5 |
* | Add --indent=n option. | Noah Levitt | 2003-11-25 | 1 | -0/+6 |
* | Borrow argument parsing code from GDK. | Owen Taylor | 2003-09-15 | 1 | -112/+186 |
* | Replace --family/--scale options with a single --font | Owen Taylor | 2003-08-08 | 1 | -23/+28 |
* | Add option to run 'display' on the output as well as/instead of specifying | Owen Taylor | 2003-08-08 | 1 | -13/+66 |
* | Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(), | Owen Taylor | 2003-08-08 | 1 | -27/+71 |
* | Get rid of a bunch of leftovers from the conversion from viewer; add | Owen Taylor | 2003-08-08 | 1 | -161/+154 |
* | Add code to check for "./pangorc" so that it works uninstalled. | Owen Taylor | 2003-05-27 | 1 | -0/+3 |
* | Accept also outfile name on command line, fopen it separately then. Needed | Tor Lillqvist | 2002-02-07 | 1 | -6/+15 |
* | Remove this file; pangofttopgm is the test case for the FT2 backend now. | Owen Taylor | 2002-01-25 | 1 | -7/+6 |
* | An example of using the ft2 module | Dov Grobgeld | 2002-01-17 | 1 | -0/+273 |