index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-05-06
Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...
Carl Worth
1
-1
/
+1
2005-05-03
Fills as paths patch originally by Owen Taylor.
Kristian Høgsberg
1
-0
/
+13
2005-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
1
-23
/
+158
2005-04-21
Handle backends that don't have a set_clip_region implementation (PDF).
Kristian Høgsberg
1
-0
/
+3
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-1
/
+38
2005-04-14
and delete:
Carl Worth
1
-19
/
+16
2005-04-13
Set freed pointer to NULL.
Carl Worth
1
-2
/
+9
2005-04-12
Default to CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.
Carl Worth
1
-1
/
+1
2005-04-12
Use CAIRO_FILTER_BEST by default rather than CAIRO_FILTER_NEAREST.
Carl Worth
1
-1
/
+1
2005-04-08
src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...
Owen Taylor
1
-65
/
+6
2005-04-07
Change to allow NULL backend function pointers to indicate unsupported functi...
Carl Worth
1
-43
/
+43
2005-04-07
src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...
Owen Taylor
1
-2
/
+2
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-3
/
+7
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-6
/
+0
2005-04-01
Update API shakeup chart.
Carl Worth
1
-11
/
+0
2005-03-17
src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...
Owen Taylor
1
-0
/
+30
2005-03-16
Dont call user data destroy function if it's NULL.
Kristian Høgsberg
1
-2
/
+2
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-2
/
+114
2005-03-10
*** empty log message ***
Kristian Høgsberg
1
-0
/
+18
2005-03-10
Originally: 2005-02-24 Carl Worth <cworth@cworth.org>
Carl Worth
1
-0
/
+90
2005-03-03
Pass mask to composite operation as pattern
David Reveman
1
-7
/
+7
2005-03-03
Removed surface backend functions set_matrix, set_filter and set_repeat
David Reveman
1
-5
/
+3
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-02-21
Fix y offset to use dst_y instead of dst_x, (caught by David Reveman).
Carl Worth
1
-1
/
+1
2005-01-31
configure.in src/cairo-features.h.in: Add a check for the Windows platform an...
Owen Taylor
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
-50
/
+352
2005-01-27
The overall idea of this rewrite is that we want to pass the source pattern a...
Kristian Høgsberg
1
-122
/
+20
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-09-04
Add the MPL as a new license option, in addition to the LGPL.
Carl Worth
1
-10
/
+27
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-28
These two fixes are from David Reveman <c99drn@cs.umu.se>:
Carl Worth
1
-8
/
+6
2004-05-28
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
Keith Packard
1
-1
/
+1
2004-05-24
Added glyph caching
David Reveman
1
-5
/
+23
2004-05-11
Removed pattern_offset
David Reveman
1
-5
/
+3
2004-04-25
Converted shading routines to use fixed point values.
David Reveman
1
-4
/
+4
2004-04-23
Fixed several function prototype mismatches between internal header file and ...
Carl Worth
1
-1
/
+1
2004-04-22
Fixed pattern source offset
David Reveman
1
-7
/
+7
2004-04-09
Added OpenGL surface backend
David Reveman
1
-6
/
+6
2004-04-06
Added new pattern API
David Reveman
1
-0
/
+108
2004-03-19
Add.
Graydon Hoare
1
-0
/
+5
2004-03-17
Fixed for latest XCB API. XCB headers can co-exist with Xlib headers now, so ...
Jamey Sharp
1
-0
/
+1
2004-01-30
New "filter" field.
Graydon Hoare
1
-0
/
+7
2003-11-03
Add support for cairo_copy_page. Fixes so PS output can be more than one page...
Carl Worth
1
-0
/
+15
2003-10-31
Implemented preliminary PostScript output support. Added cairo_show_page. Bum...
Carl Worth
1
-0
/
+15
2003-10-31
Moved all libic-related drawing into cairo_image_surface.c
Carl Worth
1
-236
/
+112
2003-10-28
Rename gstate->ppm to gstate->pixels_per_inch. Add new pixels_per_inch to the...
Carl Worth
1
-3
/
+9
2003-10-28
Drop cairo_surface_create_similar_solid
Carl Worth
1
-20
/
+14
2003-10-28
Fix bug from previous commit. Must check for NULL backend function pointers b...
Carl Worth
1
-20
/
+26
2003-10-27
Cleanup of surface->backend interface. Better type-safety and more consistent...
Carl Worth
1
-6
/
+22
[next]