index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-image-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-25
Factor out bulk of the code into a new callback based function, write_png(). ...
Kristian Høgsberg
1
-0
/
+32
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-0
/
+22
2005-04-13
Set freed pointer to NULL.
Carl Worth
1
-1
/
+3
2005-04-07
Change to allow NULL backend function pointers to indicate unsupported functi...
Carl Worth
1
-14
/
+2
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-6
/
+6
2005-04-04
Change type of data parameter from char* to unsigned char*.
Carl Worth
1
-1
/
+1
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-8
/
+0
2005-04-02
Style and indentation fixes.
Carl Worth
1
-1
/
+1
2005-04-01
Update API shakeup chart.
Carl Worth
1
-0
/
+1
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-4
/
+4
2005-03-03
Pass mask to composite operation as pattern
David Reveman
1
-36
/
+46
2005-03-03
Removed surface backend functions set_matrix, set_filter and set_repeat
David Reveman
1
-26
/
+0
2005-03-03
Change to cairo_surface_t like structure of of cairo_pattern_t
David Reveman
1
-56
/
+93
2005-02-27
Remove newline in comment which was confusing gtk-doc.
Kristian Høgsberg
1
-0
/
+36
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-01-31
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...
Owen Taylor
1
-46
/
+114
2005-01-27
Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure w...
Kristian Høgsberg
1
-11
/
+20
2005-01-27
The overall idea of this rewrite is that we want to pass the source pattern a...
Kristian Høgsberg
1
-34
/
+45
2004-12-20
Change return value from cairo_status_t to cairo_int_status_t to match defini...
Carl Worth
1
-1
/
+1
2004-11-05
Change the signs of a variety of metrics, which were backwards.
Graydon Hoare
1
-2
/
+2
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-10-08
Add cairo_cache.c
Graydon Hoare
1
-1
/
+2
2004-09-04
Add the MPL as a new license option, in addition to the LGPL.
Carl Worth
1
-10
/
+27
2004-08-14
Make a copy of the region since pixman is currently taking ownership of it (u...
Carl Worth
1
-1
/
+14
2004-08-02
Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...
Carl Worth
1
-7
/
+5
2004-08-02
Change from MIT license to LGPL.
Carl Worth
1
-20
/
+14
2004-05-24
Added glyph caching
David Reveman
1
-0
/
+1
2004-04-16
Track pixman fixes to PIXMAN_FORMAT_NAME_*.
Carl Worth
1
-2
/
+2
2004-04-06
Added new pattern API
David Reveman
1
-1
/
+22
2004-03-30
Add question on semantics with empty region. Fix missing return value.
Carl Worth
1
-4
/
+13
2004-03-19
Add.
Graydon Hoare
1
-1
/
+11
2003-12-11
Rename surface->ic_image to surface->pixman_image.
Carl Worth
1
-80
/
+80
2003-12-11
Directly fold in slim stuff rather than depending on it from an external pack...
Carl Worth
1
-60
/
+60
2003-11-06
Add comment pondering memory management semantics of cairo_current_target_sur...
Carl Worth
1
-1
/
+3
2003-11-03
Add support for cairo_copy_page. Fixes so PS output can be more than one page...
Carl Worth
1
-0
/
+7
2003-11-03
Add several missing checks for out of memory
Carl Worth
1
-6
/
+20
2003-10-31
Implemented preliminary PostScript output support. Added cairo_show_page. Bum...
Carl Worth
1
-2
/
+16
2003-10-31
Moved all libic-related drawing into cairo_image_surface.c
Carl Worth
1
-0
/
+429