summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerningBehdad Esfahbod2007-04-033-1/+11
* Fix brokenness in the code that tries to ensure that all fonts also haveTor Lillqvist2007-02-272-39/+22
* If something has gone wrong in setting the family of the font description,Owen Taylor2007-02-131-1/+13
* Use pangocairo.def only on Win32, not Cygwin. (#402373, "paul")Tor Lillqvist2007-01-311-0/+2
* Fix the "menu accels are two chars wide" bug that was introduced by theBehdad Esfahbod2007-01-231-2/+2
* Fix width calculation. Was causing ellipsization to stop at a zero-widthBehdad Esfahbod2007-01-162-10/+21
* Fix background rendering being off in presence of rise attributes.Behdad Esfahbod2007-01-161-1/+1
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-093-28/+0
* Fix typo in docs.Behdad Esfahbod2007-01-081-1/+1
* Spell-check the docs.Behdad Esfahbod2007-01-0737-122/+120
* Bug 326099 – Setting width, indentation and ellipsizing doesn't work asBehdad Esfahbod2006-12-191-2/+7
* Bug 319808 – Patch to let pango support artifical italic, bold and boldBehdad Esfahbod2006-12-131-19/+84
* Fix handling of boxes drawn in do_path mode. Previously we were doing oneBehdad Esfahbod2006-12-041-21/+54
* Revert two of the cast changes from last commit, to make sure theBehdad Esfahbod2006-11-283-4/+14
* Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the objectBehdad Esfahbod2006-11-285-27/+27
* Make renderer-cache really thread-safe this time. Last try was not quiteBehdad Esfahbod2006-11-251-10/+18
* Bug 377975 – bug in _pango_glyph_item_iter_next_clusterBehdad Esfahbod2006-11-221-4/+4
* Bug 356666 – pango is not thread-safe, nautilus does not honour thatBehdad Esfahbod2006-11-201-49/+47
* Choose shaper/font for unassigned Unicode codepoints too. This is neededBehdad Esfahbod2006-11-141-4/+7
* Don't index vis2log_map[] with a negative value. Fixes #368972.Behdad Esfahbod2006-11-071-3/+4
* Bug 361938 – Can't include *-lang modules (./configureBehdad Esfahbod2006-10-134-22/+25
* Backport (copy) break.c from HEAD. This makes the language engineBehdad Esfahbod2006-10-121-68/+97
* Bug 357686 – pangocairo-font.c: illegal g_object_unref inBehdad Esfahbod2006-09-251-1/+0
* Bug 355550 – Miscalculation of logical attributes inBehdad Esfahbod2006-09-131-3/+2
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-9/+21
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-6/+6
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-114-7/+14
* Bug 347146 – underline/overstrike spacesBehdad Esfahbod2006-09-113-30/+66
* Bug 349813 – typo in docs for pango_layout_move_cursor_visuallyBehdad Esfahbod2006-08-261-1/+1
* Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also,Behdad Esfahbod2006-08-221-3/+8
* Find shaper/font for Private Use and space characters too. Finding shaperBehdad Esfahbod2006-08-221-4/+6
* Part of Bug 348825 – pango should optimize away calls to FcFontSort asBehdad Esfahbod2006-08-171-1/+1
* Bug 351585 – API documentation issues with 2.15 releaseBehdad Esfahbod2006-08-161-0/+2
* Add Cuneiform and Phoenician in the list of supported scripts by thisBehdad Esfahbod2006-07-251-1/+1
* Update to UCD 5.0.0.Behdad Esfahbod2006-07-256-1022/+1177
* Bug 347073 – Allow empty GPOS tableBehdad Esfahbod2006-07-251-0/+5
* Improve docs.Behdad Esfahbod2006-07-191-3/+8
* Bug 347021 – atsui crash when a matching font cannot be found. PatchRichard Hult2006-07-171-0/+3
* Bug 330603 – pango_scan_int invokes undefined behaviourBehdad Esfahbod2006-07-101-21/+15
* Bug 315599 – PangoAttribute remains in wrong context.Behdad Esfahbod2006-07-101-0/+19
* Bug 163677 – pango_attr_list_splice: inconsistent docs Patch from MortenBehdad Esfahbod2006-07-101-1/+3
* Fix silly error in implementation of pango_glyph_string_get_width(), andBehdad Esfahbod2006-07-084-10/+7
* Fix doc typo.Behdad Esfahbod2006-07-081-1/+1
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-081-22/+8
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-085-18/+44
* Bug 344766 – Memory leak in get_ruleset() in modules/basic/basic-fc.cBehdad Esfahbod2006-07-072-7/+14
* New file. Move all pango_matrix_* stuff into a separate file.Behdad Esfahbod2006-07-073-225/+251
* Bug 345600 – cvs build error in pango/opentype/MakefileBehdad Esfahbod2006-06-221-2/+2
* Just call gnome-autogen.sh. The old autogen.sh had poor version checkingBehdad Esfahbod2006-06-214-10/+10
* Set matrix on the context we create to load minifont.Behdad Esfahbod2006-06-071-4/+13