index
:
delta/cairo.git
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
baserock/genivi/1.12.10
baserock/genivi/1.12.10-gallium
baserock/genivi/baseline
baserock/genivi/weston
carlosgc/polygon-intersect-crash
color-emoji
master
gitlab.freedesktop.org: cairo/cairo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-array.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make cairo_tag_begin/end work correctly in groups
Adrian Johnson
2023-04-18
1
-0
/
+36
*
doc: Fix the gtk-doc syntax of internal symbols
Khaled Hosny
2023-02-02
1
-5
/
+9
*
fixed some multiplications prone to overflowing their type
Ayman El Didi
2022-02-19
1
-4
/
+4
*
fixed some comparisons between signed and unsigned integers
Ayman El Didi
2022-02-18
1
-3
/
+3
*
pdf: add support for object streams for PDF >= 1.5
Adrian Johnson
2021-07-26
1
-0
/
+6
*
Don't call _cairo_array_append_multiple with a zero count.
Jonathan Kew
2021-02-21
1
-0
/
+5
*
Misc. typos
luz.paz
2019-01-31
1
-1
/
+1
*
Avoid appending an empty slot to an user data array when user_data is NULL.
江頭幸路
2015-04-20
1
-0
/
+3
*
Introduce a new compositor architecture
Chris Wilson
2011-09-12
1
-5
/
+6
*
array: Fix comment
Andrea Canciani
2010-11-28
1
-2
/
+2
*
array: Cleanup types
Andrea Canciani
2010-11-24
1
-8
/
+11
*
array: Add read-only accessor
Andrea Canciani
2010-11-24
1
-5
/
+46
*
array: Remove snapshot support
Andrea Canciani
2010-11-24
1
-52
/
+5
*
Fix typo in docs
Benjamin Otte
2010-05-05
1
-1
/
+1
*
Update FSF address
Andrea Canciani
2010-04-27
1
-1
/
+1
*
Move _cairo_error() to a standalone header
Chris Wilson
2010-01-22
1
-0
/
+1
*
[surface] Speed up cairo_surface_get_mime_data().
Chris Wilson
2009-06-01
1
-8
/
+0
*
[memfault] Manually inject faults when using stack allocations
Chris Wilson
2009-04-23
1
-0
/
+3
*
Fix a const warning in _cairo_user_data_array_foreach()
Jeff Muizelaar
2009-02-18
1
-1
/
+1
*
[surface] Separate the mime-data from the user-data.
Chris Wilson
2009-02-13
1
-0
/
+36
*
Mark allocation failures as unlikely.
Chris Wilson
2008-11-29
1
-2
/
+2
*
Mark if(status) as being unlikely.
Chris Wilson
2008-11-29
1
-3
/
+3
*
[array] Rearrange user_data_fini() to optimize common case.
Chris Wilson
2008-10-30
1
-6
/
+10
*
[array] Silence gtk-doc complaints.
Chris Wilson
2008-10-07
1
-6
/
+20
*
Fix newly detected doc syntax issues
Behdad Esfahbod
2008-06-01
1
-3
/
+3
*
[cairo-array] Guard against integer overflow whilst growing the array.
Chris Wilson
2008-04-03
1
-4
/
+8
*
[doc] Stricter syntax check for type names, update test
Behdad Esfahbod
2008-01-28
1
-1
/
+1
*
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
2008-01-28
1
-1
/
+1
*
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
2008-01-28
1
-1
/
+1
*
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
2008-01-28
1
-3
/
+3
*
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
2008-01-16
1
-2
/
+1
*
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
2007-10-04
1
-6
/
+3
*
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
2007-10-04
1
-1
/
+5
*
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
2007-10-04
1
-2
/
+2
*
Spell check the docs
Behdad Esfahbod
2007-01-07
1
-1
/
+1
*
Add _cairo_array_size to allow querying the allocated size
Carl Worth
2006-09-07
1
-0
/
+12
*
Eliminate conditions checking for unsigned or enum values less than 0.
Carl Worth
2006-08-28
1
-1
/
+1
*
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
2006-07-28
1
-3
/
+3
*
Remove initial, final, and duplicate blank lines.
Carl Worth
2006-06-06
1
-1
/
+0
*
Remove trailing whitespace from lines that look like comments.
Carl Worth
2006-06-06
1
-16
/
+16
*
PS: Add three new public functions for emitting DSC comments.
Carl Worth
2006-05-03
1
-3
/
+1
*
Here is a cleaner implementation of the _cairo_array_t change which was previ...
Carl Worth
2005-12-21
1
-8
/
+34
*
Revert inadvertent commit (immediately previous).
Carl Worth
2005-12-21
1
-36
/
+17
*
Fix indentation.
Carl Worth
2005-12-21
1
-17
/
+36
*
Note that self-copy now works with the PS backend.
Carl Worth
2005-12-07
1
-0
/
+36
*
Add new _cairo_array_allocate function for growing the array and getting a po...
Carl Worth
2005-11-07
1
-11
/
+35
*
Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...
Carl Worth
2005-11-04
1
-34
/
+62
*
Add documentation for all _cairo_array interface functions.
Carl Worth
2005-11-04
1
-0
/
+73
*
Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...
Carl Worth
2005-07-27
1
-0
/
+5
*
Fix name of _cairo_user_data_array_destroy to be _cairo_user_data_array_fini.
Carl Worth
2005-06-03
1
-3
/
+3
[next]