summaryrefslogtreecommitdiff
path: root/pango/pangox.c
Commit message (Expand)AuthorAgeFilesLines
* Remove PangoXBehdad Esfahbod2012-08-161-1790/+0
* Fix compiler warningsBehdad Esfahbod2011-05-011-2/+0
* pango/pangox.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-34/+3
* Fix warnings.Behdad Esfahbod2008-12-261-11/+11
* Fix a gcc warning.Kjartan Maraas2008-10-101-1/+1
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-2/+6
* Bug 547432: Deprecation of pango_(backend)_font_map_create_context() notSven Herzberg2008-08-121-3/+3
* Make the following API public:Behdad Esfahbod2008-08-061-33/+30
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fixed gtk-doc warnings.Wouter Bolsterlee2008-01-281-1/+1
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-8/+16
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+1
* Switch some g_new (*, 1) to g_slice_new ()... I know...Behdad Esfahbod2007-09-071-7/+14
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-1/+1
* Bug 436988 – Adding PangoScript to PangoAnalysisBehdad Esfahbod2007-05-081-3/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-86/+86
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-119/+119
* Use pango_layout(_iter)?_get_line_readonly() instead ofBehdad Esfahbod2007-01-161-1/+1
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-131-1/+1
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-111-1/+3
* Minor doc syntax update.Behdad Esfahbod2006-08-311-1/+1
* Check for nullity somewhere else.Behdad Esfahbod2006-04-131-21/+24
* Fix minor bugs reported by the Coverity scan report.Behdad Esfahbod2006-04-101-1/+1
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Bug 330289 – Fix build with gcc 2.95 (pangox.c)Behdad Esfahbod2006-02-081-1/+4
* Warn only once per font-description that cannot be loaded.Behdad Esfahbod2006-02-061-38/+83
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-5/+5
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-83/+79
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-11/+9
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-2/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-2/+2
* Various documentation improvements.Behdad Esfahbod2005-11-171-1/+1
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+2
* Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. MovedBehdad Esfahbod2005-11-031-9/+1
* map get_font_map to the right function.Manish Singh2005-02-251-0/+1
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-0/+9
* Add some missing statics. (#142299, Morten Welinder)Owen Taylor2004-05-271-2/+2
* Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR.Owen Taylor2004-02-291-1/+1
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-291-0/+21
* Remove.Owen Taylor2003-08-021-459/+14
* Patch from Morten Welinder to collect characters into runs of the sameOwen Taylor2003-05-271-14/+47
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-271-1/+1
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-021-58/+18
* Draw the unknown glyph box with X primitives rather than hoping that someOwen Taylor2002-12-091-85/+86
* Roughly clip glyphs into the X coordinate area to avoid wrap-around.Owen Taylor2002-12-071-13/+27
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-2/+2
* Make charset ordering more important than ordering in the fontOwen Taylor2002-07-311-3/+4
* Add a implementation of strtok_r (copied from glibc) for machines thatOwen Taylor2002-05-131-8/+48
* Rewrite average_digit_width computation to go through the same shapingOwen Taylor2002-03-251-105/+147