summaryrefslogtreecommitdiff
path: root/glib/guniprop.c
Commit message (Expand)AuthorAgeFilesLines
* unicode: Add new scripts from Unicode 6.1.0Christian Persch2012-02-261-0/+9
* unicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSITION_LENGTHPhilip Withnall2011-12-061-1/+1
* Bug 665685 — Add a #define for the max length of a Unicode decompositionPhilip Withnall2011-12-061-2/+2
* MinorBehdad Esfahbod2011-12-061-1/+1
* Fix a case conversion bugMatthias Clasen2011-11-211-1/+1
* gtk-doc fixups for glib/Ryan Lortie2011-09-051-1/+1
* Fixup max decomposition len guaranteeBehdad Esfahbod2011-08-171-1/+1
* Don't use deprecated G_UNICODE_COMBINING_MARKBehdad Esfahbod2011-07-221-1/+1
* Add g_unicode_script_from_iso15924()Behdad Esfahbod2011-07-201-2/+41
* Bug 648271 - Add g_unicode_script_to_iso15924()Behdad Esfahbod2011-07-201-1/+145
* Stop using deprecated g_unicode_canonical_decomposition()Vincent Untz2011-07-201-3/+2
* Bug 648966 - Update g_unichar_iswide and g_unichar_iswide_cjkBehdad Esfahbod2011-04-291-33/+48
* Add some more individual own header includes where requiredTor Lillqvist2010-09-121-0/+3
* More include cleanupsMatthias Clasen2010-09-031-1/+5
* glib/: fully remove galias hacksRyan Lortie2010-07-071-5/+0
* Improve g_unichar_iswide_cjk() docs.Behdad Esfahbod2008-12-121-0/+4
* Bug 541507 – Ambiguous description of assigned characters in the GlibBehdad Esfahbod2008-07-041-5/+6
* Bug 459905 – Bug in wcwidth data Bug 534085 – g_unichar_iswide_cjk()Behdad Esfahbod2008-05-201-89/+78
* Document that GUnicodeScript is interchangeable with PangoScript.Behdad Esfahbod2007-08-211-0/+3
* Make g_unichar_combining_class() public. (#453998)Behdad Esfahbod2007-07-191-1/+1
* Update to Markus Kuhn's updated wcwidth for Unicode 5.0.Behdad Esfahbod2007-05-251-68/+72
* svn path=/trunk/; revision=5482Behdad Esfahbod2007-05-031-0/+24
* Fix corner-cases of upper/lowercase conversion. (#418217, Denis Jacquerye)Matthias Clasen2007-03-231-11/+11
* Take zerowidth and double-width chars into consideration when computingBehdad Esfahbod2007-01-031-1/+1
* Add g_unichar_iszerowidth(). (#347645)Behdad Esfahbod2007-01-031-0/+39
* Avoid a compiler warning.Matthias Clasen2006-12-151-1/+1
* Add Unicode script supportMatthias Clasen2006-10-091-0/+51
* If a character can't be converted, don't replace it with a NUL byte, butMatthias Clasen2006-08-051-4/+18
* Make it only accept those characters that we accept iBehdad Esfahbod2006-07-311-6/+1
* Small optimization. (#348011, Nicolai Weibull)Matthias Clasen2006-07-201-4/+10
* 2.11.0GLIB_2_11_0Matthias Clasen2006-05-031-1/+1
* #include <stdlib.h>Behdad Esfahbod2006-04-281-0/+1
* Small fixesMatthias Clasen2006-04-271-2/+4
* docs/reference/glib/glib-sections.txt, Implement g_unichar_iswide_cjk().Behdad Esfahbod2006-04-271-0/+105
* Remove unused variables. (#321984, Andrew Paprocki)Matthias Clasen2005-11-211-1/+0
* Use bit hacks instead when checking a general category value againstBehdad Esfahbod2005-11-101-53/+81
* Apply a patch from Behdad Esfahbod to use a faster lookup table forMatthias Clasen2005-11-041-31/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Use g_win32_getlocale() instead of setlocale() on Windows. setlocale()Tor Lillqvist2005-01-041-0/+9
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Merge from 2.4:Matthias Clasen2004-05-091-1/+2
* Some warning fixes for the Sun compiler (Reported by David L. Cooper II,Owen Taylor2004-03-141-3/+3
* Add a NULL check to be consistent with the other g_utf8_ functions.Matthias Clasen2003-11-151-0/+2
* make the argument const to get rid of warningSoeren Sandmann2003-09-301-2/+2
* Add "Since: 2.4" to docs. Add g_unichar_get_mirror_char andMatthias Clasen2003-09-291-0/+2
* Add g_unichar_get_mirror_char. (#114749)Noah Levitt2003-09-121-0/+59
* Unicode 4.0 special casing. (#114681)Noah Levitt2003-09-101-3/+63
* Fix small mistake in last commit. (still falls in the same Changelog entry) (...Noah Levitt2003-08-061-1/+1
* Get rid of "len" parameter to output_special_case and output_marks, andNoah Levitt2003-08-061-9/+9
* for msvc buildHans Breuer2003-08-051-1/+0