index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
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
13
-535
/
+99
2005-05-06
src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().
Owen Taylor
3
-2
/
+37
2005-05-04
Add glyph caching to glitz backend
David Reveman
1
-1
/
+855
2005-05-03
Fills as paths patch originally by Owen Taylor.
Kristian Høgsberg
5
-9
/
+150
2005-05-03
Originally 2005-04-20 Carl Worth <cworth@cworth.org>
Carl Worth
4
-227
/
+41
2005-05-03
Add suggestion for copy-on-write regions to fix clip region problems.
Carl Worth
1
-1
/
+1
2005-05-02
Changes the sign of extents->descent to match win32 backend and the conventio...
Owen Taylor
2
-4
/
+45
2005-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
7
-77
/
+326
2005-05-02
Use correct arguments to compute absolute positions.
Keith Packard
1
-4
/
+4
2005-05-02
src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().
Owen Taylor
4
-67
/
+268
2005-05-01
Also call _cairo_gstate_ensure_font() for this function.
Kristian Høgsberg
1
-0
/
+4
2005-04-27
src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...
Owen Taylor
4
-32
/
+72
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
Updated.
Owen Taylor
2
-22
/
+7
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
[next]