summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.15.1 ===PANGO_1_15_1Behdad Esfahbod2006-12-053-2/+64
* Improve changelog entry for previous commit.Behdad Esfahbod2006-12-051-0/+5
* Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-12-044-7/+136
* Improve upon last change. Suggested by Carl Worth: use cairo_rectangle(x +Behdad Esfahbod2006-12-042-11/+9
* Fix handling of boxes drawn in do_path mode. Previously we were doing oneBehdad Esfahbod2006-12-042-21/+66
* Red Hat Bug 211964: [ta] Rendering issue with Tamil Patch from LingNingBehdad Esfahbod2006-12-042-0/+50
* Replace PANGO_IS_RENDERER with PANGO_IS_RENDERER_FAST that is just aBehdad Esfahbod2006-12-042-13/+26
* Red Hat Bug 213632: ZWJ (200d) and ZWNJ (200c) showing same output PatchBehdad Esfahbod2006-12-012-0/+10
* Don't cache run_logical_rect in PangoLayoutIter. Just cache run_width thatBehdad Esfahbod2006-12-012-36/+68
* Rework the way we compute the real_width to avoid callingBehdad Esfahbod2006-11-302-7/+21
* Don't call into pango_glyph_string_extents() if we don't need anything outBehdad Esfahbod2006-11-302-2/+10
* Use G_LOCK_* wrappers for GStaticMutex.Behdad Esfahbod2006-11-302-3/+8
* Revert two of the cast changes from last commit, to make sure theBehdad Esfahbod2006-11-284-4/+24
* Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the objectBehdad Esfahbod2006-11-286-27/+53
* Bug 371388 – Add Thai langauage engine Patch from TheppitakBehdad Esfahbod2006-11-275-4/+186
* Make renderer-cache really thread-safe this time. Last try was not quiteBehdad Esfahbod2006-11-252-10/+27
* Add Lao text samples from Anousak Souphavanh.Behdad Esfahbod2006-11-224-0/+11
* Bug 377975 – bug in _pango_glyph_item_iter_next_clusterBehdad Esfahbod2006-11-222-4/+12
* Fix typo in private docs.Behdad Esfahbod2006-11-212-1/+5
* Bug 356666 – pango is not thread-safe, nautilus does not honour thatBehdad Esfahbod2006-11-202-49/+57
* Bug 352795 – configure.in: Bug in "checking Whether to writeBehdad Esfahbod2006-11-142-1/+8
* Choose shaper/font for unassigned Unicode codepoints too. This is neededBehdad Esfahbod2006-11-142-4/+14
* Bug 350132 – backspacing doesn't work properly for ArabicRoozbeh Pournader2006-11-082-5/+46
* Bug 369670 – Crash when selecting text using the keyboardBehdad Esfahbod2006-11-082-3/+11
* Bug 369670 – Checked g_free callsBehdad Esfahbod2006-11-025-12/+17
* Do not require pangoft2 unconditionally.Behdad Esfahbod2006-10-242-1/+9
* Implement get_resolution for FT2 fontmaps.Behdad Esfahbod2006-10-242-0/+16
* Do not include arabic-ot.h.Behdad Esfahbod2006-10-182-2/+4
* Replace by a better one.Behdad Esfahbod2006-10-182-8/+15
* Added.Behdad Esfahbod2006-10-173-0/+14
* === Released 1.15.0 ===PANGO_1_15_0Behdad Esfahbod2006-10-163-1/+114
* Bug 330407 – Multiple dependant vowel signs (indic) displayed as oneBehdad Esfahbod2006-10-162-1/+9
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-1310-14/+31
* Bug 361938 – Can't include *-lang modules (./configureBehdad Esfahbod2006-10-137-25/+77
* Bug 353877 – Sinhala is_cursor_position and backspace_deletes_characterBehdad Esfahbod2006-10-124-1/+196
* Fix comment about PangoGlyphUnit being a 1000th of a char.Behdad Esfahbod2006-10-121-1/+1
* Bug 358224 – Telugu Character U+0C31 does not render its below-baseBehdad Esfahbod2006-10-122-1/+10
* Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0) areBehdad Esfahbod2006-10-122-1/+10
* Add part of Jabberwocky as Latin test text.Behdad Esfahbod2006-10-073-0/+15
* Bug 356685 – [or_IN] Rendering of consonant+0x0B4D+0x0B2F is wrong PatchBehdad Esfahbod2006-10-022-6/+15
* Bug 357790 – Rendering problem for malayalam consonant RA (U+0D30)Behdad Esfahbod2006-10-023-10/+19
* .Behdad Esfahbod2006-10-021-0/+1
* Bug 359043 – PangoRenderer does not show in API docsBehdad Esfahbod2006-10-022-0/+8
* Bug 359046 – renderdemo.c unconditionally use GLib 2.12Behdad Esfahbod2006-10-021-0/+2
* Require glib 2.12, for Unicode 5.0 data files.Behdad Esfahbod2006-10-022-1/+5
* Bug 357686 – pangocairo-font.c: illegal g_object_unref inBehdad Esfahbod2006-09-252-1/+8
* Bug 357228 – Remove aix specific hack from configure.inBehdad Esfahbod2006-09-222-3/+9
* Step module interface version to 1.6.0 because of the script_break()Behdad Esfahbod2006-09-182-1/+7
* Part of Bug 350132 – backspacing doesn't work properly for ArabicBehdad Esfahbod2006-09-184-1/+152
* Minor simplification.Behdad Esfahbod2006-09-185-9/+17