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
/
cairo-gstate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-1
/
+1
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-3
/
+3
2007-05-30
[cairo] Propagate surface->status on cairo_t creation.
Chris Wilson
1
-1
/
+1
2007-05-30
[cairo-gstate] Check scaled font status.
Chris Wilson
1
-2
/
+2
2007-05-30
[cairo-gstate] Check status on existing fonts.
Chris Wilson
1
-18
/
+23
2007-05-16
[cairo-gstate] Remove a redundant conditional.
Chris Wilson
1
-7
/
+2
2007-05-10
[cairo-scaled-font] Check for allocation failure.
Chris Wilson
1
-4
/
+3
2007-05-09
[cairo-pattern] Return status from _cairo_pattern_init_copy()
Chris Wilson
1
-17
/
+38
2007-05-08
[cairo-font-options] Check for the nil-object.
Chris Wilson
1
-3
/
+1
2007-04-25
Add a content value to solid patterns
Carl Worth
1
-1
/
+2
2007-04-11
_cairo_gstate_ensure_scaled_font: Add missing propagation for error hiding in...
Carl Worth
1
-0
/
+3
2007-04-11
_cairo_gstate_ensure_scaled_font: Prefer to treat a pointer as a pointer, not...
Carl Worth
1
-2
/
+1
2007-04-10
paginated: Add missing error check for _cairo_surface_show_page
Carl Worth
1
-18
/
+2
2007-04-10
Make _cairo_clip_reset void
Carl Worth
1
-1
/
+3
2007-04-10
pixman region operations can fail, propagate the error.
Chris Wilson
1
-3
/
+11
2007-04-09
Make _cairo_gstate_user_to_device (and friends) void.
Carl Worth
1
-12
/
+4
2007-04-09
Make _cairo_gstate_identity_matrix void
Carl Worth
1
-7
/
+2
2007-04-09
cairo-gstate - fix the trivial unchecked returns
Chris Wilson
1
-4
/
+13
2007-04-08
Remove redundant _cairo_clip_fini function
Mathias Hasselmann
1
-2
/
+2
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-2
/
+0
2007-03-21
[cairo.c] Don't access gstate members directly
Behdad Esfahbod
1
-0
/
+18
2007-03-21
[cairo-gstate] Make sure gstate->next is initialized
Behdad Esfahbod
1
-2
/
+2
2007-03-21
[cairo-gstate] Move save/restore logic into gstate instead of cairo_t
Behdad Esfahbod
1
-2
/
+51
2007-03-15
Allow NULL pointers for functions that accept pointers for multiple return va...
Carl Worth
1
-11
/
+33
2007-03-15
Fix cairo_stroke_extents and cairo_in_stroke to not crash with line width of 0.0
Carl Worth
1
-0
/
+10
2007-03-13
[cairo_t] Embed a gstate into cairo_t
Behdad Esfahbod
1
-42
/
+2
2007-02-27
Implement cairo_get_scaled_font()
Behdad Esfahbod
1
-0
/
+15
2007-01-17
Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_list
Robert O'Callahan
1
-2
/
+2
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-2
/
+2
2006-12-16
[cairo-gstate] Don't bypass glyph transformation if font_matrix has translati...
Behdad Esfahbod
1
-1
/
+2
2006-12-12
[cairo-gstate] Use a local buffer on the stack for small glyph operations
Behdad Esfahbod
1
-7
/
+23
2006-12-11
Add/remove const to cairo_glyph_t* arguments consistently
Behdad Esfahbod
1
-6
/
+6
2006-11-22
Add and incorporate _cairo_gstate_transform_glyphs_to_backend
Dan Amelang
1
-20
/
+72
2006-11-07
Rewrite _cairo_matrix_transform_bounding_box to actually accept a box not a r...
Carl Worth
1
-7
/
+2
2006-10-04
Remove unused variable
Carl Worth
1
-1
/
+0
2006-09-25
Add clip getters API + tests
Robert O'Callahan
1
-0
/
+34
2006-09-25
Fix stroke/fill extents bounding boxes
Robert O'Callahan
1
-27
/
+48
2006-09-08
cairo_show_glphs: Mark glyphs argument as const.
Behdad Esfahbod
1
-1
/
+1
2006-08-15
Respect font_matrix translation in _cairo_gstate_glyph_path
Behdad Esfahbod
1
-1
/
+3
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-1
/
+1
2006-07-28
Move font-matrix translation and device transform from surface to gstate
Behdad Esfahbod
1
-4
/
+6
2006-07-27
Make "double *dash" argument const in cairo_set_dash
Behdad Esfahbod
1
-1
/
+1
2006-06-29
Move device_transform of path to before floating->fixed conversion.
Carl Worth
1
-3
/
+5
2006-06-10
Change {x,y}_device_offset values to a device_transform matrix.
Carl Worth
1
-9
/
+4
2006-06-09
Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...
Carl Worth
1
-4
/
+4
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-16
/
+16
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-7
/
+7
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-40
/
+40
2006-06-05
Move rectangle functions to new cairo-rectangle.c
Carl Worth
1
-46
/
+0
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-5
/
+5
[next]