summaryrefslogtreecommitdiff
path: root/glib/gunicode.h
Commit message (Expand)AuthorAgeFilesLines
* glib/: gtk-doc cleanupRyan Lortie2012-06-251-1/+1
* Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30Colin Walters2012-05-261-0/+1
* Fixup docs commentChristian Persch2012-02-271-1/+1
* Add versioned deprecation annotationEmmanuele Bassi2012-02-271-1/+1
* unicode: Add new line break classes from Unicode 6.1.0Christian Persch2012-02-261-1/+5
* unicode: Add new scripts from Unicode 6.1.0Christian Persch2012-02-261-3/+19
* Fix since tagMatthias Clasen2011-12-101-1/+1
* unicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSITION_LENGTHPhilip Withnall2011-12-061-2/+2
* Bug 665685 — Add a #define for the max length of a Unicode decompositionPhilip Withnall2011-12-061-0/+12
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-3/+0
* Also clean up includesMatthias Clasen2011-10-161-3/+0
* Move g_get_codeset next to g_get_charsetMatthias Clasen2011-10-151-9/+4
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-1/+2
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-1/+1
* gtk-doc fixups for glib/Ryan Lortie2011-09-051-2/+2
* Rename a few argumentsRyan Lortie2011-07-221-1/+1
* Add deprecation guard to G_UNICODE_COMBINING_MARKRyan Lortie2011-07-221-0/+2
* Bug 655025 - #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARKBehdad Esfahbod2011-07-211-2/+11
* Add g_unicode_script_from_iso15924()Behdad Esfahbod2011-07-201-0/+1
* Bug 648271 - Add g_unicode_script_to_iso15924()Behdad Esfahbod2011-07-201-0/+2
* Fix doc formatting errorsMatthias Clasen2011-07-191-6/+6
* Move Unicode docs inline, ditch templateMatthias Clasen2011-07-181-76/+348
* Bug 654651 - Better g_unicode_canonical_decomposition()Behdad Esfahbod2011-07-181-3/+6
* Move declarations aroundBehdad Esfahbod2011-07-141-8/+8
* Bug 654195 - Add g_unichar_compose() and g_unichar_decompose()Matthias Clasen2011-07-141-0/+9
* Unicode: add a g_utf8_substring convenience apiMatthias Clasen2011-06-231-2/+6
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* Update to Unicode 6.0Behdad Esfahbod2011-01-211-16/+22
* Add Unicode 5.2 scriptsMatthias Clasen2010-06-201-1/+18
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* Add ISO 15924 code comments for new scripts.Behdad Esfahbod2008-04-081-11/+11
* Bug 491554 – Update to Unicode 5.1.0Matthias Clasen2008-04-081-1/+14
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+4
* Forgotten fileMatthias Clasen2007-07-201-1/+1
* Make g_unichar_combining_class() public. (#453998)Behdad Esfahbod2007-07-191-0/+3
* Add more G_GNUC_CONST and G_GNUC_PURE.Behdad Esfahbod2007-06-121-11/+11
* svn path=/trunk/; revision=5482Behdad Esfahbod2007-05-031-0/+1
* Add g_unichar_iszerowidth(). (#347645)Behdad Esfahbod2007-01-031-0/+1
* Cast to const char *, not char *. (#138153, Nikolai Weibull)Matthias Clasen2006-12-111-1/+1
* Add Unicode script supportMatthias Clasen2006-10-091-0/+81
* Fix the pthread compiler flag detection.Matthias Clasen2006-08-261-0/+5
* docs/reference/glib/glib-sections.txt, Implement g_unichar_iswide_cjk().Behdad Esfahbod2006-04-271-0/+1
* Updated to Unicode 4.1. There are five new GUnicodeBreakType types. ThatBehdad Esfahbod2005-10-011-1/+8
* Update the link to Unicode category values. (#313369, Behnam Esfahbod)Matthias Clasen2005-08-151-1/+1
* New function to calculate collation keys which are more suitable forMatthias Clasen2005-06-081-1/+3
* Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen2004-11-281-13/+13
* Add g_unichar_get_mirror_char. (#114749)Noah Levitt2003-09-121-0/+3