| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialise GError pointer to NULL. Use waitpid() only on Unix. | Tor Lillqvist | 2006-02-07 | 2 | -2/+10 |
* | Drop the timestamp from the zipfile names. | Tor Lillqvist | 2006-02-07 | 2 | -2/+6 |
* | Cosmetic. | Behdad Esfahbod | 2006-02-06 | 1 | -4/+4 |
* | As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD API thatPANGO_1_11_4 | Behdad Esfahbod | 2006-02-06 | 3 | -1/+47 |
* | If NULL is passed to _copy, return NULL with no warning. If NULL is passed | Behdad Esfahbod | 2006-02-06 | 6 | -22/+100 |
* | Bug 328067 – Install pango-view | Behdad Esfahbod | 2006-02-06 | 26 | -1359/+1619 |
* | Warn only once per font-description that cannot be loaded. | Behdad Esfahbod | 2006-02-06 | 6 | -49/+122 |
* | AC_DEFINE various version components. | Behdad Esfahbod | 2006-02-05 | 9 | -13/+21 |
* | Bug 324408 – tab can result in 0 characters | Behdad Esfahbod | 2006-02-05 | 2 | -4/+13 |
* | Bug 329528 – implement --wrap in examples/renderdemo.c Patch from | Behdad Esfahbod | 2006-02-05 | 2 | -21/+68 |
* | Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap with | Behdad Esfahbod | 2006-02-05 | 23 | -37/+104 |
* | Move the FT_IS_SFNT(font) logic into pango_ft2_get_unknown glyph. | Behdad Esfahbod | 2006-02-04 | 3 | -13/+23 |
* | AC_DEFINE the module version, such that pango-querymodules gets rebuilt | Behdad Esfahbod | 2006-02-03 | 3 | -1/+10 |
* | Bump pango_module_version to 1.5.0. | Behdad Esfahbod | 2006-02-03 | 2 | -1/+5 |
* | Distribute autogen.sh. | Behdad Esfahbod | 2006-02-03 | 2 | -0/+5 |
* | Add an LRM instead of RLM in Yiddish sample. | Behdad Esfahbod | 2006-02-03 | 1 | -2/+2 |
* | Updated. | Behdad Esfahbod | 2006-02-03 | 1 | -3/+3 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 37 | -421/+661 |
* | Rename _pango_cairo_get_hex_box_info to _pango_cairo_font_get_hex_box_info. | Behdad Esfahbod | 2006-02-02 | 3 | -4/+4 |
* | Move PANGO_UNKNOWN_GLYPH_WIDTH/HEIGHT to pango-font.h, which makes | Behdad Esfahbod | 2006-02-02 | 5 | -9/+6 |
* | Do unknown glyph extents here too. | Behdad Esfahbod | 2006-02-02 | 2 | -2/+16 |
* | Guard Xft backend agains crashes too. | Behdad Esfahbod | 2006-02-02 | 4 | -22/+72 |
* | Oops! | Behdad Esfahbod | 2006-02-02 | 1 | -1/+0 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 30 | -153/+205 |
* | Fix GKeyFile transition. | Behdad Esfahbod | 2006-02-02 | 2 | -20/+24 |
* | AC_DEFINE (HAVE_CAIRO_PNG). | Behdad Esfahbod | 2006-02-02 | 10 | -11/+33 |
* | For mini_font, set family to "monospace", not "mono-space" which didn't | Behdad Esfahbod | 2006-02-02 | 2 | -1/+6 |
* | Add a default_substitute function to set correct dpi on the pattern. | Behdad Esfahbod | 2006-02-02 | 6 | -7/+25 |
* | Driver for X-based viewer. Used by pangocairo-view and pangoxft-view | Behdad Esfahbod | 2006-02-01 | 9 | -326/+377 |
* | Removed. | Behdad Esfahbod | 2006-02-01 | 2 | -709/+4 |
* | Some fruitless try to bring it up-to-date. | Behdad Esfahbod | 2006-02-01 | 1 | -18/+18 |
* | Initialize warning history structs more explicitly. (bug #329459) | Behdad Esfahbod | 2006-02-01 | 5 | -6/+13 |
* | Removed/renamed. | Behdad Esfahbod | 2006-02-01 | 9 | -368/+62 |
* | Use cairo_scaled_font_text_extents instead of cairo_text_extents. | Behdad Esfahbod | 2006-02-01 | 2 | -15/+7 |
* | Require cairo >= 1.1.1. | Behdad Esfahbod | 2006-02-01 | 2 | -1/+5 |
* | pango/pangocairo-private.h, pango/pangocairo-font.c, Hint hexbox. Also | Behdad Esfahbod | 2006-02-01 | 5 | -52/+113 |
* | Bug 328313 – Use GKeyFile for parsing pangorc Patch from Antoine | Behdad Esfahbod | 2006-01-31 | 2 | -122/+64 |
* | Change to follow the "Email: email@address.com" pattern. | Behdad Esfahbod | 2006-01-31 | 1 | -2/+4 |
* | Improve documentation for functions allocating memory, on how the object | Behdad Esfahbod | 2006-01-31 | 19 | -67/+132 |
* | === Released 1.11.3 ===PANGO_1_11_3 | Behdad Esfahbod | 2006-01-31 | 3 | -3/+18 |
* | Improve error handling in high-frequency functions: Only warn once. | Behdad Esfahbod | 2006-01-31 | 7 | -17/+84 |
* | Oops, removed all my changes the other time :( | Behdad Esfahbod | 2006-01-30 | 8 | -341/+618 |
* | Bug 328314 – Examples should use GOption instead of argcontext.c Patch | Behdad Esfahbod | 2006-01-30 | 4 | -592/+13 |
* | Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug | Behdad Esfahbod | 2006-01-30 | 5 | -117/+493 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 40 | -168/+216 |
* | Do not crash if the (win32 typically) shaper fails. Bug #304702: | Behdad Esfahbod | 2006-01-29 | 2 | -9/+16 |
* | Do not crash if the (win32 typically) shaper fails. Bug #304702: | Behdad Esfahbod | 2006-01-29 | 4 | -6/+54 |
* | Revert last patch again :(. | Behdad Esfahbod | 2006-01-29 | 2 | -91/+19 |
* | Create fake Bold, Italic, and Bold Italic faces for fonts that do not have | Behdad Esfahbod | 2006-01-29 | 2 | -19/+89 |
* | Removed. | Behdad Esfahbod | 2006-01-29 | 2 | -1/+4 |