summaryrefslogtreecommitdiff
path: root/src/cairo-unicode.c
Commit message (Expand)AuthorAgeFilesLines
* [unicode] Non-characters are allowed in Unicode stringsBehdad Esfahbod2022-05-181-3/+1
* Remove unused variableAdrian Johnson2017-09-021-2/+0
* unicode: Extract the UCS4 to UTF-16 conversion to a separate functionAndrea Canciani2017-04-251-6/+33
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [doc] Fix a few gtk-doc errors.Chris Wilson2008-10-141-2/+4
* [unicode] Add _cairo_utf8_get_char_validated()Behdad Esfahbod2008-08-081-2/+40
* Add _cairo_ucs4_to_utf8Adrian Johnson2008-06-291-0/+39
* Allow NULL output in _cairo_utf8_to_ucs4()Behdad Esfahbod2008-06-261-10/+13
* Fix now-detected doc formatting issuesBehdad Esfahbod2008-06-011-1/+2
* [cairo-unicode] Make unicode conversion funcs take const char *utf8Behdad Esfahbod2008-05-281-16/+18
* [doc] Make sure all function names in docs are followed by ()Behdad Esfahbod2008-01-281-2/+1
* [cairo-unicode] Don't compile _cairo_utf8_to_utf16 on LinuxBehdad Esfahbod2007-12-201-0/+2
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-12/+8
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-2/+6
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-2/+2
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-3/+1
* Spell check the docsBehdad Esfahbod2007-01-071-2/+2
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-3/+0
* Remove all remaining trailing whitespace.Carl Worth2006-06-061-1/+1
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-5/+5
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-15/+15
* Style and indentation fixes.Carl Worth2005-04-021-14/+14
* Commit earlier missed new fileOwen Taylor2005-02-011-0/+340