index
:
~jrmuizel/cairo
master
stroke-to-path2
Unnamed repository; edit this file to name it for gitweb.
jrmuizel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-paginated-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-10
Hook up device scaling so fallback_resolution starts working.
Carl Worth
1
-2
/
+9
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-3
/
+3
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-4
/
+4
2006-05-24
New API: Add new function cairo_surface_get_content
Carl Worth
1
-1
/
+2
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-4
/
+4
2006-05-01
Don't return void from void-returning function (fix #6792).
Carl Worth
1
-1
/
+1
2006-04-27
Implement paginated create_similar, moving similar images down to PS and PDF.
Emmanuel Pacaud
1
-8
/
+1
2006-04-27
paginated: Remove memory leak of analysis surface from _paint_page
Carl Worth
1
-0
/
+2
2006-04-25
Fix default font options for PS and PDF backends.
Carl Worth
1
-1
/
+10
2006-04-14
Move optimization of CLEAR on blank page up from PS to paginated surface.
Carl Worth
1
-0
/
+30
2006-04-14
Update documentation of cairo_paginated_surface
Carl Worth
1
-27
/
+2
2006-04-14
Add a start_page function to the paginated_surface_backend.
Carl Worth
1
-0
/
+19
2006-04-14
Add a new cairo_paginated_surface_backend_t rather than just a single functio...
Carl Worth
1
-14
/
+15
2006-04-04
Merge branch 'cairo-origin' into analysis-surface
Carl Worth
1
-1
/
+24
2006-03-24
Back out use of meta-surface for similar-paginated-surface. It's not ready yet.
Carl Worth
1
-10
/
+1
2006-02-28
Merge in upstream 'ps-surface' changes
Carl Worth
1
-1
/
+10
2006-02-28
Add testing for cairo_surface_get_type.
Carl Worth
1
-1
/
+19
2006-02-27
Implement cairo_surface_get_type
Carl Worth
1
-0
/
+5
2006-02-27
Support meta surface patterns
Keith Packard
1
-1
/
+10
2006-02-27
Drop gratuitous structure with single function pointer. Rename
Carl Worth
1
-6
/
+6
2006-02-27
Rename cairo_analyze_surface_t to cairo_analysis_surface_t.
Carl Worth
1
-9
/
+9
2006-02-27
rename evaluate surface to analyze surface, pull to separate files
Keith Packard
1
-200
/
+10
2006-02-27
Primitive "real" postscript output for stroke/fill/paint
Keith Packard
1
-10
/
+231
2006-01-21
Don't mix declarations and code. This makes the code valid ISO C, fixes a gcc...
Christian Biesinger
1
-2
/
+3
2006-01-17
Big change to the test infrastructure and supporting internals. The goal now ...
Carl Worth
1
-9
/
+16
2006-01-13
Rip out the misguided paint-with-white and RGB24 surface code and go back to ...
Carl Worth
1
-24
/
+4
2006-01-12
Add a call to cairo_copy_page, so that that gets called at least once within ...
Carl Worth
1
-21
/
+8
2006-01-11
Paint with white to intermediate RGB24 images before replaying meta-surface t...
Carl Worth
1
-1
/
+21
2006-01-11
Note that PS backend has now been switched over to use cairo_paginated_surfac...
Carl Worth
1
-3
/
+3
2006-01-11
Note that from here on out, the PDF output should always pass the entire test...
Carl Worth
1
-4
/
+20
2006-01-06
Reviewed by keithp
Carl Worth
1
-2
/
+22
2006-01-06
Reviewed by keithp
Carl Worth
1
-1
/
+53
2005-12-21
Don't implement create_similar for the test-meta or the paginated surface. Th...
Carl Worth
1
-10
/
+1
2005-12-21
Add a private cairo_paginated_surface_t which builds on top of the meta surfa...
Carl Worth
1
-0
/
+337