| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 11 | -206/+207 |
* | fix a typo in the @bitmap argument description. s/line/layout | Chema Celorio | 2003-02-16 | 1 | -1/+1 |
* | Fix bug where language tag changes were not causing the font to be looked | Owen Taylor | 2003-02-12 | 1 | -4/+5 |
* | Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation | Owen Taylor | 2003-02-12 | 1 | -4/+0 |
* | Guard against pango_layout_set_text (pango_layout_get_text (layout)); | Owen Taylor | 2003-02-12 | 1 | -4/+7 |
* | g_return_if_fail for index >= 0 was the wrong way. | Tor Lillqvist | 2003-01-29 | 2 | -2/+5 |
* | Fix an off-by-one error when checking if are off the end of the coverage | Owen Taylor | 2003-01-28 | 1 | -2/+4 |
* | Avoid crash with string such as " 12" (bug #103674) | Padraig O'Briain | 2003-01-20 | 1 | -1/+1 |
* | Export TT_New_GDEF_Table to create an empty GDEF table. | Owen Taylor | 2003-01-14 | 3 | -14/+144 |
* | Some unit fixups (#96335) | Owen Taylor | 2002-12-20 | 2 | -12/+13 |
* | When we get an isolated tone in isolation, do something reasonable rather | Owen Taylor | 2002-12-17 | 2 | -0/+24 |
* | === Released 1.1.5 ===PANGO_1_1_5 | Owen Taylor | 2002-12-10 | 4 | -0/+20 |
* | Draw the unknown glyph box with X primitives rather than hoping that some | Owen Taylor | 2002-12-09 | 1 | -85/+86 |
* | Free the iter. (Fix from Kjartan Maraas, #100672) | Owen Taylor | 2002-12-08 | 1 | -0/+2 |
* | Document PangoIndicScript. Document. | Matthias Clasen | 2002-12-07 | 1 | -0/+7 |
* | Print out an informative error message and exit(1) if no fonts are found. | Owen Taylor | 2002-12-07 | 4 | -7/+31 |
* | Don't use face->generic.data to hold the size the face is currently set | Owen Taylor | 2002-12-07 | 1 | -17/+11 |
* | Roughly clip glyphs into the X coordinate area to avoid wrap-around. | Owen Taylor | 2002-12-07 | 2 | -24/+44 |
* | Dynamically allocate submap arrays so we aren't constrained to the BMP. | Owen Taylor | 2002-12-07 | 1 | -18/+37 |
* | 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 | 2 | -20/+20 |
* | Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr(). | Owen Taylor | 2002-12-06 | 4 | -26/+25 |
* | === Released 1.1.4 === | Owen Taylor | 2002-12-03 | 3 | -1/+5 |
* | Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), add | Owen Taylor | 2002-12-03 | 8 | -31/+463 |
* | Add docs. | Matthias Clasen | 2002-11-28 | 3 | -4/+7 |
* | Mark 1.2 API additions, fix some doc comments. | Matthias Clasen | 2002-11-28 | 4 | -6/+68 |
* | Do not add GLIB_CFLAGS to CFLAGS. | Sebastian Wilhelmi | 2002-11-26 | 3 | -6/+9 |
* | Clarify the meaning of the @end parameter. (#96843, Jungshik Shin) | Owen Taylor | 2002-11-26 | 1 | -1/+2 |
* | Remove some confusing left over verbiage in API docs about what font | Owen Taylor | 2002-11-26 | 1 | -2/+1 |
* | Fix off-by-one in check for non-BMP characters. (#91834, He Qiangqiang) | Owen Taylor | 2002-11-26 | 1 | -1/+1 |
* | Add more debugging output. | Tor Lillqvist | 2002-11-12 | 1 | -2/+6 |
* | Trivial s/foo/foo_/ fixes to make pango.h includable with -Wshadow | Soeren Sandmann | 2002-11-08 | 7 | -27/+27 |
* | === Released 1.1.3 ===PANGO_1_1_3 | Owen Taylor | 2002-11-02 | 2 | -0/+2 |
* | Don't break at the first char in the first item on a line. Fixes | Alexander Larsson | 2002-10-23 | 1 | -3/+6 |
* | Add --with-usp10 flag to indicate where to find the usp10.h header, for | Tor Lillqvist | 2002-10-21 | 5 | -91/+199 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 12 | -38/+38 |
* | Add, implement and document PANGO_WRAP_WORD_CHAR | Alexander Larsson | 2002-10-04 | 2 | -50/+72 |
* | ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner | Owen Taylor | 2002-09-29 | 1 | -3/+10 |
* | Start of merges from freetype1 of OpenType fixes. | Owen Taylor | 2002-09-29 | 3 | -10/+13 |
* | Revert change from 2002-09-21: Don't bypass the code that automatically | Tor Lillqvist | 2002-09-28 | 1 | -2/+4 |
* | INCLUDED_WIN32_MODULES was missing from a couple of places. (#93372) | Tor Lillqvist | 2002-09-25 | 1 | -2/+2 |
* | Merge from pango-1-0: | Tor Lillqvist | 2002-09-24 | 2 | -35/+101 |
* | Remove. Not used. (A static library is built here. Exported entries are in | Tor Lillqvist | 2002-09-23 | 2 | -52/+1 |
* | pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not | Tor Lillqvist | 2002-09-23 | 6 | -199/+1 |
* | Make color parsing more robust and correct. (#93804) | Matthias Clasen | 2002-09-22 | 1 | -42/+42 |
* | Minor spacing fixes, comment the Unicode ranges covered. | Tor Lillqvist | 2002-09-22 | 2 | -6/+6 |
* | Distribute specifically pango.aliases and pango.modules, not the whole | Tor Lillqvist | 2002-09-21 | 5 | -383/+551 |
* | Fix problem where position wasn't updated properly. | Owen Taylor | 2002-09-19 | 1 | -0/+1 |
* | Correctly handle back, new_advance. | Eric Mader | 2002-09-09 | 1 | -9/+16 |
* | Don't fail when reading an empty script. | Eric Mader | 2002-09-06 | 2 | -11/+26 |