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-08-08
Add missing cairo-debug.h which was hold up make distcheck.
Carl Worth
1
-0
/
+1
2005-08-08
Declare _cairo_path_nil as extern.
Billy Biggs
1
-1
/
+1
2005-08-08
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...
Billy Biggs
16
-88
/
+238
2005-08-08
Don't free the glyph if the entry doesn't have a glyph. (Maybe #3909, Carlos ...
Owen Taylor
1
-2
/
+3
2005-08-08
Add a return value after ASSERT_NOT_REACHED to quiet an anxious compiler.
Carl Worth
1
-0
/
+1
2005-08-08
Fix accidentally committed line.
Owen Taylor
1
-3
/
+1
2005-08-08
Update doc comment.
Kristian Høgsberg
1
-7
/
+5
2005-08-08
Add a function to test whether a cairo_operator_t is bounded (does nothing fo...
Owen Taylor
8
-353
/
+1047
2005-08-06
Remove several bugs that have been fixed.
Carl Worth
1
-1
/
+1
2005-08-06
Fix to return &_cairo_font_face_nil instead of NULL on error.
Carl Worth
1
-5
/
+2
2005-08-06
Remove a non-sensical XXX that crept in at some point; for a solid color, the...
Owen Taylor
1
-1
/
+0
2005-08-06
Fix up some stale comments. Rename _cairo_ft_scaled_font_create_for_unscaled ...
Carl Worth
1
-22
/
+24
2005-08-05
Unify initialization for _cairo_ft_unscaled_font_create_from_face and _cairo_...
Carl Worth
1
-31
/
+71
2005-08-05
Rename _ft_font_face_backend to be preoperly namespaced as _cairo_ft_font_fac...
Carl Worth
1
-2
/
+2
2005-08-05
Rename cairo_ft_font_face->next_face to next.
Carl Worth
1
-6
/
+12
2005-08-05
Include cairo-hash-private.h.
Carl Worth
2
-0
/
+4
2005-08-05
Simplify the implementation by taking advantage of the fact that destroy and ...
Carl Worth
1
-5
/
+2
2005-08-05
Rename two functions:
Carl Worth
1
-20
/
+20
2005-08-05
Entagle the cairo_unscaled_font_t typedef.
Carl Worth
1
-4
/
+2
2005-08-05
Rename font_face_backend->create_font to scaled_font_create. Group the scaled...
Carl Worth
5
-54
/
+54
2005-08-05
Rather gratuitous (though mostly harmless) whitespace changes for font backen...
Carl Worth
1
-46
/
+58
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
Rename parameters to scalend_font_backend from font to scaled_font.
Carl Worth
1
-9
/
+10
2005-08-05
Rename scaled_font_backend->destroy to the more accurate fini, (since it free...
Carl Worth
5
-8
/
+8
2005-08-05
Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...
Carl Worth
5
-64
/
+55
2005-08-05
Ignore cairo-clip-private.h.
Carl Worth
1
-5
/
+2
2005-08-05
Add some missing declarations to the appropriate sections.
Carl Worth
3
-7
/
+7
2005-08-05
Remove include of math.h since cairoint.h does it more carefully, (for annoyi...
Carl Worth
3
-4
/
+1
2005-08-05
Sort cairo-clip.c
Carl Worth
1
-2
/
+2
2005-08-05
Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:
Carl Worth
2
-1
/
+17
2005-08-04
Patch from Adrian Johnson <ajohnson@redneon.com>
Kristian Høgsberg
1
-3
/
+69
2005-08-04
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...
Kristian Høgsberg
10
-674
/
+820
2005-08-04
Change *_reference() functions to return the object being referenced.
Kristian Høgsberg
15
-49
/
+80
2005-08-04
Check for render bug involving repeated patterns with a general transform mat...
Tor Lillqvist
1
-10
/
+30
2005-08-04
Originally 2005-07-13 Carl Worth <cworth@cworth.org>
Carl Worth
3
-117
/
+122
2005-08-01
src/cairo-gstate.c src/cairo-gstate-private.h: Store the inverse CTM at the t...
Owen Taylor
2
-53
/
+67
2005-08-01
New public header file.
Carl Worth
10
-27
/
+255
2005-08-01
src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectang...
Owen Taylor
4
-4
/
+133
2005-07-31
Support versions of freetype without exact FT_Bitmap_Size.x/y_ppem values by ...
Billy Biggs
1
-1
/
+7
2005-07-31
Cast away the const on the nil surface to avoid a compiler warning.
Billy Biggs
1
-1
/
+1
2005-07-30
Pass the options down to the scaled font object to keep things compiling.
Billy Biggs
1
-1
/
+1
2005-07-30
Replace wide integer divide algorithms with trivial bit-at-a-time code. Origi...
Keith Packard
2
-418
/
+49
2005-07-29
src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_image): Minor ...
Tor Lillqvist
2
-1
/
+3
2005-07-29
src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c src/cairoint.h: M...
Owen Taylor
4
-15
/
+21
2005-07-28
Run the mask pattern through the CTM in the same way as the source pattern. T...
Carl Worth
1
-6
/
+10
2005-07-28
Remove const qualifiers that only make things happy with a from-cvs version o...
Carl Worth
1
-5
/
+5
2005-07-28
Add missing cast.
Carl Worth
1
-1
/
+1
2005-07-28
Fix to call _cairo_error and return 0 on surface-type mismatch.
Carl Worth
1
-0
/
+10
2005-07-28
Fix so that one of three different error status values will be returned:
Carl Worth
5
-13
/
+61
2005-07-28
src/cairo-win32-font.c
Stuart Parmenter
2
-3
/
+3
[next]