| Commit message (Expand) | Author | Age | Files | Lines |
* | Load a font suitable for viewing English text when creating mini font for | Behdad Esfahbod | 2005-11-22 | 1 | -2/+9 |
* | More documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -3/+3 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -1/+1 |
* | Force on metrics hinting for all Xft fonts (this fixes font metrics - | Owen Taylor | 2005-07-21 | 1 | -0/+6 |
* | Go back to using Xft-reported metrics for all non-transformed fonts. | Owen Taylor | 2005-03-02 | 1 | -1/+1 |
* | Fix a typo in the last commit (Manish Singh) | Owen Taylor | 2005-03-01 | 1 | -1/+1 |
* | Delete FC_SPACING value out of pattern before passing it to Xft, to | Owen Taylor | 2005-03-01 | 1 | -1/+4 |
* | Add pixel sizes for fonts (#119081, patch from Chris Lahey) | Owen Taylor | 2004-12-16 | 1 | -3/+14 |
* | Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen) | Owen Taylor | 2004-11-21 | 1 | -4/+4 |
* | Up version to 1.7.0. | Owen Taylor | 2004-09-24 | 1 | -253/+18 |
* | Use get_glyph_extents_raw() when hinting is disabled as well as when we | Owen Taylor | 2004-09-22 | 1 | -1/+1 |
* | mini_width/height are still (before render patch) in pixels, not Pango | Owen Taylor | 2004-07-26 | 1 | -4/+4 |
* | Need to export this function as a symbol if not in the header file since | Owen Taylor | 2004-07-19 | 1 | -6/+6 |
* | Fix C99ism. (#147415, self.) | Morten Welinder | 2004-07-12 | 1 | -1/+1 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -35/+9 |
* | Add hinted/transform flags to the font structure to allow efficient | Owen Taylor | 2004-07-10 | 1 | -42/+115 |
* | Draw 6-digit hex boxes for > U+FFFF. (#101081) | Noah Levitt | 2003-11-18 | 1 | -19/+32 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 1 | -243/+42 |
* | Add API to kern a complete glyph string. Remove API to kern individual | Soeren Sandmann | 2003-08-02 | 1 | -30/+28 |
* | Make sure the face is unlocked before returning from pango_xft_font_real_get_... | Keith Packard | 2003-06-02 | 1 | -2/+8 |
* | Get the fontnmap for the right screen (#113452, Morten Welinder) | Owen Taylor | 2003-05-27 | 1 | -2/+3 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 1 | -23/+114 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -18/+0 |
* | Roughly clip glyphs into the X coordinate area to avoid wrap-around. | Owen Taylor | 2002-12-07 | 1 | -11/+17 |
* | Mark 1.2 API additions, fix some doc comments. | Matthias Clasen | 2002-11-28 | 1 | -0/+8 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 1 | -3/+3 |
* | Released 1.1.1.PANGO_1_1_1 | Owen Taylor | 2002-08-20 | 1 | -5/+6 |
* | Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), because | Owen Taylor | 2002-08-19 | 1 | -22/+29 |
* | Move the common code between PangoXftFontmap and PangoFT2Fontmap into a | Owen Taylor | 2002-08-16 | 1 | -61/+1 |
* | Fix accidentally exported set_unicode_charmap() and | Owen Taylor | 2002-08-08 | 1 | -2/+2 |
* | Patch from Keith Packard: | Owen Taylor | 2002-08-06 | 1 | -6/+23 |
* | Export. | Owen Taylor | 2002-08-06 | 1 | -31/+50 |
* | Patch from Theppitak Karoonboonyanan that factors out common code from | Owen Taylor | 2002-07-26 | 1 | -2/+38 |
* | Fix trivial typo that was causing the charcode hex boxes to be | Owen Taylor | 2002-07-16 | 1 | -1/+1 |
* | Be more robust when trying to set the unicode character map on the font. | Owen Taylor | 2002-07-03 | 1 | -2/+43 |
* | 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 | 1 | -120/+95 |
* | pango/pangoft2-private.h calculate average_char_width and | Sven Neumann | 2002-03-26 | 1 | -11/+84 |
* | Check for FT_Get_First_Char from FreeType-2.0.9. | Owen Taylor | 2002-03-15 | 1 | -6/+8 |
* | Remove moc_view-qt.cc. (#74725) | Owen Taylor | 2002-03-15 | 1 | -11/+27 |
* | Treat glyph 0 as an 0 size, non-drawn glyph consistent with other | Owen Taylor | 2002-03-01 | 1 | -2/+19 |
* | Try to load something (load sans) if we can't load a font that Xft listed. | Owen Taylor | 2002-02-26 | 1 | -0/+25 |
* | Fix doc comment. | Owen Taylor | 2001-12-20 | 1 | -1/+1 |
* | pango/pangoft2-private.h Take extra parameter include_size that determines | Alex Larsson | 2001-11-27 | 1 | -1/+1 |
* | Don't leak filename copy. Don't leak matched pattern | Alex Larsson | 2001-11-27 | 1 | -1/+1 |
* | Remove duplicates. | Matthias Clasen | 2001-11-22 | 1 | -6/+6 |
* | Don't free font_pattern if we opened the XftFont, since the XftFont claims | Alex Larsson | 2001-11-20 | 1 | -1/+2 |
* | Add new function pango_context_load_fontset() to wrap | Alex Larsson | 2001-11-18 | 1 | -1/+1 |
* | Check for LEX and YACC. This will be made optional later, with the build | Alexander Larsson | 2001-11-18 | 1 | -31/+59 |
* | Add a function pango_xft_picture_render() to render onto an Xft picture | Owen Taylor | 2001-11-05 | 1 | -32/+124 |