summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 326960 – hex box drawing for win32 and atsui backends of cairoBehdad Esfahbod2006-06-071-14/+20
* Followup on previous change.Behdad Esfahbod2006-06-062-42/+29
* Remove the cut&paste reference.Behdad Esfahbod2006-06-061-1/+0
* Bug 343355 – Add pango_cairo_show_error_underline &Behdad Esfahbod2006-06-063-131/+191
* synthesize some italic variants for fonts no having them already. ThisHans Breuer2006-06-051-0/+71
* not only handle PANGO_GLYPH_EMPTY but also PANGO_GLYPH_UNKNOWN_FLAG. TheHans Breuer2006-06-053-4/+19
* Don't g_return if text == NULL and length == 0.Behdad Esfahbod2006-06-021-1/+1
* 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-15/+22
* Set absolute_size, since we are using describe_with_absolute_size now...Behdad Esfahbod2006-05-311-1/+1
* Bug 333984 – pango_language_from_string improvementsBehdad Esfahbod2006-05-311-24/+13
* 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-301-40/+35
* Fix offset to center the underline in requested rectangle.Behdad Esfahbod2006-05-301-10/+1
* Doc.Behdad Esfahbod2006-05-281-1/+1
* Initialize the describe_absolute method pointer correctly.Tor Lillqvist2006-05-231-2/+2
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-223-9/+78
* New function pango_font_describe_with_absolute_size().Behdad Esfahbod2006-05-227-17/+71
* Bug 339730 – Pango needlessly falls back away from a Type 1 font into aBehdad Esfahbod2006-05-221-1/+2
* Bug 342562 – Support absolute sizes inBehdad Esfahbod2006-05-221-5/+18
* Bug 341922 – pango should handle more characters as zero width PatchBehdad Esfahbod2006-05-221-4/+18
* Minor.Behdad Esfahbod2006-05-221-2/+2
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-221-28/+3
* Calculate average digit width correctly, not as max of the digit widths.Tor Lillqvist2006-05-211-25/+3
* Remove unused struct _cairo_font_options.Behdad Esfahbod2006-05-211-7/+0
* Bug 342079 – pangoatsui-private.h missing from releaseBehdad Esfahbod2006-05-171-0/+1
* Add the necessary frameworks to make this build with -no-undefined.Richard Hult2006-05-151-0/+1
* Don't copy item before g_return_if_fail'ing it for NULL. (Coverity issueBehdad Esfahbod2006-05-131-1/+2
* Fix possible NULL dereference. (Coverity found)Behdad Esfahbod2006-05-131-1/+2
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-117-10/+19
* Bug 340229 – pango_font_description_from_string does not do boundBehdad Esfahbod2006-05-012-2/+4
* Require cairo >= 1.1.2. Also pass -no-undefined on all systems.Behdad Esfahbod2006-04-291-68/+80
* Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont toBehdad Esfahbod2006-04-292-157/+52
* Bug 329547 – pango_layout_get_pixel_extents andBehdad Esfahbod2006-04-294-24/+33
* Doc updates.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-8/+48