index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-array.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-01
[surface] Speed up cairo_surface_get_mime_data().
Chris Wilson
1
-8
/
+0
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+3
2009-02-18
Fix a const warning in _cairo_user_data_array_foreach()
Jeff Muizelaar
1
-1
/
+1
2009-02-13
[surface] Separate the mime-data from the user-data.
Chris Wilson
1
-0
/
+36
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-2
/
+2
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-3
/
+3
2008-10-30
[array] Rearrange user_data_fini() to optimize common case.
Chris Wilson
1
-6
/
+10
2008-10-07
[array] Silence gtk-doc complaints.
Chris Wilson
1
-6
/
+20
2008-06-01
Fix newly detected doc syntax issues
Behdad Esfahbod
1
-3
/
+3
2008-04-03
[cairo-array] Guard against integer overflow whilst growing the array.
Chris Wilson
1
-4
/
+8
2008-01-28
[doc] Stricter syntax check for type names, update test
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-3
/
+3
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-2
/
+1
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-6
/
+3
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+5
2007-10-04
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
1
-2
/
+2
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-1
/
+1
2006-09-07
Add _cairo_array_size to allow querying the allocated size
Carl Worth
1
-0
/
+12
2006-08-28
Eliminate conditions checking for unsigned or enum values less than 0.
Carl Worth
1
-1
/
+1
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-3
/
+3
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-1
/
+0
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-16
/
+16
2006-05-03
PS: Add three new public functions for emitting DSC comments.
Carl Worth
1
-3
/
+1
2005-12-21
Here is a cleaner implementation of the _cairo_array_t change which was previ...
Carl Worth
1
-8
/
+34
2005-12-21
Revert inadvertent commit (immediately previous).
Carl Worth
1
-36
/
+17
2005-12-21
Fix indentation.
Carl Worth
1
-17
/
+36
2005-12-07
Note that self-copy now works with the PS backend.
Carl Worth
1
-0
/
+36
2005-11-07
Add new _cairo_array_allocate function for growing the array and getting a po...
Carl Worth
1
-11
/
+35
2005-11-04
Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...
Carl Worth
1
-34
/
+62
2005-11-04
Add documentation for all _cairo_array interface functions.
Carl Worth
1
-0
/
+73
2005-07-27
Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...
Carl Worth
1
-0
/
+5
2005-06-03
Fix name of _cairo_user_data_array_destroy to be _cairo_user_data_array_fini.
Carl Worth
1
-3
/
+3
2005-04-08
src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...
Owen Taylor
1
-0
/
+139
2005-01-17
Add preliminary text support, including support for truetype font subsetting.
Kristian Høgsberg
1
-7
/
+11
2005-01-05
New PDF backend.
Kristian Høgsberg
1
-0
/
+130