summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
Commit message (Expand)AuthorAgeFilesLines
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-89/+89
* Update centered_baseline in presence of gravity attributes.Behdad Esfahbod2007-01-161-13/+11
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-25/+35
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-161-7/+50
* Don't introduce bitfields in public struct and rename PangoAnalysis.Behdad Esfahbod2007-01-081-1/+1
* Spell-check the docs.Behdad Esfahbod2007-01-071-8/+8
* Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used PatchBehdad Esfahbod2006-12-061-1/+3
* Choose shaper/font for unassigned Unicode codepoints too. This is neededBehdad Esfahbod2006-11-141-4/+7
* Oops Ooops Oooops, I did it again! Revert accidentally committed stuff :-(Behdad Esfahbod2006-09-151-1/+1
* Unset gravity on the resulting font description. We want gravity to be setBehdad Esfahbod2006-09-151-1/+1
* 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
* Support per-item gravity.Behdad Esfahbod2006-08-211-11/+40
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-201-4/+40
* Adjust line resolved_dir according to context base_gravity, like we do inBehdad Esfahbod2006-08-161-2/+6
* Render block progression and line direction arrows, and a base gravityBehdad Esfahbod2006-08-161-0/+4
* Return if none of logical_rect or ink_rect is non-NULL.Behdad Esfahbod2006-08-161-1/+7
* Always use fallback shaping for vertical fonts.Behdad Esfahbod2006-08-151-2/+22
* Fix handling of WEST and EAST gravity effect on bidi level.Behdad Esfahbod2006-08-151-6/+12
* Oops. Exchange west<->east and north<->south gravities. The gravity is theBehdad Esfahbod2006-08-151-6/+6
* Add FIXME note about handling item gravity.Behdad Esfahbod2006-08-151-1/+6
* Add a gravity member to PangoItem, andBehdad Esfahbod2006-08-151-0/+29
* Add enum PangoGravity.Behdad Esfahbod2006-08-151-0/+38
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-111-1/+0
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-2/+2
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Check the font pointer being NULL to avoid crashes for at least one classTor Lillqvist2006-03-011-1/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-2/+0
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-1/+2
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Use g_slice for ShaperFontElement allocation. (bug #325728, MatthiasBehdad Esfahbod2006-01-041-2/+2
* Use pango_font_description_set_family_static. (bug #325013, MatthiasBehdad Esfahbod2005-12-271-1/+1
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+2
* Protect against possible division by zeros (#316468, Steve Grubb)Behdad Esfahbod2005-11-231-2/+5
* Various documentation improvements.Behdad Esfahbod2005-11-171-3/+3
* Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. MovedBehdad Esfahbod2005-11-031-5/+1
* Chain up from finalize. (#307547, Paolo Borelli)Owen Taylor2005-06-141-1/+4
* Fix potential leak of state->base_font. (#168930, Ben Maurer, AivarsOwen Taylor2005-06-141-0/+2
* Use the language from the context if %NULL is passed in for @language.Owen Taylor2005-03-011-2/+8
* Don't just call pango_fontset_get_metrics() to implementOwen Taylor2004-11-211-9/+140
* Except ideographic spaces from the !g_unichar_isgraph() test. (#145275,Owen Taylor2004-09-201-1/+13
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+6
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-37/+5
* Add pango_context_get_font_map()Owen Taylor2004-07-081-1/+20
* Initialize state->lang from context->language if not otherwise set.Owen Taylor2004-06-211-0/+3
* Handle setting the same object back. (#143523, Morten Welinder)Owen Taylor2004-06-211-3/+3
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-0/+49
* === Released 1.3.5 ===PANGO_1_3_5Owen Taylor2004-03-021-1/+0