| Commit message (Expand) | Author | Age | Files | Lines |
* | make similar changes to the ones on glib head (call gtk-docize, etc). | James Henstridge | 2003-03-11 | 1 | -0/+36 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -0/+25 |
* | fix a typo in the @bitmap argument description. s/line/layout | Chema Celorio | 2003-02-16 | 1 | -0/+5 |
* | Simplify 'test x$have_x != xfalse' to $have_x. | Owen Taylor | 2003-02-12 | 1 | -0/+5 |
* | If --without-x is specified, don't try to build Xft backend either. | Owen Taylor | 2003-02-12 | 1 | -0/+6 |
* | Fix bug where language tag changes were not causing the font to be looked | Owen Taylor | 2003-02-12 | 1 | -0/+6 |
* | Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation | Owen Taylor | 2003-02-12 | 1 | -0/+8 |
* | Guard against pango_layout_set_text (pango_layout_get_text (layout)); | Owen Taylor | 2003-02-12 | 1 | -0/+7 |
* | Remove call to QApplication::setStyle (new QCDEStyle())... didn't make | Owen Taylor | 2003-02-12 | 1 | -0/+7 |
* | Fix typo where xft_sources was used again. (#105219, Chris Ross) | Owen Taylor | 2003-02-12 | 1 | -0/+6 |
* | Remove spec.spec.in from EXTRA_DIST, and from dist rules. (#102231) | Owen Taylor | 2003-01-30 | 1 | -0/+7 |
* | Fix an off-by-one error when checking if are off the end of the coverage | Owen Taylor | 2003-01-29 | 1 | -0/+9 |
* | Break out of loop if char is 0xFFFF. Some fonts have tables terminated | Tor Lillqvist | 2003-01-29 | 1 | -0/+6 |
* | Fix version in complaint message about automake. (#104366, Rich Burridge) | Owen Taylor | 2003-01-28 | 1 | -0/+5 |
* | fixed configure output which was wrong in case freetype is available but | Sven Neumann | 2003-01-20 | 1 | -0/+5 |
* | Avoid crash with string such as " 12" (bug #103674) | Padraig O'Briain | 2003-01-17 | 1 | -0/+5 |
* | Export TT_New_GDEF_Table to create an empty GDEF table. | Owen Taylor | 2003-01-11 | 1 | -0/+10 |
* | Split ChangeLogpango-1-2-branchpoint | Owen Taylor | 2002-12-28 | 1 | -1566/+0 |
* | === Released 1.2.0 ===PANGO_1_2_0 | Owen Taylor | 2002-12-20 | 1 | -0/+8 |
* | Some unit fixups (#96335) | Owen Taylor | 2002-12-20 | 1 | -0/+22 |
* | === Released 1.1.6 === | Owen Taylor | 2002-12-17 | 1 | -0/+10 |
* | When we get an isolated tone in isolation, do something reasonable rather | Owen Taylor | 2002-12-17 | 1 | -0/+11 |
* | Add some extra ranges as "*" to match basic-x.c. (#101083, Jungshik Shin) | Owen Taylor | 2002-12-16 | 1 | -0/+7 |
* | Require autoconf-2.53. | Owen Taylor | 2002-12-12 | 1 | -0/+4 |
* | Cosmetic changes to short descriptions. | Matthias Clasen | 2002-12-11 | 1 | -0/+24 |
* | === Released 1.1.5 ===PANGO_1_1_5 | Owen Taylor | 2002-12-10 | 1 | -1/+8 |
* | === Released 1.1.5 === | Owen Taylor | 2002-12-10 | 1 | -7/+9 |
* | Draw the unknown glyph box with X primitives rather than hoping that some | Owen Taylor | 2002-12-09 | 1 | -0/+11 |
* | Free the iter. (Fix from Kjartan Maraas, #100672) | Owen Taylor | 2002-12-08 | 1 | -0/+5 |
* | Document PangoIndicScript. Document. | Matthias Clasen | 2002-12-07 | 1 | -0/+8 |
* | Print out an informative error message and exit(1) if no fonts are found. | Owen Taylor | 2002-12-07 | 1 | -0/+9 |
* | Don't use face->generic.data to hold the size the face is currently set | Owen Taylor | 2002-12-07 | 1 | -0/+8 |
* | Roughly clip glyphs into the X coordinate area to avoid wrap-around. | Owen Taylor | 2002-12-07 | 1 | -0/+12 |
* | Dynamically allocate submap arrays so we aren't constrained to the BMP. | Owen Taylor | 2002-12-07 | 1 | -0/+6 |
* | Use octal escapes rather than hex to avoid the problem over having hex | Owen Taylor | 2002-12-07 | 1 | -0/+6 |
* | Convert literal UTF-8 to hex escapes. (#92050, Arnaud Carlet) | Owen Taylor | 2002-12-06 | 1 | -0/+9 |
* | Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr(). | Owen Taylor | 2002-12-06 | 1 | -0/+10 |
* | Add missing thai-xft to thai-modules. (#99883, Tony Graham) | Owen Taylor | 2002-12-06 | 1 | -0/+5 |
* | === Released 1.1.4 === | Owen Taylor | 2002-12-03 | 1 | -0/+15 |
* | Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), add | Owen Taylor | 2002-12-03 | 1 | -11/+28 |
* | Add docs. | Matthias Clasen | 2002-11-28 | 1 | -0/+10 |
* | Mark 1.2 API additions, fix some doc comments. | Matthias Clasen | 2002-11-28 | 1 | -0/+12 |
* | Forgot bugnumber | Sebastian Wilhelmi | 2002-11-26 | 1 | -1/+1 |
* | Do not add GLIB_CFLAGS to CFLAGS. | Sebastian Wilhelmi | 2002-11-26 | 1 | -0/+14 |
* | Clarify the meaning of the @end parameter. (#96843, Jungshik Shin) | Owen Taylor | 2002-11-26 | 1 | -0/+6 |
* | Remove some confusing left over verbiage in API docs about what font | Owen Taylor | 2002-11-26 | 1 | -0/+7 |
* | Fix off-by-one in check for non-BMP characters. (#91834, He Qiangqiang) | Owen Taylor | 2002-11-26 | 1 | -0/+6 |
* | Fix missing argument (#99380, Dagfinn I. Mannsåker) | Owen Taylor | 2002-11-25 | 1 | -0/+5 |
* | Add version information. | Matthias Clasen | 2002-11-23 | 1 | -0/+11 |
* | Remove duplicate include of basic-common.h (#97667, Tony Graham) | Owen Taylor | 2002-11-21 | 1 | -0/+16 |