summaryrefslogtreecommitdiff
path: root/pango/pangox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-101-1/+1
* acconfig.h support for --with-xftconfig-dir= path to system XftConfig fileManish Singh2001-11-241-1/+1
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-1/+1
* (Fixes from Frank Belew, #58905)Owen Taylor2001-10-181-1/+1
* add missing comment end marker to make it compileManish Singh2001-10-151-3/+4
* Documentation updates.Matthias Clasen2001-10-141-55/+67
* protect from indexing off the end of the embedding_levels array by onlyMatt Wilson2001-10-091-5/+7
* Up to 0.19.Owen Taylor2001-09-181-30/+35
* 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-79/+6
* 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-26/+29