summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
Commit message (Expand)AuthorAgeFilesLines
* Add pango_shape_full()Behdad Esfahbod2012-09-261-3/+8
* Use thread-safe qdata API for cachingMatthias Clasen2012-09-011-4/+9
* More churnBehdad Esfahbod2012-08-281-7/+6
* More thread-safetyBehdad Esfahbod2012-08-271-1/+1
* Make static data thread safe in pango-context.cAlessandro Pignotti2012-08-271-2/+2
* Bug 679654: Crash for PangoContext.list_familiesJohn Ralls2012-07-201-1/+1
* Fix annotation syntaxBehdad Esfahbod2011-09-081-1/+1
* Bug 658561 - Double free after calling Pango.Context.get_font_description()Behdad Esfahbod2011-09-081-2/+2
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-1/+1
* 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