summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.13.2 ===PANGO_1_13_2Behdad Esfahbod2006-06-123-2/+48
* Set matrix on the context we create to load minifont.Behdad Esfahbod2006-06-072-4/+18
* Bug 326960 – hex box drawing for win32 and atsui backends of cairoBehdad Esfahbod2006-06-072-14/+29
* Bug 343717 – License information in unclear.Behdad Esfahbod2006-06-063-5/+12
* Followup on previous change.Behdad Esfahbod2006-06-063-42/+44
* Remove the cut&paste reference.Behdad Esfahbod2006-06-061-1/+0
* Bug 343355 – Add pango_cairo_show_error_underline &Behdad Esfahbod2006-06-066-131/+237
* Bug 343966 – pango Cygwin build fixes Patch from Cygwin PortsBehdad Esfahbod2006-06-063-2/+10
* synthesize some italic variants for fonts no having them already. ThisHans Breuer2006-06-052-0/+75
* fixed typo in dateHans Breuer2006-06-051-1/+1
* not only handle PANGO_GLYPH_EMPTY but also PANGO_GLYPH_UNKNOWN_FLAG. TheHans Breuer2006-06-054-4/+33
* Don't g_return if text == NULL and length == 0.Behdad Esfahbod2006-06-022-1/+6
* Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memoryBehdad Esfahbod2006-05-312-1/+10
* Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct whenBehdad Esfahbod2006-05-312-15/+31
* Set absolute_size, since we are using describe_with_absolute_size now...Behdad Esfahbod2006-05-312-1/+6
* Bug 333984 – pango_language_from_string improvementsBehdad Esfahbod2006-05-312-24/+26
* Minor comment typo fix.Behdad Esfahbod2006-05-311-1/+1
* Minor.Behdad Esfahbod2006-05-302-5/+4
* Bug 125378 – Better underline thickness handlingBehdad Esfahbod2006-05-302-40/+42
* Fix offset to center the underline in requested rectangle.Behdad Esfahbod2006-05-302-10/+9
* Doc.Behdad Esfahbod2006-05-281-1/+1
* Initialize the describe_absolute method pointer correctly.Tor Lillqvist2006-05-232-2/+12
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-224-9/+99
* New function pango_font_describe_with_absolute_size().Behdad Esfahbod2006-05-2210-17/+96
* Bug 339730 – Pango needlessly falls back away from a Type 1 font into aBehdad Esfahbod2006-05-222-1/+9
* Bug 342562 – Support absolute sizes inBehdad Esfahbod2006-05-222-5/+27
* Bug 341922 – pango should handle more characters as zero width PatchBehdad Esfahbod2006-05-222-4/+32
* Minor.Behdad Esfahbod2006-05-221-2/+2
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-222-28/+15
* Calculate average digit width correctly, not as max of the digit widths.Tor Lillqvist2006-05-212-25/+12
* Remove unused struct _cairo_font_options.Behdad Esfahbod2006-05-212-7/+5
* Minor.Behdad Esfahbod2006-05-181-12/+1
* Bug 342079 – pangoatsui-private.h missing from releaseBehdad Esfahbod2006-05-172-0/+8
* === Released 1.13.1 ===PANGO_1_13_1Behdad Esfahbod2006-05-153-2/+41
* Add some bug links.Behdad Esfahbod2006-05-151-0/+9
* Add the necessary frameworks to make this build with -no-undefined.Richard Hult2006-05-152-0/+6
* Don't copy item before g_return_if_fail'ing it for NULL. (Coverity issueBehdad Esfahbod2006-05-132-2/+8
* Fix possible NULL dereference. (Coverity found)Behdad Esfahbod2006-05-132-1/+7
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-118-10/+34
* Bug 340229 – pango_font_description_from_string does not do boundBehdad Esfahbod2006-05-013-2/+14
* Require cairo >= 1.1.2. Also pass -no-undefined on all systems.Behdad Esfahbod2006-04-293-88/+118
* Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont toBehdad Esfahbod2006-04-293-157/+66
* Bug 329547 – pango_layout_get_pixel_extents andBehdad Esfahbod2006-04-297-25/+65
* Oops.Behdad Esfahbod2006-04-292-10/+1
* Doc updates.Behdad Esfahbod2006-04-2928-170/+288
* Bug 337594 – pango_glyph_string_extents_range possible bugBehdad Esfahbod2006-04-292-2/+9
* Bug 333771 – Use gmodule-no-export-2.0 instead of gmodule-2.0 inBehdad Esfahbod2006-04-292-1/+9
* Bug 307196 – Unhinted fonts are measured incorrectly and drawingBehdad Esfahbod2006-04-294-8/+61
* Bug 339749 – pango_language_from_string issues Patch from MortenBehdad Esfahbod2006-04-282-6/+15
* Don't use is_hinted. Metrics are always hinted now.Behdad Esfahbod2006-04-283-43/+17