summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed (transfer full) and (element-type) introspection annotation for the ret...Alberto Ruiz2011-04-251-4/+8
* Fixed (transfer full) and (element-type) introspection annotation for the ret...Alberto Ruiz2011-04-251-1/+1
* Fixed typos in the PangoContext gtk-docAlberto Ruiz2011-04-251-3/+3
* Fixing (transfer none) introspection annotation for the return value in pango...Alberto Ruiz2011-04-251-4/+5
* Fixing (transfer full) introspection annotation for the return value in pango...Alberto Ruiz2011-04-251-1/+2
* Fixing (transfer none) introspection annotation for the return value in pango...Alberto Ruiz2011-04-251-1/+2
* Adding allow-none introspection metadata to pango_itemizeAlberto Ruiz2011-04-251-4/+3
* Adding allow-none introspection metadata to pango_itemize_with_base_dirAlberto Ruiz2011-04-251-2/+2
* adding allow-none to pango_context_set_matrix parametersAlberto Ruiz2011-04-251-2/+2
* adding allow-none to pango_context_get_metrics parametersAlberto Ruiz2011-04-251-7/+7
* Fix introspection for list familiesAlberto Ruiz2011-04-151-2/+2
* 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