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
2006-05-04
Flesh out the documentation for cairo_push_group, cairo_pop_group and friends
Carl Worth
1
-20
/
+99
2006-05-04
Fix the XCB backend build for the XCB 0.9 release.
Ian Osgood
1
-6
/
+6
2006-05-04
Remove trailing comma in enum to pander to non-C99-conformant compilers
Carl Worth
1
-1
/
+1
2006-05-04
SVG: Fix the previous fix for xlink namespace.
Emmanuel Pacaud
1
-15
/
+19
2006-05-04
Clean up error management of xlib surface getter functions.
Carl Worth
2
-35
/
+34
2006-05-04
Add Xlib surface getter functions.
Robert O'Callahan
2
-0
/
+81
2006-05-04
SVG: Fix xml namespace declaration.
Emmanuel Pacaud
1
-10
/
+14
2006-05-04
Add missing prototype for _cairo_clip_translate
Carl Worth
1
-0
/
+5
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
31
-360
/
+358
2006-05-04
Fix up clip at pop_group time, to keep it in surface backend coordinates
Vladimir Vukicevic
4
-30
/
+93
2006-05-04
Implement push_group/pop_group
Vladimir Vukicevic
5
-108
/
+330
2006-05-04
Implement the device_offset functionality at surface, not gstate layer
Carl Worth
11
-148
/
+417
2006-05-03
Quiet some 'may be used uninitialized' warnings.
Carl Worth
2
-4
/
+4
2006-05-03
PDF: Add new cairo_pdf_surface_set_size for doing per-page size changes
Carl Worth
2
-15
/
+80
2006-05-03
PS: Use ceil, not rounding when computing integers for BoundingBox
Carl Worth
1
-4
/
+4
2006-05-03
SVG: Emit "svg" version in document_finish.
Emmanuel Pacaud
1
-2
/
+3
2006-05-03
SVG: Only "comp-op" property when svg_version >= 1.2
Emmanuel Pacaud
1
-5
/
+8
2006-05-03
SVG: Emit correct version property of "svg" element.
Emmanuel Pacaud
1
-1
/
+8
2006-05-03
PS: Add three new public functions for emitting DSC comments.
Carl Worth
5
-8
/
+287
2006-05-02
SVG: Really use width and height in point unit.
Emmanuel Pacaud
1
-2
/
+23
2006-05-02
Merge branch 'master' of git+ssh://emmanuel@git.cairographics.org/git/cairo
Emmanuel Pacaud
3
-18
/
+101
2006-05-02
SVG: Minor documentation fixes.
Emmanuel Pacaud
1
-3
/
+5
2006-05-02
PS: Add cairo_ps_surface_set_size along with ps-features test
Carl Worth
3
-18
/
+101
2006-05-02
atsui: Add missing check of return-value of malloc.
Carl Worth
1
-1
/
+7
2006-05-02
Make backend-specific function set a surface error on type mismatch.
Carl Worth
4
-11
/
+19
2006-05-02
SVG: Rework of API for SVG selection.
Emmanuel Pacaud
2
-144
/
+106
2006-05-01
Don't return void from void-returning function (fix #6792).
Carl Worth
1
-1
/
+1
2006-05-01
Fix silly typo from previous commit.
Carl Worth
1
-3
/
+3
2006-05-01
Support multiple glyph image formats within the same font (fix #4705).
Carl Worth
1
-13
/
+48
2006-05-01
SVG: Correct use of paginated surface. Fix emit of alpha filter.
Emmanuel Pacaud
1
-12
/
+13
2006-05-01
SVG: Trivial indentation and comment fixes.
Emmanuel Pacaud
1
-13
/
+18
2006-05-01
SVG: Remove outdated comment.
Emmanuel Pacaud
1
-4
/
+0
2006-05-01
SVG: Fix error handling in create_for_document and in composite_image_pattern.
Emmanuel Pacaud
1
-8
/
+12
2006-05-01
SVG: Add an additionnal API for creating SVG 1.1 or 1.2 files.
Emmanuel Pacaud
2
-26
/
+156
2006-05-01
SVG: Some variable/type renaming.
Emmanuel Pacaud
1
-25
/
+25
2006-05-01
SVG: Reenable optimisation of CLEAR and SOURCE in paint when there's
Emmanuel Pacaud
1
-3
/
+4
2006-05-01
SVG: Code cleanup.
Emmanuel Pacaud
1
-4
/
+1
2006-05-01
SVG: Initial support of operators support via image fallbacks.
Emmanuel Pacaud
1
-33
/
+67
2006-05-01
SVG: Sort of working implementation of a SVG backend with paginated surface
Emmanuel Pacaud
1
-37
/
+97
2006-05-01
SVG: First pass for analyze-surface support
Emmanuel Pacaud
1
-7
/
+85
2006-05-01
Copy content property when doing a snapshot of a meta surface.
Emmanuel Pacaud
1
-0
/
+1
2006-04-28
Fix PS Surface Memleak
Henning Noren
1
-1
/
+14
2006-04-27
Correct documentation to say "user space", not "user-space" where appropriate.
Carl Worth
1
-5
/
+5
2006-04-27
Optimisation of CLEAR operator in meta-surface.
Emmanuel Pacaud
2
-1
/
+16
2006-04-27
Implement paginated create_similar, moving similar images down to PS and PDF.
Emmanuel Pacaud
3
-12
/
+19
2006-04-27
paginated: Remove memory leak of analysis surface from _paint_page
Carl Worth
1
-0
/
+2
2006-04-27
Add reference to cairo_surface_set_user_data in docs. for cairo_image_surface...
Carl Worth
1
-0
/
+3
2006-04-26
Remove cairo.def from the generated tar file. It's not useful there.
Carl Worth
1
-3
/
+0
2006-04-26
WIN32: Define SHADEBLENDCAPS and SB_NONE if they are not defined. (from Tor L...
Behdad Esfahbod
1
-0
/
+8
2006-04-25
Support fontconfig embeddedbitmap option/handle transformation issue as well.
Zhe Su
1
-3
/
+21
[next]