summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* updated error C2059: syntax error : '}' Intializing a struct with emptyHans Breuer2006-08-175-12/+15
* Bug 351585 – API documentation issues with 2.15 releaseBehdad Esfahbod2006-08-161-0/+2
* Adjust line resolved_dir according to context base_gravity, like we do inBehdad Esfahbod2006-08-162-2/+39
* Render block progression and line direction arrows, and a base gravityBehdad Esfahbod2006-08-1611-116/+223
* Return if none of logical_rect or ink_rect is non-NULL.Behdad Esfahbod2006-08-166-8/+50
* Always use fallback shaping for vertical fonts.Behdad Esfahbod2006-08-151-2/+22
* Render the header with SOUTH gravity.Behdad Esfahbod2006-08-151-6/+18
* Remove excess LRM.Behdad Esfahbod2006-08-151-5/+1
* Remove initliazer members for analysis, let compiler zero them all. FixesBehdad Esfahbod2006-08-151-1/+1
* Fix handling of WEST and EAST gravity effect on bidi level.Behdad Esfahbod2006-08-153-10/+45
* Move font_matrix rotation into font_new as we use only rotation and noBehdad Esfahbod2006-08-151-44/+12
* Oops. Exchange west<->east and north<->south gravities. The gravity is theBehdad Esfahbod2006-08-154-23/+23
* Support --gravity.Behdad Esfahbod2006-08-152-6/+72
* Add FIXME note about handling item gravity.Behdad Esfahbod2006-08-152-1/+12
* Add a gravity member to PangoItem, andBehdad Esfahbod2006-08-152-0/+30
* Add enum PangoGravity.Behdad Esfahbod2006-08-154-5/+64
* Add Cuneiform and Phoenician in the list of supported scripts by thisBehdad Esfahbod2006-07-251-1/+1
* Update to UCD 5.0.0.Behdad Esfahbod2006-07-256-1022/+1177
* Bug 347073 – Allow empty GPOS tableBehdad Esfahbod2006-07-251-0/+5
* Improve docs.Behdad Esfahbod2006-07-191-3/+8
* Bug 347021 – atsui crash when a matching font cannot be found. PatchRichard Hult2006-07-171-0/+3
* 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