| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Render only valid glyphs. Fix by Florent Duguet. Don't know if this is | Tor Lillqvist | 2002-09-04 | 1 | -4/+11 |
* | G_WIN32_DLLMAIN_FOR_DLL_NAME not needed on Cygwin, surround with #ifdef | Tor Lillqvist | 2002-09-04 | 1 | -1/+3 |
* | Released 1.1.1.PANGO_1_1_1 | Owen Taylor | 2002-08-20 | 1 | -5/+6 |
* | conditionalize FC_PATTERN usage on #ifdef FC_PATTERN, since it only | Owen Taylor | 2002-08-20 | 2 | -0/+4 |
* | Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), because | Owen Taylor | 2002-08-19 | 5 | -34/+113 |
* | Move the common code between PangoXftFontmap and PangoFT2Fontmap into a | Owen Taylor | 2002-08-16 | 9 | -2035/+2267 |
* | Keep a separate description => fontset hash for each language tag. Pass | Owen Taylor | 2002-08-15 | 1 | -23/+90 |
* | use XAddExtension() magic to automatically clean up our information when | Owen Taylor | 2002-08-09 | 2 | -0/+87 |
* | Some fixes from #90267 | Owen Taylor | 2002-08-09 | 1 | -3/+3 |
* | 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 |