| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the pair table | Matthias Clasen | 2019-07-03 | 1 | -1/+42 |
* | Deprecate pango_script_for_unichar | Matthias Clasen | 2019-05-27 | 1 | -0/+1 |
* | Add more deprecation notes around PangoScript | Matthias Clasen | 2019-05-27 | 1 | -3/+10 |
* | Use g_unichar_get_script directly | Matthias Clasen | 2015-09-12 | 1 | -1/+1 |
* | Minor | Behdad Esfahbod | 2015-05-01 | 1 | -2/+2 |
* | Bug 685167 - migrate docs to no-tmpl flavour | Behdad Esfahbod | 2013-09-27 | 1 | -1/+10 |
* | Stop using G_CONST_RETURN in Pango | Ryan Lortie | 2011-06-09 | 1 | -4/+4 |
* | adding (out) introspection metadata to pango_script_iter_get_range | Alberto Ruiz | 2011-04-25 | 1 | -3/+3 |
* | adding allow-none introspection metadata to pango_script_iter_get_range | Alberto Ruiz | 2011-04-25 | 1 | -3/+3 |
* | [pango] Allocate PangoScriptIter on stack. | Chris Wilson | 2009-03-20 | 1 | -40/+30 |
* | Bug 473805 – Add API enumerating scripts for a language | Behdad Esfahbod | 2008-08-20 | 1 | -0/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 348348 – Add a way to get the script name of a gunichar | Behdad Esfahbod | 2007-08-21 | 1 | -32/+4 |
* | Bug 443206 – PANGO_SCRIPT_UNKNOWN should not cause a run break Patch | Behdad Esfahbod | 2007-06-02 | 1 | -1/+1 |
* | Move pango_script_get_sample_language() from pango-script.c to | Behdad Esfahbod | 2007-05-14 | 1 | -131/+0 |
* | Bug 437534 – pango_language_includes_script is buggy | Behdad Esfahbod | 2007-05-10 | 1 | -1/+1 |
* | Move pango_language_includes_script() from pango-script.c to | Behdad Esfahbod | 2007-05-09 | 1 | -88/+0 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -1/+1 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -25/+25 |
* | Bug 323173 – Add layout of mixed direction text for vertical layout | Behdad Esfahbod | 2007-01-16 | 1 | -1/+0 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -4/+4 |
* | Minor simplification. | Behdad Esfahbod | 2006-09-18 | 1 | -1/+1 |
* | Add Cuneiform and Phoenician in the list of supported scripts by this | Behdad Esfahbod | 2006-07-25 | 1 | -1/+1 |
* | Update to UCD 5.0.0. | Behdad Esfahbod | 2006-07-25 | 1 | -2/+9 |
* | Improve documentation for functions allocating memory, on how the object | Behdad Esfahbod | 2006-01-31 | 1 | -1/+2 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -2/+2 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+2 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+10 |
* | Only update static mid on a match. | Behdad Esfahbod | 2005-11-22 | 1 | -2/+3 |
* | More documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -5/+5 |
* | Updates from #320666: | Behdad Esfahbod | 2005-11-14 | 1 | -30/+12 |
* | Fixes bug #320666: | Federico Mena Quintero | 2005-11-08 | 1 | -18/+54 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -2/+2 |
* | Glagolitic shouldn't have Coptic as a sample language; it was used to | Owen Taylor | 2005-08-15 | 1 | -2/+5 |
* | Updated to Unicode 4.1, adding new scripts and Arabic joining data. | Roozbeh Pournader | 2005-08-09 | 1 | -0/+9 |
* | Fix problem where MEDIUM was getting grouped with SEMIBOLD rather than | Owen Taylor | 2004-12-31 | 1 | -1/+1 |
* | return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED. | Owen Taylor | 2004-07-20 | 1 | -0/+3 |
* | Fix problem when we only figured out latin script for 'en' not for | Owen Taylor | 2004-07-14 | 1 | -5/+28 |
* | pango/modules.c (append_engines): Fix some missing statics. (#142237, | Owen Taylor | 2004-06-21 | 1 | -1/+1 |
* | === Released 1.3.1 ===PANGO_1_3_1 | Owen Taylor | 2003-12-08 | 1 | -2/+4 |
* | Fix a c99-ism, include stdlib.h for bsearch. (#123616, Kaushal Kumar) | Owen Taylor | 2003-10-01 | 1 | -2/+5 |
* | Replace get_coverage by covers in the doc comment. | Matthias Clasen | 2003-09-29 | 1 | -0/+4 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 1 | -0/+172 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 1 | -0/+343 |