| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch around the code so that pango_font_description_set_family (desc, | Owen Taylor | 2003-04-15 | 1 | -4/+6 |
* | Fix infinite loop in the case where the charmap contains a character > | Owen Taylor | 2003-04-15 | 1 | -7/+7 |
* | Fix off-by-one error. (#108620, Noah Levitt) | Owen Taylor | 2003-04-15 | 1 | -1/+1 |
* | Return FALSE, not -1 in g_return_val_if_fail(). (#107666, Morten | Owen Taylor | 2003-04-15 | 1 | -1/+1 |
* | Fix some stupid type registration/ class size problems from last commit. | Owen Taylor | 2003-04-15 | 2 | -4/+4 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 9 | -51/+514 |
* | disable antialiasing if requested. Fixes bug #109370. | Sven Neumann | 2003-04-03 | 1 | -13/+30 |
* | pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.c | Sven Neumann | 2003-04-02 | 3 | -185/+58 |
* | pango/pangoft2-fontmap.c fixed typos in inline docs. | Sven Neumann | 2003-03-28 | 2 | -2/+2 |
* | make similar changes to the ones on glib head (call gtk-docize, etc). | James Henstridge | 2003-03-11 | 2 | -187/+206 |
* | 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 |
* | Fix an off-by-one error when checking if are off the end of the coverage | Owen Taylor | 2003-01-29 | 1 | -2/+4 |
* | Break out of loop if char is 0xFFFF. Some fonts have tables terminated | Tor Lillqvist | 2003-01-29 | 1 | -0/+3 |
* | Avoid crash with string such as " 12" (bug #103674) | Padraig O'Briain | 2003-01-17 | 1 | -1/+1 |
* | Export TT_New_GDEF_Table to create an empty GDEF table. | Owen Taylor | 2003-01-11 | 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 |