summaryrefslogtreecommitdiff
path: root/glib/guniprop.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-28unicode: Update to unicode 7.0.0Christian Persch1-0/+25
2014-06-28unicode: Simplify width table generationChristian Persch1-82/+8
2014-04-04docs: Fix typo in g_unichar_iswide_cjk() commentDavid King1-1/+1
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-30/+30
2014-02-06Docs: use quotes instead of firsttermMatthias Clasen1-4/+4
2014-02-05Convert external links to markdown syntaxMatthias Clasen1-7/+9
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2012-10-03unicode: Update to unicode 6.2.0 betaChristian Persch1-7/+6
2012-07-27glib: fix locale detection on androidLionel Landwerlin1-0/+3
2012-02-26unicode: Add new scripts from Unicode 6.1.0Christian Persch1-0/+9
2011-12-06unicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSITION_LENGTHPhilip Withnall1-1/+1
2011-12-06Bug 665685 — Add a #define for the max length of a Unicode decompositionPhilip Withnall1-2/+2
2011-12-06MinorBehdad Esfahbod1-1/+1
2011-11-21Fix a case conversion bugMatthias Clasen1-1/+1
2011-09-05gtk-doc fixups for glib/Ryan Lortie1-1/+1
2011-08-17Fixup max decomposition len guaranteeBehdad Esfahbod1-1/+1
2011-07-22Don't use deprecated G_UNICODE_COMBINING_MARKBehdad Esfahbod1-1/+1
2011-07-20Add g_unicode_script_from_iso15924()Behdad Esfahbod1-2/+41
2011-07-20Bug 648271 - Add g_unicode_script_to_iso15924()Behdad Esfahbod1-1/+145
2011-07-20Stop using deprecated g_unicode_canonical_decomposition()Vincent Untz1-3/+2
2011-04-29Bug 648966 - Update g_unichar_iswide and g_unichar_iswide_cjkBehdad Esfahbod1-33/+48
2010-09-12Add some more individual own header includes where requiredTor Lillqvist1-0/+3
2010-09-03More include cleanupsMatthias Clasen1-1/+5
2010-07-07glib/: fully remove galias hacksRyan Lortie1-5/+0
2008-12-12Improve g_unichar_iswide_cjk() docs.Behdad Esfahbod1-0/+4
2008-07-04Bug 541507 – Ambiguous description of assigned characters in the GlibBehdad Esfahbod1-5/+6
2008-05-20Bug 459905 – Bug in wcwidth data Bug 534085 – g_unichar_iswide_cjk()Behdad Esfahbod1-89/+78
2007-08-21Document that GUnicodeScript is interchangeable with PangoScript.Behdad Esfahbod1-0/+3
2007-07-19Make g_unichar_combining_class() public. (#453998)Behdad Esfahbod1-1/+1
2007-05-25Update to Markus Kuhn's updated wcwidth for Unicode 5.0.Behdad Esfahbod1-68/+72
2007-05-03svn path=/trunk/; revision=5482Behdad Esfahbod1-0/+24
2007-03-23Fix corner-cases of upper/lowercase conversion. (#418217, Denis Jacquerye)Matthias Clasen1-11/+11
2007-01-03Take zerowidth and double-width chars into consideration when computingBehdad Esfahbod1-1/+1
2007-01-03Add g_unichar_iszerowidth(). (#347645)Behdad Esfahbod1-0/+39
2006-12-15Avoid a compiler warning.Matthias Clasen1-1/+1
2006-10-09Add Unicode script supportMatthias Clasen1-0/+51
2006-08-05If a character can't be converted, don't replace it with a NUL byte, butMatthias Clasen1-4/+18
2006-07-31Make it only accept those characters that we accept iBehdad Esfahbod1-6/+1
2006-07-20Small optimization. (#348011, Nicolai Weibull)Matthias Clasen1-4/+10
2006-05-032.11.0GLIB_2_11_0Matthias Clasen1-1/+1
2006-04-28#include <stdlib.h>Behdad Esfahbod1-0/+1
2006-04-27Small fixesMatthias Clasen1-2/+4
2006-04-27docs/reference/glib/glib-sections.txt, Implement g_unichar_iswide_cjk().Behdad Esfahbod1-0/+105
2005-11-21Remove unused variables. (#321984, Andrew Paprocki)Matthias Clasen1-1/+0
2005-11-10Use bit hacks instead when checking a general category value againstBehdad Esfahbod1-53/+81
2005-11-04Apply a patch from Behdad Esfahbod to use a faster lookup table forMatthias Clasen1-31/+8
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen1-1/+4
2005-01-04Use g_win32_getlocale() instead of setlocale() on Windows. setlocale()Tor Lillqvist1-0/+9
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-0/+1
2004-05-09Merge from 2.4:Matthias Clasen1-1/+2