summaryrefslogtreecommitdiff
path: root/src/cairo-unicode.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-14[doc] Fix a few gtk-doc errors.Chris Wilson1-2/+4
2008-08-08[unicode] Add _cairo_utf8_get_char_validated()Behdad Esfahbod1-2/+40
2008-06-29Add _cairo_ucs4_to_utf8Adrian Johnson1-0/+39
2008-06-26Allow NULL output in _cairo_utf8_to_ucs4()Behdad Esfahbod1-10/+13
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-1/+2
2008-05-28[cairo-unicode] Make unicode conversion funcs take const char *utf8Behdad Esfahbod1-16/+18
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-2/+1
2007-12-20[cairo-unicode] Don't compile _cairo_utf8_to_utf16 on LinuxBehdad Esfahbod1-0/+2
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-12/+8
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-2/+6
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-2/+2
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-3/+1
2007-01-07Spell check the docsBehdad Esfahbod1-2/+2
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-3/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-1/+1
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-5/+5
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-15/+15
2005-04-02Style and indentation fixes.Carl Worth1-14/+14
2005-02-01Commit earlier missed new fileOwen Taylor1-0/+340