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
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-26
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
13
-880
/
+1049
2005-04-25
Prototypes moved to cairo.h, this file removed.
Kristian Høgsberg
1
-58
/
+0
2005-04-25
Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf...
Kristian Høgsberg
2
-7
/
+8
2005-04-25
Factor out bulk of the code into a new callback based function, write_png(). ...
Kristian Høgsberg
4
-73
/
+276
2005-04-25
Initialize the saved_dc_bitmap field here as well ... not strictly needed, bu...
Owen Taylor
1
-0
/
+1
2005-04-23
Finalize the correct pattern.
Kristian Høgsberg
1
-2
/
+2
2005-04-22
Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar...
Kristian Høgsberg
4
-34
/
+46
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
13
-71
/
+321
2005-04-14
and delete:
Carl Worth
12
-545
/
+500
2005-04-14
Remove a stray free() (#3029, Carl Worth)
Owen Taylor
1
-1
/
+0
2005-04-13
Set freed pointer to NULL.
Carl Worth
2
-3
/
+12
2005-04-13
Fix a comment from last commit
Owen Taylor
1
-1
/
+1
2005-04-13
Work around a pair of libpixman bugs (denegerate trapezoids from tesellator, ...
Owen Taylor
1
-0
/
+7
2005-04-13
src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...
Owen Taylor
3
-195
/
+450
2005-04-12
Default to CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.
Carl Worth
2
-2
/
+3
2005-04-12
Use CAIRO_FILTER_BEST by default rather than CAIRO_FILTER_NEAREST.
Carl Worth
2
-2
/
+2
2005-04-12
Offset the src pattern by (0,0)->CTM. This fixes test/translate-show-surface.
Carl Worth
2
-4
/
+17
2005-04-11
Add deprecation alias from cairo_scale_font to cairo_set_font_size.
Carl Worth
1
-0
/
+1
2005-04-11
Add deprecation alias from cairo_select_font to cairo_select_font_face.
Carl Worth
1
-0
/
+1
2005-04-11
src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update.
Owen Taylor
2
-6
/
+4
2005-04-08
Move include of pixman.h from cairo.h to cairoint.h since libpixman isn't par...
Carl Worth
3
-3
/
+1
2005-04-08
src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...
Owen Taylor
10
-129
/
+331
2005-04-08
Update to track changes to cairo_matrix_t interface.
Dave Beckett
1
-7
/
+7
2005-04-08
Eliminate internal use of deprecated cairo_matrix_copy.
Carl Worth
5
-45
/
+13
2005-04-08
Don't try to return a value (even a void value) from a void function. Closes ...
Carl Worth
1
-4
/
+4
2005-04-07
Remove broken code for defining uint64_t.
Carl Worth
1
-7
/
+1
2005-04-07
Change to allow NULL backend function pointers to indicate unsupported functi...
Carl Worth
9
-388
/
+77
2005-04-07
src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...
Owen Taylor
5
-83
/
+110
2005-04-07
Minor changes to header file inclusion recommended by Oleg Smolsky for better...
Carl Worth
6
-4
/
+9
2005-04-07
Fix various compilation errors.
Owen Taylor
1
-43
/
+40
2005-04-07
Use a preprocessor macro to get a literal value in the array size declaration...
Carl Worth
1
-1
/
+1
2005-04-07
Use a preprocessor macro to get a literal value in the array size declaration...
Carl Worth
1
-1
/
+1
2005-04-07
Use configure-time checks for stdint.h vs. inttypes.h vs. sys/int_types.h rat...
Carl Worth
2
-16
/
+17
2005-04-07
src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...
Owen Taylor
15
-1113
/
+1783
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
14
-305
/
+339
2005-04-06
Make handling of unsigned char* vs. char* consistent. Change all parameters t...
Carl Worth
8
-44
/
+45
2005-04-06
Fix reversed arguments in call to calloc.
Carl Worth
2
-4
/
+6
2005-04-04
Change type of data parameter from char* to unsigned char*.
Carl Worth
7
-12
/
+17
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
14
-129
/
+22
2005-04-02
Use the current point to offset just the destination, not the source and dest...
Carl Worth
1
-2
/
+2
2005-04-02
Style and indentation fixes.
Carl Worth
12
-76
/
+80
2005-04-01
Update API shakeup chart.
Carl Worth
5
-25
/
+59
2005-03-31
Remove this function now that the PNG backend is gone.
Kristian Høgsberg
1
-28
/
+0
2005-03-30
A few fixes courtesy of Jason Dorje Short <jdorje@users.sf.net>:
Carl Worth
2
-2
/
+4
2005-03-30
src/cairo-gstate.c (_cairo_gstate_stroke_extents): call _cairo_pen_init so th...
Tor Lillqvist
1
-0
/
+2
2005-03-29
src/cairo-xlib.h: include Xlib.h to fix solaris build bustage.
Tor Lillqvist
1
-0
/
+1
2005-03-29
src/cairo-wideint.h: add preprocessor tests for stdint.h/inttypes.h
Tor Lillqvist
2
-3
/
+20
2005-03-29
Update quartz backend to compilable/workable version and re-enable.
Tor Lillqvist
2
-852
/
+759
2005-03-28
Renamed a bunch of files to use - rather than _ as a separator. Copy happened...
Carl Worth
35
-24703
/
+34
[next]