summaryrefslogtreecommitdiff
path: root/modules/basic/basic-x.c
Commit message (Expand)AuthorAgeFilesLines
* Remove PangoXBehdad Esfahbod2012-08-161-720/+0
* Fix all warnings in modules/.Behdad Esfahbod2008-12-261-11/+11
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Remove unused empty header file basic-common.hBehdad Esfahbod2007-07-051-2/+0
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-2/+2
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-48/+48
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-1/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-1/+1
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-2/+2
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-4/+4
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-5/+5
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-8/+8
* New function added.Behdad Esfahbod2005-07-231-1/+1
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-36/+13
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-25/+28
* Remove.Owen Taylor2003-08-021-1/+3
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-141-12/+4
* Fix #96781: changes for basic X shaper's code range for compatibilityHidetoshi Tajima2002-11-071-4/+5
* modules/indic/indic-xft.c (maybe_add_GPOS_feature):Owen Taylor2002-08-201-1/+1
* ri Jul 26 19:46:45 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-261-2/+84
* ue Mar 26 18:22:07 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-261-18/+1
* Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE)Owen Taylor2002-03-251-1/+9
* When loading an iconv converter fails, recover gracefully and warn ratherOwen Taylor2002-03-201-36/+32
* Patch from Sven Neumann to extend and make consistent the set ofOwen Taylor2002-02-231-1/+20
* Mark as only an approximate match for Hebrew, so the Hebrew shaper will beOwen Taylor2001-12-271-1/+1
* handle codeset1(right half of jisx0201.1976) and codeset3(jisx0212.1990)Hidetoshi Tajima2001-12-061-6/+38
* Up to 0.19.Owen Taylor2001-09-181-1/+0
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-16/+125
* Move some fontmap stuff to pangox-private.h to access fontmap->resolutionHavoc Pennington2001-04-271-0/+11
* i2001-01-04 Alexander Larsson <alla@lysator.liu.se>Alexander Larsson2001-01-041-3/+5
* Rename all x modules from abc to abc-x.Alexander Larsson2001-01-031-2/+2
* Fix build breakage, reported by Alex Larsson and Yasushi ShojiHavoc Pennington2000-12-181-1/+1
* Fix macro breakage.Owen Taylor2000-12-151-0/+17
* delete lang engineHavoc Pennington2000-12-021-37/+2
* Fix warnings - mostly include string.h for strcmp.Elliot Lee2000-11-211-0/+1
* Remove checks for iconv - we now depend on g_iconv wrapper defined inOwen Taylor2000-11-121-15/+13
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-121-3/+3
* Remove tests for libunicodeOwen Taylor2000-06-211-22/+12
* s/pango_font_set_data/g_object_set_qdata/Owen Taylor2000-05-281-3/+5
* use size_t for arguments to iconv, not int. Fixes 64 bit platforms.Matt Wilson2000-05-241-4/+4
* When handling overstrikes, try to guess a bit better how overstrike glyphsOwen Taylor2000-05-071-9/+11
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-116/+87
* Fix handling of positions at character limits.Owen Taylor2000-04-041-2/+11
* Use "UTF-8" with the dash as the charset name for utf-8. (Change suggestedOwen Taylor2000-03-301-1/+1
* Convert log_clusters[] use from char offsets to byte offset - should makeOwen Taylor2000-03-071-8/+7
* Add a call to get a glyph for unknown an unknown char.Owen Taylor2000-02-021-42/+3
* Conditionally define G_N_ELEMENTS() when using glib-1.3.Owen Taylor2000-02-011-52/+95
* back away from the strict charset model to having subfonts arbitrarilyOwen Taylor2000-01-171-27/+48
* Switch GlyphStrings to have a single array of PangoGlyphInfo instead ofOwen Taylor2000-01-171-31/+21