| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix accidentally exported set_unicode_charmap() and | Owen Taylor | 2002-08-08 | 2 | -4/+4 |
* | Up MAX_FREED_FONTS to 128 | Owen Taylor | 2002-08-08 | 1 | -52/+34 |
* | Offset to MarkAttachClassDef is offset to table, not offset to offset to | Owen Taylor | 2002-08-07 | 2 | -14/+1 |
* | Use FcPatternHash instead of rolling our own. (Slight speed decrease) | Owen Taylor | 2002-08-06 | 1 | -1/+8 |
* | Patch from Keith Packard: | Owen Taylor | 2002-08-06 | 3 | -28/+70 |
* | Export. | Owen Taylor | 2002-08-06 | 4 | -40/+122 |
* | New function allowing us to shut down a display. | Owen Taylor | 2002-08-02 | 2 | -16/+56 |
* | Make charset ordering more important than ordering in the font | Owen Taylor | 2002-07-31 | 1 | -3/+4 |
* | Avoid using g_strescape(), since it mangles UTF-8. (#89479, Yao Zhang) | Owen Taylor | 2002-07-31 | 1 | -2/+44 |
* | Set is_cluster_start attributes based on the log_clusters[] set by the | Owen Taylor | 2002-07-31 | 1 | -0/+16 |
* | Patch from Theppitak Karoonboonyanan that factors out common code from | Owen Taylor | 2002-07-26 | 2 | -3/+42 |
* | pango/pangoft2-fontmap.c (pango_ft2_shutdown_display) Handle checking for | Owen Taylor | 2002-07-25 | 2 | -7/+15 |
* | Fix wrong assertion that was dying on lines separated by PS (U+2029). | Owen Taylor | 2002-07-25 | 1 | -1/+1 |
* | don't access the old (invalid) face pointer after loading a fallback face | Sven Neumann | 2002-07-22 | 1 | -3/+3 |
* | Fix trivial typo that was causing the charcode hex boxes to be | Owen Taylor | 2002-07-16 | 1 | -1/+1 |
* | on Jul 15 14:56:34 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-07-15 | 1 | -7/+10 |
* | Fix some typos. | Owen Taylor | 2002-07-03 | 1 | -4/+6 |
* | Be more robust when trying to set the unicode character map on the font. | Owen Taylor | 2002-07-03 | 3 | -48/+149 |
* | New function to allow tweaking of FcPattern default substitution (for | Owen Taylor | 2002-07-03 | 6 | -101/+343 |
* | Fixed segfault, see ChangeLog | Matthias Warkus | 2002-07-02 | 1 | -1/+1 |
* | Fix problem with attr_list == NULL. (#85079, Andreas J. Guelzow) | Owen Taylor | 2002-06-13 | 1 | -0/+2 |
* | Don't leak raw_metrics and don't copy refcounts. (#84533) | Matthias Clasen | 2002-06-10 | 1 | -3/+5 |
* | Add @FREETYPE_CFLAGS@ | Owen Taylor | 2002-06-06 | 1 | -0/+1 |
* | Don't open the font unecessarily, we already have the FcCharSet. | Owen Taylor | 2002-06-04 | 1 | -18/+18 |
* | on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-04 | 37 | -9878/+386 |
* | Typo fix. | Matthias Clasen | 2002-06-03 | 2 | -3/+3 |
* | set n_families, fixes bug #83746. | Sven Neumann | 2002-06-03 | 1 | -1/+4 |
* | Produce XML, not SGML. | Matthias Clasen | 2002-05-27 | 2 | -6/+6 |
* | Use complete PANGO_VERSION in zip file names. | Tor Lillqvist | 2002-05-26 | 6 | -25/+35 |
* | Report standard aliases as uppercase, fix pango_*_face_describe() for | Owen Taylor | 2002-05-14 | 2 | -16/+102 |
* | on May 13 15:56:29 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-05-13 | 2 | -57/+139 |
* | Add a implementation of strtok_r (copied from glibc) for machines that | Owen Taylor | 2002-05-13 | 2 | -18/+58 |
* | Fix acess outside of a loaded frame and some memory leaks on failure. | Owen Taylor | 2002-05-10 | 1 | -2/+10 |
* | Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, | Eric Mader | 2002-05-07 | 3 | -22/+56 |
* | Add compatibility defines for changes in FreeType 2.1.0. | Owen Taylor | 2002-04-23 | 1 | -2/+37 |
* | Free pattern after using it. | Alex Larsson | 2002-03-26 | 1 | -3/+9 |
* | pango/pangoft2-private.h calculate average_char_width and | Sven Neumann | 2002-03-26 | 4 | -26/+166 |
* | Remove warning about opening modules file... in some cases (included | Owen Taylor | 2002-03-25 | 1 | -3/+1 |
* | Set the right font when computing the average digit width. | Owen Taylor | 2002-03-25 | 1 | -5/+9 |
* | Rewrite average_digit_width computation to go through the same shaping | Owen Taylor | 2002-03-25 | 3 | -112/+154 |
* | this function may never return NULL, so we shouldn't say so in the | Sven Neumann | 2002-03-25 | 1 | -2/+1 |
* | Add an informative warning if no modules at all were found. (#74982, | Owen Taylor | 2002-03-20 | 1 | -0/+20 |
* | Dummy-initialize gsize variable to 0, not -1. (#73899, Erwann Chenede) | Owen Taylor | 2002-03-20 | 1 | -1/+1 |
* | Add pango_win32_os_version_info variable, an OSVERSIONINFO struct. | Tor Lillqvist | 2002-03-17 | 4 | -4/+42 |
* | In Load_ChainContextSubst2, handle the case where an empty class | Owen Taylor | 2002-03-15 | 5 | -191/+306 |
* | Uncomment GPOS parts. | Owen Taylor | 2002-03-15 | 2 | -12/+154 |
* | Check for FT_Get_First_Char from FreeType-2.0.9. | Owen Taylor | 2002-03-15 | 2 | -15/+38 |
* | Remove moc_view-qt.cc. (#74725) | Owen Taylor | 2002-03-15 | 1 | -11/+27 |
* | Fix typo when computing maximums of sub-byte fields. (Stefan Israelsson, | Owen Taylor | 2002-03-13 | 1 | -2/+2 |
* | Minor doc edits. | Matthias Clasen | 2002-03-12 | 2 | -9/+9 |