summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
Commit message (Expand)AuthorAgeFilesLines
...
* pango: Support emoji sequence in UnicodePeng Wu2017-07-291-0/+27
* Don't change fonts for variation selectorsBehdad Esfahbod2017-05-221-1/+6
* Add assertions to guard against division by zero on sample text pathsPhilip Withnall2017-02-141-1/+7
* Avoid deprecation warningsMatthias Clasen2016-08-291-0/+2
* Don't treat U+1680 OGHAM SPACE MARK as whitespaceBehdad Esfahbod2016-03-111-1/+1
* Avoid some overhead in itemize_state_process_runMatthias Clasen2015-09-131-10/+9
* [modules] Move language modules in source tree and remove modules/Behdad Esfahbod2015-04-041-18/+1
* Hide internal symbolBehdad Esfahbod2015-04-041-1/+1
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-127/+49
* Add many missing nullability annotations.Evan Nemerson2014-10-161-8/+7
* Add more Hangul jamo to previous commitBehdad Esfahbod2014-07-311-1/+3
* Don't break run in the middle of Hangul jamo sequenceBehdad Esfahbod2014-07-301-2/+21
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-1/+17
* Bug 703995 - Compiler warnings about strict aliasingBehdad Esfahbod2013-08-301-2/+2
* Don't change fonts just for space charactersBehdad Esfahbod2013-06-061-6/+6
* Fix most of "failed to choose font" warningsBehdad Esfahbod2012-12-301-1/+10
* Track changes in layout and dependencies via serialsAlexander Larsson2012-12-061-1/+0
* Track changes in PangoContext via a serialAlexander Larsson2012-12-061-3/+103
* 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