summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update the versioning to reflect '1.1.x' (Use the 100 * minor + microOwen Taylor2002-06-067-7/+36
* Provide : as the fourth argument whne checking for fontconfig, xft, so weOwen Taylor2002-06-067-2/+38
* Fix to have @XFT_CFLAGS@Owen Taylor2002-06-047-2/+25
* Don't open the font unecessarily, we already have the FcCharSet.Owen Taylor2002-06-047-18/+54
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-0464-10537/+671
* Typo fix.Matthias Clasen2002-06-039-6/+57
* set n_families, fixes bug #83746.Sven Neumann2002-06-037-1/+34
* Produce XML, not SGML.Matthias Clasen2002-05-2714-51/+110
* Use complete PANGO_VERSION in zip file names.Tor Lillqvist2002-05-2613-27/+199
* Fix C++ comment. (#82035, David L. Cooper II)Owen Taylor2002-05-217-1/+31
* Report standard aliases as uppercase, fix pango_*_face_describe() forOwen Taylor2002-05-148-16/+138
* on May 13 15:56:29 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-05-138-57/+193