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