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
/
cairoint.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-01
[cairo-spline] Reduce stack requirements during recursive refinement.
Chris Wilson
1
-5
/
+8
2007-10-30
Simplify return value from cairo_path_fixed_get_current_point().
Chris Wilson
1
-1
/
+1
2007-10-14
Make PostScript output text selectable
Adrian Johnson
1
-0
/
+1
2007-10-10
Fix some trivial syntax warnings for -ansi.
Chris Wilson
1
-0
/
+5
2007-10-04
[cairo-matrix] Check whether a matrix is invertible before use.
Chris Wilson
1
-0
/
+3
2007-10-04
[cairo-scaled-font] Return the error status from _cairo_scaled_font_set_error()
Chris Wilson
1
-1
/
+1
2007-10-04
[cairo-font-face] Set the error on the font.
Chris Wilson
1
-0
/
+4
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-1
/
+7
2007-10-04
[cairo-error] Make _cairo_error() return the error status.
Chris Wilson
1
-1
/
+1
2007-09-25
[cairo-atomic] Rewrite reference counting using atomic ops.
Chris Wilson
1
-14
/
+13
2007-09-25
Move GCC attributes wrapping into a separate header.
Chris Wilson
1
-69
/
+2
2007-09-18
Let surfaces specify their native resolution, for fallback purposes
Vladimir Vukicevic
1
-0
/
+6
2007-09-11
Export cairo_surface_{copy,show}_page
Vladimir Vukicevic
1
-6
/
+2
2007-08-31
Revert "[cairo-gstate] Avoid copying untransformed glyphs."
Chris Wilson
1
-6
/
+6
2007-08-31
[cairo-gstate] Avoid copying untransformed glyphs.
Chris Wilson
1
-6
/
+6
2007-08-25
Add a new fill_stroke surface backend method.
Emmanuel Pacaud
1
-0
/
+36
2007-08-24
Remove build-breaking debugging helper.
Carl Worth
1
-2
/
+0
2007-08-23
Remove include of cairoint.h from *-private.h header files.
Carl Worth
1
-0
/
+2
2007-08-23
Fix header inclusion order
Behdad Esfahbod
1
-22
/
+1
2007-08-22
[Makefile.am] Add target sparse to run sparse static source code analyzer
Behdad Esfahbod
1
-6
/
+6
2007-08-21
Use a pixman_format_code to describe the image surface used for xlib fallbacks
Carl Worth
1
-1
/
+18
2007-08-21
Eliminate fragile cairo_internal_format_t
Carl Worth
1
-41
/
+3
2007-08-21
PS: Add finer-grained image fallback support
Adrian Johnson
1
-1
/
+3
2007-08-16
[cairo-pen] Remove status from _cairo_pen_find_active_vertex_*()
Chris Wilson
1
-2
/
+2
2007-08-06
Bump pixman dependency to 0.9.4
Søren Sandmann Pedersen
1
-1
/
+1
2007-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-8
/
+30
2007-07-18
[fixpt] remove dependency on some pixman types
Vladimir Vukicevic
1
-13
/
+14
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-18
/
+30
2007-07-18
[fixpt] Make fixed point methods static inline and generic
Vladimir Vukicevic
1
-36
/
+1
2007-07-02
Merge branch 'master' of git+ssh://sandmann@git.freedesktop.org/git/cairo
Søren Sandmann Pedersen
1
-0
/
+1
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-0
/
+1
2007-06-21
[pixman] Initial port to standalone pixman library.
Søren Sandmann
1
-3
/
+11
2007-06-07
Add CAIRO_INTERNAL_FORMAT_RGB16_565 and prefer it over deprecated CAIRO_FORMA...
Carl Worth
1
-21
/
+31
2007-05-09
[cairo-pattern] Return status from _cairo_pattern_init_copy()
Chris Wilson
1
-1
/
+1
2007-05-08
[cairo-font-options] Check for the nil-object.
Chris Wilson
1
-1
/
+2
2007-05-04
[cairo-pattern] Cache surface for solid patterns
Chris Wilson
1
-0
/
+16
2007-05-04
[cairo-xlib] Split per-display attributes from per-screen.
Chris Wilson
1
-6
/
+0
2007-04-27
Clip trapezoids that are partially (or wholly) outside the clip region.
Carl Worth
1
-0
/
+7
2007-04-25
Add a content value to solid patterns
Carl Worth
1
-3
/
+6
2007-04-21
Move a couple typedefs to cairo-types-private.h
Behdad Esfahbod
1
-2
/
+0
2007-04-21
[scaled-font] Move cairo_scaled_font_t to cairo-scaled-font-private.h
Behdad Esfahbod
1
-65
/
+1
2007-04-21
[cairo-surface] Move cairo_surface_t struct in cairo-surface-private.h
Behdad Esfahbod
1
-72
/
+2
2007-04-20
Exclude Type1 fonts from CID subsets
Adrian Johnson
1
-0
/
+1
2007-04-19
Optionally provide a pattern to use for creating a similar solid surface.
Chris Wilson
1
-1
/
+5
2007-04-19
Define a CAIRO_ALPHA_IS_OPAQUE variant that operates on uint16.
Chris Wilson
1
-0
/
+3
2007-04-18
Rename cairo-font.c to cairo-font-face.c
Behdad Esfahbod
1
-1
/
+1
2007-04-18
Put back __inline definition for MSC compilers, in both cairo and pixman
Behdad Esfahbod
1
-0
/
+2
2007-04-18
[cairoint.h] Define WARN_UNUSED_RESULT if undefined
Behdad Esfahbod
1
-0
/
+3
2007-04-11
Mark function tables with attribute(warn_unused_result)
Chris Wilson
1
-26
/
+26
2007-04-11
Only enable warn-unused-result for recent gcc
Chris Wilson
1
-7
/
+6
[next]