index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-base85-stream.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
Add xml surface
Chris Wilson
1
-3
/
+0
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-1
/
+1
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-0
/
+1
2008-06-01
Fix now-detected doc formatting issues
Behdad Esfahbod
1
-1
/
+2
2008-01-28
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
1
-2
/
+1
2008-01-16
[cairo-output-stream] Introduce _cairo_output_stream_create_in_error()
Chris Wilson
1
-0
/
+3
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-1
/
+1
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+3
2007-04-03
Make sure all nil objects start with _cairo_
Behdad Esfahbod
1
-1
/
+1
2006-06-12
Convert the word wrap stream, the base85 stream and the ps string stream.
Kristian Høgsberg
1
-15
/
+12
2006-06-12
Make cairo_output_stream_t an embeddable type.
Kristian Høgsberg
1
-0
/
+1
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
-1
/
+1
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-1
/
+1
2006-04-07
Rename write_data to write_func in cairo_output_stream_t.
Carl Worth
1
-4
/
+4
2006-04-04
Break PostScript image data into chunks that each fit into a string.
Carl Worth
1
-21
/
+9
2006-04-04
Implement proper cairo-style error-handling for cairo_output_stream_t.
Carl Worth
1
-29
/
+11
2006-04-03
Implement cairo-base85-stream as a filtering output stream not just a write f...
Carl Worth
1
-40
/
+102
2006-04-03
Move base85 code out of cairo-output-stream.c into new cairo-base85-stream.c
Carl Worth
1
-0
/
+98