summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-081-2/+2
* don't access the old (invalid) face pointer after loading a fallback faceSven Neumann2002-07-221-3/+3
* pango/pangoft2.c (pango_ft2_get_per_char) Make load flagsOwen Taylor2002-07-151-2/+2
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-101-42/+80
* pango/pangoft2-private.h calculate average_char_width andSven Neumann2002-03-261-15/+78
* Check for FT_Get_First_Char from FreeType-2.0.9.Owen Taylor2002-03-151-9/+30
* Check for errors when loading font face, fall back to sans, exit withAlex Larsson2002-02-281-7/+47
* Clean up underline drawing. Fixes segfaults.Alexander Larsson2002-01-201-20/+37
* Add glyph_cache_destroy to PangoFont. This is slightly ugly, we shouldAlexander Larsson2002-01-181-44/+152
* Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoidDarin Adler2001-12-171-1/+1
* Fix the details in clipping to the bitmap size.Alex Larsson2001-12-121-22/+20
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-101-1/+1
* pango/pangoft2-private.h Take extra parameter include_size that determinesAlex Larsson2001-11-271-2/+1
* Documentation.Matthias Clasen2001-11-261-0/+8
* Take both dpi_x and dpi_y as arguments. Doesn't currently handle dpi_xAlex Larsson2001-11-191-3/+4
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-384/+125
* Documentation updates.Matthias Clasen2001-10-261-0/+9
* another missing comment end marker and some fixes in gtk-doc comments.Sven Neumann2001-10-151-10/+33
* Up to 0.19.Owen Taylor2001-09-181-16/+23
* composite with "saturate" semantics instead of "over" so joining glyphsSven Neumann2001-08-141-15/+1
* composite glyphs over the buffer instead of simply copying into it soSven Neumann2001-08-141-14/+39
* s/shutdown/dispose/ to adapt to GObject changes.Tim Janik2001-07-021-4/+4
* Couple of bug fixes for the last change.Owen Taylor2001-06-261-80/+5
* pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape):Owen Taylor2001-06-251-1/+1
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-29/+31
* Set approximate_digit_width and approximate_char_width. The digit oneAlex Larsson2001-05-041-0/+6
* set the size fieldSven Neumann2001-03-121-2/+8
* Remove bogus MIN when rendering freetype text. Also draw full underlines.Alexander Larsson2001-02-051-9/+4
* Use correct font metrics information.82001-01-181-4/+4
* Adopt to new prototype for g_utf8_to_ucs4 (etc.).Owen Taylor2001-01-051-3/+1
* Update the default list of included modules forAlexander Larsson2001-01-031-1/+12
* Remove timing printfs.Alexander Larsson2000-12-221-15/+0
* Change usage to say pango-config instead of glib-config. Add support forAlexander Larsson2000-12-211-86/+72
* Update for newest FreeType2. (pango_ft2_font_finalize): gcc warns aboutTor Lillqvist2000-12-141-5/+4
* New file.Tor Lillqvist2000-11-191-9/+10
* Define HAVE_FRIBIDI.Tor Lillqvist2000-11-141-0/+1
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-121-4/+4
* Fix up doc comments not to have obvious errors that gtk-doc barfs on.Owen Taylor2000-10-291-6/+16
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-251-1/+1
* pango/pango.def Add new entry points.Tor Lillqvist2000-10-031-0/+44
* Handle also ft_pixel_mode_mono glyphs.Tor Lillqvist2000-08-201-15/+39
* Add parameter telling whether to print warning or not if string isn'tTor Lillqvist2000-08-201-0/+1126