summaryrefslogtreecommitdiff
path: root/src/cairo-array.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-12Introduce a new compositor architectureChris Wilson1-5/+6
2010-11-28array: Fix commentAndrea Canciani1-2/+2
2010-11-24array: Cleanup typesAndrea Canciani1-8/+11
2010-11-24array: Add read-only accessorAndrea Canciani1-5/+46
2010-11-24array: Remove snapshot supportAndrea Canciani1-52/+5
2010-05-05Fix typo in docsBenjamin Otte1-1/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-06-01[surface] Speed up cairo_surface_get_mime_data().Chris Wilson1-8/+0
2009-04-23[memfault] Manually inject faults when using stack allocationsChris Wilson1-0/+3
2009-02-18Fix a const warning in _cairo_user_data_array_foreach()Jeff Muizelaar1-1/+1
2009-02-13[surface] Separate the mime-data from the user-data.Chris Wilson1-0/+36
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-2/+2
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-3/+3
2008-10-30[array] Rearrange user_data_fini() to optimize common case.Chris Wilson1-6/+10
2008-10-07[array] Silence gtk-doc complaints.Chris Wilson1-6/+20
2008-06-01Fix newly detected doc syntax issuesBehdad Esfahbod1-3/+3
2008-04-03[cairo-array] Guard against integer overflow whilst growing the array.Chris Wilson1-4/+8
2008-01-28[doc] Stricter syntax check for type names, update testBehdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-3/+3
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-2/+1
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-6/+3
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-1/+5
2007-10-04[malloc] Check for integer overflow when realloc'ing.Chris Wilson1-2/+2
2007-01-07Spell check the docsBehdad Esfahbod1-1/+1
2006-09-07Add _cairo_array_size to allow querying the allocated sizeCarl Worth1-0/+12
2006-08-28Eliminate conditions checking for unsigned or enum values less than 0.Carl Worth1-1/+1
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth1-3/+3
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-16/+16
2006-05-03PS: Add three new public functions for emitting DSC comments.Carl Worth1-3/+1
2005-12-21Here is a cleaner implementation of the _cairo_array_t change which was previ...Carl Worth1-8/+34
2005-12-21Revert inadvertent commit (immediately previous).Carl Worth1-36/+17
2005-12-21Fix indentation.Carl Worth1-17/+36
2005-12-07Note that self-copy now works with the PS backend.Carl Worth1-0/+36
2005-11-07Add new _cairo_array_allocate function for growing the array and getting a po...Carl Worth1-11/+35
2005-11-04Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...Carl Worth1-34/+62
2005-11-04Add documentation for all _cairo_array interface functions.Carl Worth1-0/+73
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-0/+5
2005-06-03Fix name of _cairo_user_data_array_destroy to be _cairo_user_data_array_fini.Carl Worth1-3/+3
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor1-0/+139
2005-01-17Add preliminary text support, including support for truetype font subsetting.Kristian Høgsberg1-7/+11
2005-01-05New PDF backend.Kristian Høgsberg1-0/+130