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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-05
Document the implicit closing of sub-paths for cairo_fill and cairo_fill_pres...
Carl Worth
1
-4
/
+6
2005-08-05
Add some missing declarations to the appropriate sections.
Carl Worth
1
-2
/
+2
2005-08-05
Remove include of math.h since cairoint.h does it more carefully, (for annoyi...
Carl Worth
1
-1
/
+1
2005-08-04
Change *_reference() functions to return the object being referenced.
Kristian Høgsberg
1
-2
/
+6
2005-07-28
Fix so that one of three different error status values will be returned:
Carl Worth
1
-1
/
+3
2005-07-28
Remove all create_in_error functions as they were just muddling up the memory...
Carl Worth
1
-24
/
+20
2005-07-27
Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...
Carl Worth
1
-151
/
+172
2005-07-25
src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...
Owen Taylor
1
-0
/
+43
2005-07-06
Remove CAIRO_STATUS_NO_TARGET_SURFAC and add CAIRO_STATUS_INVALID_STATUS.
Carl Worth
1
-5
/
+13
2005-06-28
New functions to create a cairo_pattern_t corresponding to a solid color and ...
Kristian Høgsberg
1
-29
/
+8
2005-06-22
Update ROADMAP with some comments on 0.5.2.
Carl Worth
1
-3
/
+26
2005-06-20
Abstract CAIRO_ALPHA_IS_OPAQUE out for general internal use.
Carl Worth
1
-0
/
+5
2005-06-20
Rip out cairo_set_error_notfiy function as it is clear that it is not the rig...
Carl Worth
1
-32
/
+0
2005-06-17
cairo_reference and cairo_destroy shouldn't behave differently when cr->statu...
Carl Worth
1
-20
/
+19
2005-06-16
Reorder fields of cairo_private_t to match initialization order.
Carl Worth
1
-3
/
+36
2005-06-15
Remove cairo_status_string function which can now be replaced by:
Carl Worth
1
-6
/
+0
2005-06-15
Add _cairo_error so we have a single function which all errors can pass throu...
Carl Worth
1
-280
/
+359
2005-06-13
Add new _cairo_pattern_create_in_error.
Carl Worth
1
-3
/
+1
2005-06-13
No longer need to check for NULL after creating a pattern.
Carl Worth
1
-12
/
+22
2005-06-13
Originally 2005-05-08 Owen Taylor <otaylor@redhat.com>:
Carl Worth
1
-2
/
+24
2005-06-13
Originally 2005-06-02 Carl Worth <cworth@cworth.org>:
Carl Worth
1
-11
/
+39
2005-06-03
Move internal convenience up from _cairo_gstate_set_source_solid to _cairo_se...
Carl Worth
1
-2
/
+18
2005-05-31
Add new function cairo_status_to_string an reimplement cairo_status_string in...
Carl Worth
1
-2
/
+8
2005-05-26
Replace nesting-only surface clipping with gstate contained serial-number tra...
Keith Packard
1
-2
/
+0
2005-05-26
trivial doc fixes.
Olivier Andrieu
1
-2
/
+2
2005-05-22
Protect less-than and greater-than symbols in documentation string.
Carl Worth
1
-1
/
+1
2005-05-22
Not that a patch has been submitted for consistent error handling.
Carl Worth
1
-2
/
+2
2005-05-10
src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gst...
Owen Taylor
1
-6
/
+2
2005-05-10
Fix cairo_get_font_matrix to actually use its out-parameter. And change the r...
Carl Worth
1
-5
/
+5
2005-05-09
Push cairo_matrix_t const-correctness down through the entire implmentation, ...
Carl Worth
1
-4
/
+6
2005-05-06
Change definitions of everything in cairo-features.h to prefer #if over #ifdef.
Carl Worth
1
-4
/
+3
2005-05-06
Remove deprecated cairo_get_rgb_color that was accidentally missed in the rec...
Carl Worth
1
-25
/
+0
2005-05-06
Eliminate the following deprecated functions from cairo's interface:
Carl Worth
1
-145
/
+0
2005-05-06
Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...
Carl Worth
1
-384
/
+45
2005-05-06
src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().
Owen Taylor
1
-0
/
+31
2005-05-03
Originally 2005-04-20 Carl Worth <cworth@cworth.org>
Carl Worth
1
-21
/
+28
2005-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
1
-2
/
+12
2005-05-02
src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().
Owen Taylor
1
-0
/
+62
2005-04-27
src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...
Owen Taylor
1
-25
/
+1
2005-04-26
Build rectangle with an identity matrix in place so that the entire target su...
Carl Worth
1
-0
/
+14
2005-04-26
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
1
-38
/
+283
2005-04-25
Factor out bulk of the code into a new callback based function, write_png(). ...
Kristian Høgsberg
1
-0
/
+4
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-1
/
+30
2005-04-14
and delete:
Carl Worth
1
-67
/
+79
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-08
Eliminate internal use of deprecated cairo_matrix_copy.
Carl Worth
1
-23
/
+4
2005-04-07
src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...
Owen Taylor
1
-20
/
+53
2005-04-07
src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...
Owen Taylor
1
-57
/
+22
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-4
/
+22
[next]