summaryrefslogtreecommitdiff
path: root/src/cairo-array.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-0/+36
* doc: Fix the gtk-doc syntax of internal symbolsKhaled Hosny2023-02-021-5/+9
* fixed some multiplications prone to overflowing their typeAyman El Didi2022-02-191-4/+4
* fixed some comparisons between signed and unsigned integersAyman El Didi2022-02-181-3/+3
* pdf: add support for object streams for PDF >= 1.5Adrian Johnson2021-07-261-0/+6
* Don't call _cairo_array_append_multiple with a zero count.Jonathan Kew2021-02-211-0/+5
* Misc. typosluz.paz2019-01-311-1/+1
* Avoid appending an empty slot to an user data array when user_data is NULL.江頭幸路2015-04-201-0/+3
* Introduce a new compositor architectureChris Wilson2011-09-121-5/+6
* array: Fix commentAndrea Canciani2010-11-281-2/+2
* array: Cleanup typesAndrea Canciani2010-11-241-8/+11
* array: Add read-only accessorAndrea Canciani2010-11-241-5/+46
* array: Remove snapshot supportAndrea Canciani2010-11-241-52/+5
* Fix typo in docsBenjamin Otte2010-05-051-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [surface] Speed up cairo_surface_get_mime_data().Chris Wilson2009-06-011-8/+0
* [memfault] Manually inject faults when using stack allocationsChris Wilson2009-04-231-0/+3
* Fix a const warning in _cairo_user_data_array_foreach()Jeff Muizelaar2009-02-181-1/+1
* [surface] Separate the mime-data from the user-data.Chris Wilson2009-02-131-0/+36
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-2/+2
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-3/+3
* [array] Rearrange user_data_fini() to optimize common case.Chris Wilson2008-10-301-6/+10
* [array] Silence gtk-doc complaints.Chris Wilson2008-10-071-6/+20
* Fix newly detected doc syntax issuesBehdad Esfahbod2008-06-011-3/+3
* [cairo-array] Guard against integer overflow whilst growing the array.Chris Wilson2008-04-031-4/+8
* [doc] Stricter syntax check for type names, update testBehdad Esfahbod2008-01-281-1/+1
* [doc] Make sure all function names in docs are followed by ()Behdad Esfahbod2008-01-281-1/+1
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-1/+1
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-3/+3
* [cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson2008-01-161-2/+1
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-6/+3
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-1/+5
* [malloc] Check for integer overflow when realloc'ing.Chris Wilson2007-10-041-2/+2
* Spell check the docsBehdad Esfahbod2007-01-071-1/+1
* Add _cairo_array_size to allow querying the allocated sizeCarl Worth2006-09-071-0/+12
* Eliminate conditions checking for unsigned or enum values less than 0.Carl Worth2006-08-281-1/+1
* Add -Wsign-compare compiler flag and fix all warningsCarl Worth2006-07-281-3/+3
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-16/+16
* PS: Add three new public functions for emitting DSC comments.Carl Worth2006-05-031-3/+1
* Here is a cleaner implementation of the _cairo_array_t change which was previ...Carl Worth2005-12-211-8/+34
* Revert inadvertent commit (immediately previous).Carl Worth2005-12-211-36/+17
* Fix indentation.Carl Worth2005-12-211-17/+36
* Note that self-copy now works with the PS backend.Carl Worth2005-12-071-0/+36
* Add new _cairo_array_allocate function for growing the array and getting a po...Carl Worth2005-11-071-11/+35
* Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...Carl Worth2005-11-041-34/+62
* Add documentation for all _cairo_array interface functions.Carl Worth2005-11-041-0/+73
* Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth2005-07-271-0/+5
* Fix name of _cairo_user_data_array_destroy to be _cairo_user_data_array_fini.Carl Worth2005-06-031-3/+3