summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* "Thou shalt not touch code that does not fit in thy brain."Behdad Esfahbod2006-09-131-10/+11
* Remove unnecessary 'static' in type definition that causes a relocation.Behdad Esfahbod2006-09-132-2/+4
* Oops, undo stuff that were committed accidentally.Behdad Esfahbod2006-09-134-27/+5
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-135-30/+52
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-115-8/+14
* Bug 347146 – underline/overstrike spacesBehdad Esfahbod2006-09-112-27/+63
* Bug 352535 – Ink extents of empty glyphBehdad Esfahbod2006-09-111-1/+1
* Parse style. It was dropped when I was adding support for gravity.Behdad Esfahbod2006-09-081-0/+1
* Minor doc syntax update.Behdad Esfahbod2006-08-313-14/+14
* Bug 148732 – cursor movenmet is not correct in gedit when I type ArabicBehdad Esfahbod2006-08-301-5/+11
* Bug 349813 – typo in docs for pango_layout_move_cursor_visuallyBehdad Esfahbod2006-08-261-1/+1
* pango/Makefile.am examples/Makefile.am pango/testfonts.c RenameTor Lillqvist2006-08-232-456/+2
* Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also,Behdad Esfahbod2006-08-221-3/+8
* Find shaper/font for Private Use and space characters too. Finding shaperBehdad Esfahbod2006-08-221-4/+6
* Rename "Upright" to "Not-Rotated". Also, reorder the user-friendly namesBehdad Esfahbod2006-08-221-5/+5
* Support per-item gravity.Behdad Esfahbod2006-08-214-26/+77
* Add gravity in PangoFontDescription.Behdad Esfahbod2006-08-203-26/+108