summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Released 1.1.1.PANGO_1_1_1Owen Taylor2002-08-201-5/+6
* conditionalize FC_PATTERN usage on #ifdef FC_PATTERN, since it onlyOwen Taylor2002-08-202-0/+4
* Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), becauseOwen Taylor2002-08-195-34/+113
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-169-2035/+2267
* Keep a separate description => fontset hash for each language tag. PassOwen Taylor2002-08-151-23/+90
* use XAddExtension() magic to automatically clean up our information whenOwen Taylor2002-08-092-0/+87
* Some fixes from #90267Owen Taylor2002-08-091-3/+3
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-082-4/+4
* Up MAX_FREED_FONTS to 128Owen Taylor2002-08-081-52/+34
* Offset to MarkAttachClassDef is offset to table, not offset to offset toOwen Taylor2002-08-072-14/+1
* Use FcPatternHash instead of rolling our own. (Slight speed decrease)Owen Taylor2002-08-061-1/+8
* Patch from Keith Packard:Owen Taylor2002-08-063-28/+70
* Export.Owen Taylor2002-08-064-40/+122
* New function allowing us to shut down a display.Owen Taylor2002-08-022-16/+56
* Make charset ordering more important than ordering in the fontOwen Taylor2002-07-311-3/+4
* Avoid using g_strescape(), since it mangles UTF-8. (#89479, Yao Zhang)Owen Taylor2002-07-311-2/+44
* Set is_cluster_start attributes based on the log_clusters[] set by theOwen Taylor2002-07-311-0/+16
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-262-3/+42
* 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-251-1/+1
* don't access the old (invalid) face pointer after loading a fallback faceSven Neumann2002-07-221-3/+3
* Fix trivial typo that was causing the charcode hex boxes to beOwen Taylor2002-07-161-1/+1
* on Jul 15 14:56:34 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-151-7/+10
* Fix some typos.Owen Taylor2002-07-031-4/+6
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-033-48/+149
* New function to allow tweaking of FcPattern default substitution (forOwen Taylor2002-07-036-101/+343
* Fixed segfault, see ChangeLogMatthias Warkus2002-07-021-1/+1
* Fix problem with attr_list == NULL. (#85079, Andreas J. Guelzow)Owen Taylor2002-06-131-0/+2
* Don't leak raw_metrics and don't copy refcounts. (#84533)Matthias Clasen2002-06-101-3/+5
* Add @FREETYPE_CFLAGS@Owen Taylor2002-06-061-0/+1
* Don't open the font unecessarily, we already have the FcCharSet.Owen Taylor2002-06-041-18/+18
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-0437-9878/+386
* Typo fix.Matthias Clasen2002-06-032-3/+3
* set n_families, fixes bug #83746.Sven Neumann2002-06-031-1/+4
* Produce XML, not SGML.Matthias Clasen2002-05-272-6/+6
* Use complete PANGO_VERSION in zip file names.Tor Lillqvist2002-05-266-25/+35
* Report standard aliases as uppercase, fix pango_*_face_describe() forOwen Taylor2002-05-142-16/+102
* on May 13 15:56:29 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-05-132-57/+139
* Add a implementation of strtok_r (copied from glibc) for machines thatOwen Taylor2002-05-132-18/+58
* Fix acess outside of a loaded frame and some memory leaks on failure.Owen Taylor2002-05-101-2/+10
* Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,Eric Mader2002-05-073-22/+56
* Add compatibility defines for changes in FreeType 2.1.0.Owen Taylor2002-04-231-2/+37
* Free pattern after using it.Alex Larsson2002-03-261-3/+9
* pango/pangoft2-private.h calculate average_char_width andSven Neumann2002-03-264-26/+166
* Remove warning about opening modules file... in some cases (includedOwen Taylor2002-03-251-3/+1
* Set the right font when computing the average digit width.Owen Taylor2002-03-251-5/+9
* Rewrite average_digit_width computation to go through the same shapingOwen Taylor2002-03-253-112/+154
* this function may never return NULL, so we shouldn't say so in theSven Neumann2002-03-251-2/+1
* Add an informative warning if no modules at all were found. (#74982,Owen Taylor2002-03-201-0/+20
* Dummy-initialize gsize variable to 0, not -1. (#73899, Erwann Chenede)Owen Taylor2002-03-201-1/+1