summaryrefslogtreecommitdiff
path: root/src/cairo-paginated-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-08-08Eliminate most compiler warnings from the test suiteCarl Worth1-1/+1
2006-07-31Set font_options on image surfaces we create.Behdad Esfahbod1-9/+28
2006-06-10Hook up device scaling so fallback_resolution starts working.Carl Worth1-2/+9
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-3/+3
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-4/+4
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+2
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-4/+4
2006-05-01Don't return void from void-returning function (fix #6792).Carl Worth1-1/+1
2006-04-27Implement paginated create_similar, moving similar images down to PS and PDF.Emmanuel Pacaud1-8/+1
2006-04-27paginated: Remove memory leak of analysis surface from _paint_pageCarl Worth1-0/+2
2006-04-25Fix default font options for PS and PDF backends.Carl Worth1-1/+10
2006-04-14Move optimization of CLEAR on blank page up from PS to paginated surface.Carl Worth1-0/+30
2006-04-14Update documentation of cairo_paginated_surfaceCarl Worth1-27/+2
2006-04-14Add a start_page function to the paginated_surface_backend.Carl Worth1-0/+19
2006-04-14Add a new cairo_paginated_surface_backend_t rather than just a single functio...Carl Worth1-14/+15
2006-04-04Merge branch 'cairo-origin' into analysis-surfaceCarl Worth1-1/+24
2006-03-24Back out use of meta-surface for similar-paginated-surface. It's not ready yet.Carl Worth1-10/+1
2006-02-28Merge in upstream 'ps-surface' changesCarl Worth1-1/+10
2006-02-28Add testing for cairo_surface_get_type.Carl Worth1-1/+19
2006-02-27Implement cairo_surface_get_typeCarl Worth1-0/+5
2006-02-27Support meta surface patternsKeith Packard1-1/+10
2006-02-27Drop gratuitous structure with single function pointer. RenameCarl Worth1-6/+6
2006-02-27Rename cairo_analyze_surface_t to cairo_analysis_surface_t.Carl Worth1-9/+9
2006-02-27rename evaluate surface to analyze surface, pull to separate filesKeith Packard1-200/+10
2006-02-27Primitive "real" postscript output for stroke/fill/paintKeith Packard1-10/+231
2006-01-21Don't mix declarations and code. This makes the code valid ISO C, fixes a gcc...Christian Biesinger1-2/+3
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth1-9/+16
2006-01-13Rip out the misguided paint-with-white and RGB24 surface code and go back to ...Carl Worth1-24/+4
2006-01-12Add a call to cairo_copy_page, so that that gets called at least once within ...Carl Worth1-21/+8
2006-01-11Paint with white to intermediate RGB24 images before replaying meta-surface t...Carl Worth1-1/+21
2006-01-11Note that PS backend has now been switched over to use cairo_paginated_surfac...Carl Worth1-3/+3
2006-01-11Note that from here on out, the PDF output should always pass the entire test...Carl Worth1-4/+20
2006-01-06Reviewed by keithpCarl Worth1-2/+22
2006-01-06Reviewed by keithpCarl Worth1-1/+53
2005-12-21Don't implement create_similar for the test-meta or the paginated surface. Th...Carl Worth1-10/+1
2005-12-21Add a private cairo_paginated_surface_t which builds on top of the meta surfa...Carl Worth1-0/+337