summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Bug 347073 – Allow empty GPOS tableBehdad Esfahbod2006-07-251-0/+2
* Bug 322374 – Examples does not build on MacOS X (merge from HEAD).Richard Hult2006-07-172-0/+4
* Fix doc typo.Behdad Esfahbod2006-07-081-1/+1
* Bug 344766 – Memory leak in get_ruleset() in modules/basic/basic-fc.cBehdad Esfahbod2006-07-072-7/+14
* [merged from HEAD] synthesize some italic variants for fonts no havingHans Breuer2006-06-051-0/+71
* [merged from HEAD] not only handle PANGO_GLYPH_EMPTY but alsoHans Breuer2006-06-051-1/+10
* Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memoryBehdad Esfahbod2006-05-311-1/+1
* Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct whenBehdad Esfahbod2006-05-311-14/+24
* Bug 125378 – Better underline thickness handlingBehdad Esfahbod2006-05-301-40/+35
* Doc.Behdad Esfahbod2006-05-281-1/+1
* Fix crash, don't dereference NULL.Tor Lillqvist2006-05-231-1/+1
* Call pango_font_description_set_absolute_size() instead ofTor Lillqvist2006-05-231-1/+1
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-222-6/+50
* Bug 339730 – Pango needlessly falls back away from a Type 1 font into aBehdad Esfahbod2006-05-221-1/+2
* Bug 341922 – pango should handle more characters as zero width PatchBehdad Esfahbod2006-05-221-4/+18
* Calculate average digit width correctly, not as max of the digit widths.Tor Lillqvist2006-05-211-25/+3
* Update docs.Behdad Esfahbod2006-04-292-2/+2
* Bug 337594 – pango_glyph_string_extents_range possible bugBehdad Esfahbod2006-04-291-2/+2
* Bug 307196 – Unhinted fonts are measured incorrectly and drawingBehdad Esfahbod2006-04-293-5/+47
* Don't use is_hinted. Metrics are always hinted now.Behdad Esfahbod2006-04-282-42/+5
* Add more warning_history items and handle more font failures, to make sureBehdad Esfahbod2006-04-273-10/+58
* Fix loop variables. (coverity found bug.)Behdad Esfahbod2006-04-131-3/+3
* Incorrect text rendering when in x86 64-bit precision modeBehdad Esfahbod2006-04-071-7/+14
* Bug 337502 – Win32 build fix Patch from Alexander Larsson.Behdad Esfahbod2006-04-062-2/+3
* Fix blurred underlines on Win32 (#332656):Tor Lillqvist2006-04-011-0/+25
* Part of Bug 336026 – Make fallback shaper in modules work Patch fromBehdad Esfahbod2006-03-311-0/+2
* Bug 334802 – Using plain integer as NULL pointerBehdad Esfahbod2006-03-312-2/+2
* === Released 1.12.0 ===PANGO_1_12_0Behdad Esfahbod2006-03-131-2/+2
* Fix compilation error with MSVC. (#333115)Tor Lillqvist2006-03-021-2/+4
* Check the font pointer being NULL to avoid crashes for at least one classTor Lillqvist2006-03-011-1/+1
* pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() insteadTor Lillqvist2006-02-282-24/+24
* Replace each byte in invalid UTF-8 sequences with '?'. (bug #331995)Behdad Esfahbod2006-02-261-23/+34
* return TRUE to glyphs rendered at all (instead of box). This may beHans Breuer2006-02-253-5/+10
* Comment typo.Behdad Esfahbod2006-02-241-1/+1
* Bug 332167 – Void function returns value - breaks Solaris build ReportedBehdad Esfahbod2006-02-221-1/+1
* Bug 314239 – pangocairo crashes when font cannot be readBehdad Esfahbod2006-02-213-6/+38
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-211-1/+4
* Emphasize that input text should be valid UTF-8.Behdad Esfahbod2006-02-211-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-2113-23/+33
* Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failedBehdad Esfahbod2006-02-171-1/+0
* Move PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG, andBehdad Esfahbod2006-02-172-4/+7
* Bug 331038 – pango-querymodules --help and --version Patch from AntoineBehdad Esfahbod2006-02-151-1/+39
* Document pango_layout_set_width as getting width in Pango units.Behdad Esfahbod2006-02-121-2/+2
* Bug 330795 – pango_renderer_draw_glyph segfaults when trying to call theBehdad Esfahbod2006-02-111-4/+6
* Oops. Fix typo in docs.PANGO_1_11_5Behdad Esfahbod2006-02-111-1/+1
* Rename the recently added pango_win32_pango_font_description_from_logfont()Tor Lillqvist2006-02-103-7/+8
* Add Since: info to the doc comment for the function just added.Tor Lillqvist2006-02-101-0/+2
* Fix #135098 and #322510.Tor Lillqvist2006-02-102-97/+115
* Bug 330602 – pango_parse_weight Reported by Morten Welinder.Behdad Esfahbod2006-02-101-1/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-097-9/+6