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-ps-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-08
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...
Billy Biggs
1
-3
/
+9
2005-07-28
Remove all create_in_error functions as they were just muddling up the memory...
Carl Worth
1
-4
/
+4
2005-07-27
Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...
Carl Worth
1
-30
/
+39
2005-07-14
Add missing (putatively unreachable) return value.
Carl Worth
1
-0
/
+1
2005-07-13
Use the _cairo_surface_*() functions when replaying.
Kristian Høgsberg
1
-150
/
+136
2005-07-13
New predicates to allow checking for cairo_ft derivates of generic font type.
Carl Worth
1
-0
/
+12
2005-07-08
Give enum tags an underscore prefix to match the style of the struct tags. Ad...
Carl Worth
1
-5
/
+5
2005-07-05
Disable the compilation of the _ps_locate_fallbacks code which, inaddition to...
Carl Worth
1
-2
/
+9
2005-07-01
Rewrite postscript backend to generate more interesting output than the curre...
Kristian Høgsberg
1
-163
/
+1098
2005-06-14
Implement path clipping and refactor _cairo_gstate_clip() out in three differ...
Kristian Høgsberg
1
-0
/
+1
2005-06-14
Remove Boolean 'drawable' parameter from the create_similar surface backend f...
Carl Worth
1
-1
/
+0
2005-05-17
Remove destroy_closure from cairo_output_stream_t interface.
Carl Worth
1
-58
/
+95
2005-05-06
Rename and re-order the cairo_operator_t enum to names that abbreviate less a...
Carl Worth
1
-2
/
+2
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-0
/
+20
2005-04-14
and delete:
Carl Worth
1
-7
/
+2
2005-04-07
Change to allow NULL backend function pointers to indicate unsupported functi...
Carl Worth
1
-73
/
+6
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-10
/
+0
2005-04-02
Style and indentation fixes.
Carl Worth
1
-2
/
+2
2005-03-23
Move surface-specific cairo_t functions to cairo.c.
Carl Worth
1
-40
/
+0
2005-03-17
doc fix - 90 degrees is MI_PI/2 radians.
Owen Taylor
1
-2
/
+2
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-4
/
+4
2005-03-03
Pass mask to composite operation as pattern
David Reveman
1
-1
/
+1
2005-03-03
Removed surface backend functions set_matrix, set_filter and set_repeat
David Reveman
1
-30
/
+0
2005-03-03
Change to cairo_surface_t like structure of of cairo_pattern_t
David Reveman
1
-3
/
+3
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-01-31
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...
Owen Taylor
1
-13
/
+46
2005-01-30
Update composite-over-white code to use a pattern, not a surface. (to match _...
Owen Taylor
1
-17
/
+6
2005-01-27
src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...
Owen Taylor
1
-0
/
+16
2005-01-27
The overall idea of this rewrite is that we want to pass the source pattern a...
Kristian Høgsberg
1
-10
/
+5
2005-01-20
Track various renamings.
Carl Worth
1
-0
/
+1
2004-11-29
Remove unintentional copyright statement from user-generated output image.
Carl Worth
1
-2
/
+0
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-10-08
Add cairo_cache.c
Graydon Hoare
1
-1
/
+2
2004-09-04
Add the MPL as a new license option, in addition to the LGPL.
Carl Worth
1
-10
/
+27
2004-08-02
Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...
Carl Worth
1
-7
/
+5
2004-08-02
Change from MIT license to LGPL.
Carl Worth
1
-20
/
+14
2004-05-24
Added glyph caching
David Reveman
1
-0
/
+1
2004-04-06
Added new pattern API
David Reveman
1
-1
/
+9
2004-03-23
Implement _set_clip_region by delegating it to the image backend.
Olivier Andrieu
1
-2
/
+3
2004-03-19
Add.
Graydon Hoare
1
-1
/
+11
2003-12-11
Directly fold in slim stuff rather than depending on it from an external pack...
Carl Worth
1
-1
/
+1
2003-12-11
Fix to use shifts and masks for endianness-correct PS image generation. Renam...
Carl Worth
1
-14
/
+13
2003-11-03
Add support for cairo_copy_page. Fixes so PS output can be more than one page...
Carl Worth
1
-35
/
+66
2003-11-03
Add several missing checks for out of memory
Carl Worth
1
-0
/
+4
2003-10-31
Fix misplacement of PS origin, (was translating vertically by width instead o...
Carl Worth
1
-1
/
+1
2003-10-31
Implemented preliminary PostScript output support. Added cairo_show_page. Bum...
Carl Worth
1
-0
/
+377