summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Don't introduce bitfields in public struct and rename PangoAnalysis.Behdad Esfahbod2007-01-084-8/+11
* Fix typo in docs.Behdad Esfahbod2007-01-081-1/+1
* Spell-check the docs.Behdad Esfahbod2007-01-0737-132/+130
* Improve docs, and mention g_unichar_iszerowidth().Behdad Esfahbod2007-01-041-2/+5
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-047-70/+345
* Bug 390877 – Don't feed pango-features.h to glib-mkenums Patch fromBehdad Esfahbod2007-01-031-1/+1
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-245-8/+15
* Improve docs.Behdad Esfahbod2006-12-241-1/+21
* Bug 326099 – Setting width, indentation and ellipsizing doesn't work asBehdad Esfahbod2006-12-192-3/+8
* Avoid some floating-point operations by caching the y value for theBehdad Esfahbod2006-12-181-8/+10
* Bug 385478 – Fix tests on OPD platformFrederic Crozat2006-12-161-1/+1
* Bug 319808 – Patch to let pango support artifical italic, bold and boldBehdad Esfahbod2006-12-131-19/+84
* Bug 385478 – Fix tests on OPD platformGwenole Beauchesne2006-12-131-2/+7
* Cache layout ink and logical extents.Behdad Esfahbod2006-12-072-35/+50
* New generated public header file pango-features.h. Currently contains theBehdad Esfahbod2006-12-0710-19/+158
* Set context language to pango_language_get_default() instead of hardcodingBehdad Esfahbod2006-12-061-3/+6
* Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used PatchBehdad Esfahbod2006-12-064-1/+96
* Bug 373856 – Wish: Function to convert a GdkColor to a string Patch fromBehdad Esfahbod2006-12-063-0/+24
* Add new functions: pango_layout_iter_get_line_readonly()Behdad Esfahbod2006-12-054-9/+142
* Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-12-043-7/+112
* Improve upon last change. Suggested by Carl Worth: use cairo_rectangle(x +Behdad Esfahbod2006-12-041-11/+2
* Fix handling of boxes drawn in do_path mode. Previously we were doing oneBehdad Esfahbod2006-12-041-21/+54
* Replace PANGO_IS_RENDERER with PANGO_IS_RENDERER_FAST that is just aBehdad Esfahbod2006-12-041-13/+14
* Don't cache run_logical_rect in PangoLayoutIter. Just cache run_width thatBehdad Esfahbod2006-12-011-36/+59
* Rework the way we compute the real_width to avoid callingBehdad Esfahbod2006-11-301-7/+13
* Don't call into pango_glyph_string_extents() if we don't need anything outBehdad Esfahbod2006-11-301-2/+3
* Use G_LOCK_* wrappers for GStaticMutex.Behdad Esfahbod2006-11-301-3/+3
* Revert two of the cast changes from last commit, to make sure theBehdad Esfahbod2006-11-283-4/+14
* Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the objectBehdad Esfahbod2006-11-285-27/+27
* Make renderer-cache really thread-safe this time. Last try was not quiteBehdad Esfahbod2006-11-251-10/+18
* Bug 377975 – bug in _pango_glyph_item_iter_next_clusterBehdad Esfahbod2006-11-221-4/+4
* Fix typo in private docs.Behdad Esfahbod2006-11-211-1/+1
* Bug 356666 – pango is not thread-safe, nautilus does not honour thatBehdad Esfahbod2006-11-201-49/+47
* Choose shaper/font for unassigned Unicode codepoints too. This is neededBehdad Esfahbod2006-11-141-4/+7
* Bug 369670 – Crash when selecting text using the keyboardBehdad Esfahbod2006-11-081-3/+4
* Bug 369670 – Checked g_free callsBehdad Esfahbod2006-11-024-12/+6
* Implement get_resolution for FT2 fontmaps.Behdad Esfahbod2006-10-241-0/+10
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-139-14/+14
* Bug 361938 – Can't include *-lang modules (./configureBehdad Esfahbod2006-10-134-23/+27
* Fix comment about PangoGlyphUnit being a 1000th of a char.Behdad Esfahbod2006-10-121-1/+1
* Bug 357686 – pangocairo-font.c: illegal g_object_unref inBehdad Esfahbod2006-09-251-1/+0
* Minor simplification.Behdad Esfahbod2006-09-182-4/+2
* Remove a couple of unnecessary static variables.Behdad Esfahbod2006-09-181-15/+5
* Bug 356194 – more pango_get_log_attrs problemsBehdad Esfahbod2006-09-183-51/+72
* Bug 355820 – pango_get_log_attrs brokenBehdad Esfahbod2006-09-151-51/+63
* Oops Ooops Oooops, I did it again! Revert accidentally committed stuff :-(Behdad Esfahbod2006-09-152-21/+1
* Unset gravity on the resulting font description. We want gravity to be setBehdad Esfahbod2006-09-153-1/+25
* Bug 355550 – Miscalculation of logical attributes inBehdad Esfahbod2006-09-131-3/+2
* Err about failing to load engine only once per module.Behdad Esfahbod2006-09-131-1/+19
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-9/+21