summaryrefslogtreecommitdiff
path: root/pango/pangoxft-font.c
Commit message (Expand)AuthorAgeFilesLines
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-161-3/+14
* Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen)Owen Taylor2004-11-211-4/+4
* Up version to 1.7.0.Owen Taylor2004-09-241-253/+18
* Use get_glyph_extents_raw() when hinting is disabled as well as when weOwen Taylor2004-09-221-1/+1
* mini_width/height are still (before render patch) in pixels, not PangoOwen Taylor2004-07-261-4/+4
* Need to export this function as a symbol if not in the header file sinceOwen Taylor2004-07-191-6/+6
* Fix C99ism. (#147415, self.)Morten Welinder2004-07-121-1/+1
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-35/+9
* Add hinted/transform flags to the font structure to allow efficientOwen Taylor2004-07-101-42/+115
* Draw 6-digit hex boxes for > U+FFFF. (#101081)Noah Levitt2003-11-181-19/+32
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-243/+42
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-021-30/+28
* Make sure the face is unlocked before returning from pango_xft_font_real_get_...Keith Packard2003-06-021-2/+8
* Get the fontnmap for the right screen (#113452, Morten Welinder)Owen Taylor2003-05-271-2/+3
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-141-23/+114
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-18/+0
* Roughly clip glyphs into the X coordinate area to avoid wrap-around.Owen Taylor2002-12-071-11/+17
* Mark 1.2 API additions, fix some doc comments.Matthias Clasen2002-11-281-0/+8
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-3/+3
* Released 1.1.1.PANGO_1_1_1Owen Taylor2002-08-201-5/+6
* Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), becauseOwen Taylor2002-08-191-22/+29
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-161-61/+1
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-081-2/+2
* Patch from Keith Packard:Owen Taylor2002-08-061-6/+23
* Export.Owen Taylor2002-08-061-31/+50
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-261-2/+38
* Fix trivial typo that was causing the charcode hex boxes to beOwen Taylor2002-07-161-1/+1
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-031-2/+43
* Don't open the font unecessarily, we already have the FcCharSet.Owen Taylor2002-06-041-18/+18
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-041-120/+95
* pango/pangoft2-private.h calculate average_char_width andSven Neumann2002-03-261-11/+84
* Check for FT_Get_First_Char from FreeType-2.0.9.Owen Taylor2002-03-151-6/+8
* Remove moc_view-qt.cc. (#74725)Owen Taylor2002-03-151-11/+27
* Treat glyph 0 as an 0 size, non-drawn glyph consistent with otherOwen Taylor2002-03-011-2/+19
* Try to load something (load sans) if we can't load a font that Xft listed.Owen Taylor2002-02-261-0/+25
* Fix doc comment.Owen Taylor2001-12-201-1/+1
* pango/pangoft2-private.h Take extra parameter include_size that determinesAlex Larsson2001-11-271-1/+1
* Don't leak filename copy. Don't leak matched patternAlex Larsson2001-11-271-1/+1
* Remove duplicates.Matthias Clasen2001-11-221-6/+6
* Don't free font_pattern if we opened the XftFont, since the XftFont claimsAlex Larsson2001-11-201-1/+2
* Add new function pango_context_load_fontset() to wrapAlex Larsson2001-11-181-1/+1
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-31/+59
* Add a function pango_xft_picture_render() to render onto an Xft pictureOwen Taylor2001-11-051-32/+124
* Documentation updates.Matthias Clasen2001-10-261-1/+1
* another missing comment end marker and some fixes in gtk-doc comments.Sven Neumann2001-10-151-4/+5
* Documentation updates.Matthias Clasen2001-10-141-3/+3
* Typo fixes.Matthias Clasen2001-10-131-0/+52
* Up to 0.19.Owen Taylor2001-09-181-17/+17
* Version 0.18PANGO_0_18Owen Taylor2001-09-041-0/+7
* Remove stray semicolon.Darin Adler2001-07-121-14/+12