summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 410169 – gravity problem with Common charsBehdad Esfahbod2009-07-221-8/+5
* Bug 589113 – Some characters rotated incorrectly in vertical textBehdad Esfahbod2009-07-221-3/+66
* Bug 583250 – pango_font_metrics_get_approximate_char_width is wrong when LA...Behdad Esfahbod2009-05-301-19/+10
* Allow font_family=NULL in load_font() and load_fontset() methodsBehdad Esfahbod2009-04-061-4/+1
* [pango] Allocate PangoScriptIter on stack.Chris Wilson2009-03-201-6/+7
* [pango-context] Fix assertion with enable_fallback=FALSE and no fontsBehdad Esfahbod2009-03-171-0/+3
* Improve warning message.Behdad Esfahbod2009-01-081-10/+1
* Bug 566726 – Minor optimizationBehdad Esfahbod2009-01-081-16/+22
* Fix possible reference leak when fallback is disabled.Behdad Esfahbod2009-01-021-5/+8
* Fix docs re NULL language. Also allow NULL desc.Behdad Esfahbod2008-12-071-7/+9
* Make the following API public:Behdad Esfahbod2008-08-061-8/+7
* MinorBehdad Esfahbod2008-07-041-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fixed gtk-doc warnings.Wouter Bolsterlee2008-01-281-2/+2
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-15/+55
* Part of Bug 440603 – Minor ABI changeBehdad Esfahbod2007-05-231-3/+9
* Bug 436988 – Adding PangoScript to PangoAnalysisBehdad Esfahbod2007-05-081-0/+1
* Bug 416515 – Time is not aligned with date on vertical panelBehdad Esfahbod2007-05-081-3/+1
* Improve docs about freeing returned items.Behdad Esfahbod2007-05-031-1/+3
* Bug 355987 – choosing font/shaper for spaces breaks Arabic runs onBehdad Esfahbod2007-02-171-13/+4
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-9/+9
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-17/+17
* *.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