summaryrefslogtreecommitdiff
path: root/modules/basic/basic.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all x modules from abc to abc-x.Alexander Larsson2001-01-031-505/+0
* 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
* Eliminate PangoCFont; For X, encode charset into upper 16 bits of 32 bitOwen Taylor2000-01-151-157/+61
* Initial revisionOwen Taylor2000-01-131-0/+632