summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 1.1.0PANGO_1_1_0Owen Taylor2002-08-136-0/+24
* use XAddExtension() magic to automatically clean up our information whenOwen Taylor2002-08-0911-24/+238
* Some fixes from #90267Owen Taylor2002-08-099-11/+140
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-089-5/+53
* Up MAX_FREED_FONTS to 128Owen Taylor2002-08-087-52/+130
* Add FONTCONFIG_CFLAGS to INCLUDES. (Joe Yandle.)Owen Taylor2002-08-087-1/+31
* add tables-jamos.ijacob berkman2002-08-087-13/+14
* add hangul-defs.h so it gets distedjacob berkman2002-08-087-2/+32
* Fix missing trailing newline in file.Owen Taylor2002-08-077-1/+25
* echo status at end.Michael Meeks2002-08-077-0/+29
* Offset to MarkAttachClassDef is offset to table, not offset to offset toOwen Taylor2002-08-078-14/+61
* Get rid of direct access to FT_Face.Owen Taylor2002-08-078-40/+44
* Add missing XFT_CFLAGS to INCLUDES. (Joe Yandle)Owen Taylor2002-08-078-2/+32
* Use FcPatternHash instead of rolling our own. (Slight speed decrease)Owen Taylor2002-08-067-1/+62
* Patch from Keith Packard:Owen Taylor2002-08-069-28/+166
* Export.Owen Taylor2002-08-0610-40/+194
* Made Hebrew shape engines handle presentation forms as well.Dov Grobgeld2002-08-054-0/+4
* New function allowing us to shut down a display.Owen Taylor2002-08-028-16/+92
* Fix check for having any backend HAVE_XFT => have_xft, etc. (ProblemOwen Taylor2002-08-017-1/+37
* Renders the prefix of uncomposable Hangul syllable in the way of otherChangwoo Ryu2002-08-017-26/+51
* Minor tweak to last patch to clarify index passed to unknown_glyph().Owen Taylor2002-07-318-2/+32
* Argument to make_glyph() shouldn't have been unsigned char, since we passOwen Taylor2002-07-3110-14/+84
* Patch from Changwoo Ryu <cwryu@debian.org> (#86591)Owen Taylor2002-07-3115-580/+1418
* Make charset ordering more important than ordering in the fontOwen Taylor2002-07-317-3/+46
* Avoid using g_strescape(), since it mangles UTF-8. (#89479, Yao Zhang)Owen Taylor2002-07-317-2/+80
* Set is_cluster_start attributes based on the log_clusters[] set by theOwen Taylor2002-07-317-0/+52
* Fix problem where pango_xft_get_unknown_glyph() was being used for XOwen Taylor2002-07-2711-3/+66
* ri Jul 26 19:46:45 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-268-3147/+3397
* Patch from Qingjiang (Brian) Yuan and Changwoo Ryu to add support forOwen Taylor2002-07-268-0/+177
* ri Jul 26 18:48:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-264-0/+1253
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-2613-732/+213
* Add back non-spurious \$ removed in last commit.Owen Taylor2002-07-267-1/+25
* Fix a leftover spurious \$ from the last commit.Owen Taylor2002-07-267-1/+25
* Replace uses of grep \(A\|B\) ... with egrep (A|B). (#84872, ArnaudOwen Taylor2002-07-267-28/+106
* pango/pangoft2-fontmap.c (pango_ft2_shutdown_display) Handle checking forOwen Taylor2002-07-252-7/+15
* Fix wrong assertion that was dying on lines separated by PS (U+2029).Owen Taylor2002-07-257-1/+37
* don't access the old (invalid) face pointer after loading a fallback faceSven Neumann2002-07-227-3/+39
* Fix trivial typo that was causing the charcode hex boxes to beOwen Taylor2002-07-167-1/+31
* on Jul 15 14:56:34 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-157-7/+76
* Fix some typos.Owen Taylor2002-07-037-4/+30
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-039-48/+203
* New function to allow tweaking of FcPattern default substitution (forOwen Taylor2002-07-0312-101/+433
* Fixed segfault, see ChangeLogMatthias Warkus2002-07-027-1/+43
* Support new Arabic characters in Unicode 3.2. (Patch from RoozbehOwen Taylor2002-06-167-1/+37
* Fix problem with attr_list == NULL. (#85079, Andreas J. Guelzow)Owen Taylor2002-06-137-0/+38
* Use unsigned char for bitfield array. (#83257, David L. Cooper II)Owen Taylor2002-06-128-8/+62
* Change @glyph2 parameter of arabic_*_recode() to be a gunichar* likeOwen Taylor2002-06-1210-4/+46
* Remove pangoft2.aliases from CVS/distribution; it is no longer used.Owen Taylor2002-06-127-1/+36
* Don't leak raw_metrics and don't copy refcounts. (#84533)Matthias Clasen2002-06-107-3/+35
* Add @FREETYPE_CFLAGS@Owen Taylor2002-06-069-2/+47