| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 341922 – pango should handle more characters as zero width Patch | Behdad Esfahbod | 2006-05-22 | 1 | -4/+18 |
* | Bug 330602 – pango_parse_weight Reported by Morten Welinder. | Behdad Esfahbod | 2006-02-10 | 1 | -1/+1 |
* | If NULL is passed to _copy, return NULL with no warning. If NULL is passed | Behdad Esfahbod | 2006-02-06 | 1 | -8/+17 |
* | Fix GKeyFile transition. | Behdad Esfahbod | 2006-02-02 | 1 | -20/+20 |
* | Initialize warning history structs more explicitly. (bug #329459) | Behdad Esfahbod | 2006-02-01 | 1 | -1/+1 |
* | Bug 328313 – Use GKeyFile for parsing pangorc Patch from Antoine | Behdad Esfahbod | 2006-01-31 | 1 | -122/+56 |
* | Improve documentation for functions allocating memory, on how the object | Behdad Esfahbod | 2006-01-31 | 1 | -2/+2 |
* | Improve error handling in high-frequency functions: Only warn once. | Behdad Esfahbod | 2006-01-31 | 1 | -2/+4 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -2/+2 |
* | Removed. | Behdad Esfahbod | 2006-01-28 | 1 | -1/+1 |
* | Fix docs. | Behdad Esfahbod | 2006-01-21 | 1 | -2/+5 |
* | Make matrix parameter const. | Behdad Esfahbod | 2006-01-21 | 1 | -2/+2 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -2/+1 |
* | pango/Makefile.am, pango/fonts.c, pango/glyphstring.c, | Behdad Esfahbod | 2006-01-05 | 1 | -2/+2 |
* | Fix bug #323540. | Behdad Esfahbod | 2005-12-12 | 1 | -0/+52 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+4 |
* | More documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -4/+4 |
* | Various documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -1/+1 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -1/+2 |
* | Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. Moved | Behdad Esfahbod | 2005-11-03 | 1 | -16/+70 |
* | put parens around bitwise &, to appease gcc. | Manish Singh | 2005-07-27 | 1 | -1/+1 |
* | New function added. | Behdad Esfahbod | 2005-07-23 | 1 | -0/+34 |
* | Use -export-symbols-regex to control symbol exports, including not | Owen Taylor | 2005-07-22 | 1 | -1/+1 |
* | Fix some missing case variants in the switch statement. (#169852, Morten | Owen Taylor | 2005-06-14 | 1 | -0/+2 |
* | Fix docs, handle a lone '~' (#169851, Morten Welinder) | Owen Taylor | 2005-06-14 | 1 | -1/+6 |
* | pango/modules.c (read_modules) Use gstdio wrappers. (#16111, Robert | Tor Lillqvist | 2004-12-12 | 1 | -2/+4 |
* | Cleanups from 'sparse', #149922, Kjartan Maraas | Owen Taylor | 2004-09-22 | 1 | -1/+1 |
* | === Released 1.6.0 ===PANGO_1_6_0 | Owen Taylor | 2004-09-14 | 1 | -0/+12 |
* | Add a GType for PangoMatrix (#145532, Torsten Schoenfeld) | Owen Taylor | 2004-07-13 | 1 | -0/+13 |
* | Make table constant. (#145515, Morten Welinder) | Owen Taylor | 2004-07-13 | 1 | -1/+1 |
* | One more constification. | Owen Taylor | 2004-07-10 | 1 | -2/+2 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -1/+1 |
* | Add new letter_spacing attribute. | Owen Taylor | 2004-06-23 | 1 | -0/+15 |
* | Fix 'new' as parameter name (C++ compatibility issue). (#143430, David | Owen Taylor | 2004-05-31 | 1 | -9/+9 |
* | Add PangoMatrix type for affine transforms. | Owen Taylor | 2004-05-28 | 1 | -0/+136 |
* | Add some new enum and values and utilities for supporting automatically | Owen Taylor | 2004-02-27 | 1 | -0/+36 |
* | Italian is "it"; "iw" is deprecated for Hebrew, should be "he". | Noah Levitt | 2003-11-25 | 1 | -2/+2 |
* | Update to latest fribidi. (#68435) | Noah Levitt | 2003-11-20 | 1 | -3/+2 |
* | Add some macro definitions for gcc-3.3 that suppress the bogus | Owen Taylor | 2003-08-22 | 1 | -11/+9 |
* | Increment past the ';' for a list with multiple elements. (#117180, John | Owen Taylor | 2003-07-24 | 1 | -1/+2 |
* | Use octal escapes rather than hex to avoid the problem over having hex | Owen Taylor | 2002-12-07 | 1 | -19/+19 |
* | Convert literal UTF-8 to hex escapes. (#92050, Arnaud Carlet) | Owen Taylor | 2002-12-06 | 1 | -19/+19 |
* | Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr(). | Owen Taylor | 2002-12-06 | 1 | -4/+4 |
* | Distribute specifically pango.aliases and pango.modules, not the whole | Tor Lillqvist | 2002-09-21 | 1 | -4/+5 |
* | Fix problem where position wasn't updated properly. | Owen Taylor | 2002-09-19 | 1 | -0/+1 |
* | G_WIN32_DLLMAIN_FOR_DLL_NAME not needed on Cygwin, surround with #ifdef | Tor Lillqvist | 2002-09-04 | 1 | -1/+3 |
* | isspace -> g_ascii_isspace (pango_font_description_from_string): isspace | Darin Adler | 2002-02-10 | 1 | -8/+7 |
* | acconfig.h support for --with-xftconfig-dir= path to system XftConfig file | Manish Singh | 2001-11-24 | 1 | -1/+1 |
* | removed the arbitrary limit to 10 fonts. Instead make the command line | Hans Breuer | 2001-11-23 | 1 | -4/+4 |
* | Check for LEX and YACC. This will be made optional later, with the build | Alexander Larsson | 2001-11-18 | 1 | -1/+243 |