summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.14.8 ===PANGO_1_14_8Behdad Esfahbod2006-11-203-2/+27
* 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
* Don't index vis2log_map[] with a negative value. Fixes #368972.Behdad Esfahbod2006-11-072-3/+9
* Do not require pangoft2 unconditionally.Behdad Esfahbod2006-10-242-1/+9
* 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
* Bug 330407 – Multiple dependant vowel signs (indic) displayed as oneBehdad Esfahbod2006-10-162-1/+9
* === Released 1.14.7 ===PANGO_1_14_7Behdad Esfahbod2006-10-133-2/+17
* Bug 361938 – Can't include *-lang modules (./configureBehdad Esfahbod2006-10-137-25/+76
* === Released 1.14.6 ===PANGO_1_14_6Behdad Esfahbod2006-10-123-2/+26
* Bug 353877 – Sinhala is_cursor_position and backspace_deletes_characterBehdad Esfahbod2006-10-124-1/+196
* 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
* Backport the Arabic lang engine from HEAD.Behdad Esfahbod2006-10-124-1/+148
* Backport (copy) break.c from HEAD. This makes the language engineBehdad Esfahbod2006-10-122-68/+104
* === Released 1.14.5 ===PANGO_1_14_5Behdad Esfahbod2006-10-023-2/+23
* 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
* Bug 359043 – PangoRenderer does not show in API docsBehdad Esfahbod2006-10-022-0/+8
* Bug 357686 – pangocairo-font.c: illegal g_object_unref inBehdad Esfahbod2006-09-252-1/+8
* === Released 1.14.4 ===PANGO_1_14_4Behdad Esfahbod2006-09-153-2/+35
* Bug 351223 – the conjuction of Con + 0x0d4d +0x0d31 of Malayalam isBehdad Esfahbod2006-09-132-1/+40
* Bug 355750 – The glyphs of the conjuctions about Cons+0x0d4d+0x0d32 ofBehdad Esfahbod2006-09-132-1/+10
* Bug 349876 – U+0x0904 of Devanagari need be "independent vowel", but itBehdad Esfahbod2006-09-132-1/+10
* Bug 355550 – Miscalculation of logical attributes inBehdad Esfahbod2006-09-132-3/+11
* Bug 355697 – The IndicOTClassTable of Oriya has a error.Behdad Esfahbod2006-09-132-19/+21
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-132-9/+33
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-132-6/+13
* Bug 355605 – hexbox with 0000 in itBehdad Esfahbod2006-09-122-2/+18
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-115-7/+26
* Bug 347146 – underline/overstrike spacesBehdad Esfahbod2006-09-114-30/+89
* === Released 1.14.3 ===PANGO_1_14_3Behdad Esfahbod2006-09-043-2/+18
* Bug 353525 – libpangoft2-1.0.so.0: undefined reference toBehdad Esfahbod2006-08-302-0/+11
* Have basic-win32.c instead of basic-win32.lo depend on usp10.h so thingsTor Lillqvist2006-08-272-2/+7
* Bug 349813 – typo in docs for pango_layout_move_cursor_visuallyBehdad Esfahbod2006-08-262-1/+7
* === Released 1.14.2 ===PANGO_1_14_2Behdad Esfahbod2006-08-223-2/+15
* Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also,Behdad Esfahbod2006-08-222-3/+16
* Find shaper/font for Private Use and space characters too. Finding shaperBehdad Esfahbod2006-08-222-4/+16
* === Released 1.14.1 ===PANGO_1_14_1Behdad Esfahbod2006-08-213-2/+20
* Bug 352114 – pango-1.14: generated docs still contain old example codeBehdad Esfahbod2006-08-212-24/+34
* Part of Bug 348825 – pango should optimize away calls to FcFontSort asBehdad Esfahbod2006-08-172-1/+8
* Bug 351585 – API documentation issues with 2.15 releaseBehdad Esfahbod2006-08-162-0/+9
* Create pango-1-14 stable branch.Behdad Esfahbod2006-08-164-1280/+933
* === Released 1.14.0 ===vertical-branch-pointPANGO_1_14_0verticalBehdad Esfahbod2006-08-084-7/+21
* Don't ignore all trailing whitespace in input text. Only chop one newline.Behdad Esfahbod2006-08-013-12/+16
* === Released 1.13.5 ===PANGO_1_13_5Behdad Esfahbod2006-07-313-2/+20