summaryrefslogtreecommitdiff
path: root/pango/pango-script.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-20/+23
* introspection: Stop using allow-noneMatthias Clasen2021-05-191-3/+3
* docs: Tweak script docsMatthias Clasen2021-03-111-15/+7
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-2/+2
* Add a boxed type for PangoScriptIterEmmanuele Bassi2019-08-021-0/+13
* Fix compiler warningsMatthias Clasen2019-07-181-2/+2
* Update the pair tableMatthias Clasen2019-07-031-1/+42
* Deprecate pango_script_for_unicharMatthias Clasen2019-05-271-0/+1
* Add more deprecation notes around PangoScriptMatthias Clasen2019-05-271-3/+10
* Use g_unichar_get_script directlyMatthias Clasen2015-09-121-1/+1
* MinorBehdad Esfahbod2015-05-011-2/+2
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-1/+10
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-4/+4
* adding (out) introspection metadata to pango_script_iter_get_rangeAlberto Ruiz2011-04-251-3/+3
* adding allow-none introspection metadata to pango_script_iter_get_rangeAlberto Ruiz2011-04-251-3/+3
* [pango] Allocate PangoScriptIter on stack.Chris Wilson2009-03-201-40/+30
* Bug 473805 – Add API enumerating scripts for a languageBehdad Esfahbod2008-08-201-0/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 348348 – Add a way to get the script name of a gunicharBehdad Esfahbod2007-08-211-32/+4
* Bug 443206 – PANGO_SCRIPT_UNKNOWN should not cause a run break PatchBehdad Esfahbod2007-06-021-1/+1
* Move pango_script_get_sample_language() from pango-script.c toBehdad Esfahbod2007-05-141-131/+0
* Bug 437534 – pango_language_includes_script is buggyBehdad Esfahbod2007-05-101-1/+1
* Move pango_language_includes_script() from pango-script.c toBehdad Esfahbod2007-05-091-88/+0
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-25/+25
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-161-1/+0
* Spell-check the docs.Behdad Esfahbod2007-01-071-4/+4
* Minor simplification.Behdad Esfahbod2006-09-181-1/+1
* Add Cuneiform and Phoenician in the list of supported scripts by thisBehdad Esfahbod2006-07-251-1/+1
* Update to UCD 5.0.0.Behdad Esfahbod2006-07-251-2/+9
* 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 sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+10
* Only update static mid on a match.Behdad Esfahbod2005-11-221-2/+3
* More documentation improvements.Behdad Esfahbod2005-11-171-5/+5
* Updates from #320666:Behdad Esfahbod2005-11-141-30/+12
* Fixes bug #320666:Federico Mena Quintero2005-11-081-18/+54
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-2/+2
* Glagolitic shouldn't have Coptic as a sample language; it was used toOwen Taylor2005-08-151-2/+5
* Updated to Unicode 4.1, adding new scripts and Arabic joining data.Roozbeh Pournader2005-08-091-0/+9
* Fix problem where MEDIUM was getting grouped with SEMIBOLD rather thanOwen Taylor2004-12-311-1/+1
* return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED.Owen Taylor2004-07-201-0/+3
* Fix problem when we only figured out latin script for 'en' not forOwen Taylor2004-07-141-5/+28
* pango/modules.c (append_engines): Fix some missing statics. (#142237,Owen Taylor2004-06-211-1/+1
* === Released 1.3.1 ===PANGO_1_3_1Owen Taylor2003-12-081-2/+4
* Fix a c99-ism, include stdlib.h for bsearch. (#123616, Kaushal Kumar)Owen Taylor2003-10-011-2/+5
* Replace get_coverage by covers in the doc comment.Matthias Clasen2003-09-291-0/+4
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-0/+172
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-0/+343