| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, Noah | Owen Taylor | 2003-04-29 | 9 | -9/+46 |
* | Accept libtool-1.5. (#111482) | Owen Taylor | 2003-04-24 | 6 | -1/+21 |
* | Documentation fix. | Matthias Clasen | 2003-04-23 | 6 | -19/+21 |
* | More careful handling of face->charmap; if is NULL, try to set a unicode | Owen Taylor | 2003-04-16 | 6 | -2/+59 |
* | When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only | Owen Taylor | 2003-04-16 | 7 | -6/+48 |
* | Free the right string. | Owen Taylor | 2003-04-16 | 6 | -1/+26 |
* | Always include freetype.h even when not ENABLE_ENGINE | ENABLE_BACKEND. | Owen Taylor | 2003-04-15 | 6 | -2/+27 |
* | Fix mispelled constant from last commit. | Owen Taylor | 2003-04-15 | 6 | -1/+26 |
* | Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt) | Owen Taylor | 2003-04-15 | 7 | -3/+45 |
* | Don't look for Xft unless we found FreeType. (#109753) | Owen Taylor | 2003-04-15 | 6 | -1/+26 |
* | Switch around the code so that pango_font_description_set_family (desc, | Owen Taylor | 2003-04-15 | 6 | -4/+51 |
* | Avoid complex quoting mess that didn't work with all shells. (#108001) | Owen Taylor | 2003-04-15 | 6 | -4/+32 |
* | Fix infinite loop in the case where the charmap contains a character > | Owen Taylor | 2003-04-15 | 6 | -7/+37 |
* | Cast some enumeration members that are bigger than signed integers to | Owen Taylor | 2003-04-15 | 6 | -2/+32 |
* | Fix off-by-one error. (#108620, Noah Levitt) | Owen Taylor | 2003-04-15 | 6 | -1/+26 |
* | Fix out-of-bounds read where the value wasn't actually used. (#106744, | Owen Taylor | 2003-04-15 | 7 | -25/+54 |
* | Return FALSE, not -1 in g_return_val_if_fail(). (#107666, Morten | Owen Taylor | 2003-04-15 | 6 | -1/+31 |
* | Fix some stupid type registration/ class size problems from last commit. | Owen Taylor | 2003-04-15 | 7 | -4/+29 |
* | file indic-ft2.c was initially added on branch pango-1-2. | Owen Taylor | 2003-04-14 | 0 | -0/+0 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 51 | -3423/+1006 |
* | disable antialiasing if requested. Fixes bug #109370. | Sven Neumann | 2003-04-03 | 6 | -13/+75 |
* | pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.c | Sven Neumann | 2003-04-02 | 8 | -185/+98 |
* | pango/pangoft2-fontmap.c fixed typos in inline docs. | Sven Neumann | 2003-03-28 | 7 | -2/+27 |
* | shut up CVS | Sven Neumann | 2003-03-21 | 1 | -7/+9 |
* | Quick and dirty fix for seg-fault in Hebrew shaper. | Dov Grobgeld | 2003-03-12 | 1 | -2/+11 |
* | make similar changes to the ones on glib head (call gtk-docize, etc). | James Henstridge | 2003-03-11 | 21 | -1018/+870 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 13 | -207/+210 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 13 | -3/+164 |
* | fix a typo in the @bitmap argument description. s/line/layout | Chema Celorio | 2003-02-16 | 6 | -1/+26 |
* | Simplify 'test x$have_x != xfalse' to $have_x. | Owen Taylor | 2003-02-12 | 6 | -1/+26 |
* | If --without-x is specified, don't try to build Xft backend either. | Owen Taylor | 2003-02-12 | 6 | -1/+33 |
* | Fix bug where language tag changes were not causing the font to be looked | Owen Taylor | 2003-02-12 | 7 | -5/+36 |
* | Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation | Owen Taylor | 2003-02-12 | 7 | -36/+41 |
* | Guard against pango_layout_set_text (pango_layout_get_text (layout)); | Owen Taylor | 2003-02-12 | 6 | -4/+42 |
* | Remove call to QApplication::setStyle (new QCDEStyle())... didn't make | Owen Taylor | 2003-02-12 | 6 | -3/+35 |
* | Fix typo where xft_sources was used again. (#105219, Chris Ross) | Owen Taylor | 2003-02-12 | 6 | -1/+31 |
* | Remove spec.spec.in from EXTRA_DIST, and from dist rules. (#102231) | Owen Taylor | 2003-01-30 | 7 | -5/+35 |
* | Fix an off-by-one error when checking if are off the end of the coverage | Owen Taylor | 2003-01-29 | 6 | -2/+49 |
* | Break out of loop if char is 0xFFFF. Some fonts have tables terminated | Tor Lillqvist | 2003-01-29 | 6 | -0/+33 |
* | Fix version in complaint message about automake. (#104366, Rich Burridge) | Owen Taylor | 2003-01-28 | 6 | -2/+27 |
* | fixed configure output which was wrong in case freetype is available but | Sven Neumann | 2003-01-20 | 6 | -2/+26 |
* | Avoid crash with string such as " 12" (bug #103674) | Padraig O'Briain | 2003-01-17 | 6 | -1/+26 |
* | Export TT_New_GDEF_Table to create an empty GDEF table. | Owen Taylor | 2003-01-11 | 8 | -14/+194 |
* | Split ChangeLogpango-1-2-branchpoint | Owen Taylor | 2002-12-28 | 5 | -7830/+0 |
* | === Released 1.2.0 ===PANGO_1_2_0 | Owen Taylor | 2002-12-20 | 8 | -3/+55 |
* | Some unit fixups (#96335) | Owen Taylor | 2002-12-20 | 12 | -17/+160 |
* | === Released 1.1.6 === | Owen Taylor | 2002-12-17 | 12 | -8/+70 |
* | When we get an isolated tone in isolation, do something reasonable rather | Owen Taylor | 2002-12-17 | 10 | -4/+156 |
* | Add some extra ranges as "*" to match basic-x.c. (#101083, Jungshik Shin) | Owen Taylor | 2002-12-16 | 8 | -8/+50 |
* | Require autoconf-2.53. | Owen Taylor | 2002-12-12 | 7 | -0/+25 |