summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-03Update version to 1.1.4 and add notes to NEWS file.1.1.4Carl Worth1-0/+65
2006-05-03RELEASING: Replace references to ChangeLog with git log commands (and improve...Carl Worth2-14/+17
2006-05-03SVG: Enable the SVG backend to be built by default (if dependencies are met)Carl Worth1-2/+2
2006-05-03Add backend-specific reference images to EXTRA_DIST so they'll go out in the ...Carl Worth1-0/+29
2006-05-03ROADMAP: Indicate that PS printing-oriented API is done now.Carl Worth1-3/+6
2006-05-03PS: Add three new public functions for emitting DSC comments.Carl Worth7-25/+325
2006-05-02pdf2png: Use new poppler_page_render to render directly through cairo.Carl Worth1-11/+27
2006-05-02SVG: Convert SVG file with a resolution of 72 dpi.Emmanuel Pacaud1-2/+1
2006-05-02SVG: Really use width and height in point unit.Emmanuel Pacaud1-2/+23
2006-05-02Merge branch 'master' of git+ssh://emmanuel@git.cairographics.org/git/cairoEmmanuel Pacaud6-18/+243
2006-05-02SVG: Minor documentation fixes.Emmanuel Pacaud1-3/+5
2006-05-02PS: Add cairo_ps_surface_set_size along with ps-features testCarl Worth6-18/+243
2006-05-02atsui: Add missing check of return-value of malloc.Carl Worth1-1/+7
2006-05-02Make backend-specific function set a surface error on type mismatch.Carl Worth4-11/+19
2006-05-02SVG: Rework of API for SVG selection.Emmanuel Pacaud4-227/+109
2006-05-01Don't return void from void-returning function (fix #6792).Carl Worth1-1/+1
2006-05-01ROADMAP: Mark bug #4705 as fixed.Carl Worth1-1/+1
2006-05-01Fix silly typo from previous commit.Carl Worth1-3/+3
2006-05-01Support multiple glyph image formats within the same font (fix #4705).Carl Worth1-13/+48
2006-05-01SVG: Add reference images for tests failing on 1 digit error on color.Emmanuel Pacaud14-0/+0
2006-05-01SVG: Correct use of paginated surface. Fix emit of alpha filter.Emmanuel Pacaud1-12/+13
2006-05-01SVG: Trivial indentation and comment fixes.Emmanuel Pacaud1-13/+18
2006-05-01SVG: Remove outdated comment.Emmanuel Pacaud1-4/+0
2006-05-01SVG: Fix error handling in create_for_document and in composite_image_pattern.Emmanuel Pacaud1-8/+12
2006-05-01SVG: Add an additionnal API for creating SVG 1.1 or 1.2 files.Emmanuel Pacaud4-26/+206
2006-05-01SVG: Some variable/type renaming.Emmanuel Pacaud1-25/+25
2006-05-01SVG: Reenable optimisation of CLEAR and SOURCE in paint when there'sEmmanuel Pacaud1-3/+4
2006-05-01SVG: Code cleanup.Emmanuel Pacaud1-4/+1
2006-05-01SVG: Initial support of operators support via image fallbacks.Emmanuel Pacaud1-33/+67
2006-05-01SVG: Sort of working implementation of a SVG backend with paginated surfaceEmmanuel Pacaud1-37/+97
2006-05-01SVG: First pass for analyze-surface supportEmmanuel Pacaud1-7/+85
2006-05-01SVG: Ignore SVG test files.Emmanuel Pacaud1-0/+2
2006-05-01SVG: Update rgb24 reference files.Emmanuel Pacaud5-0/+0
2006-05-01Copy content property when doing a snapshot of a meta surface.Emmanuel Pacaud1-0/+1
2006-05-01Merge branch 'origin'Emmanuel Pacaud53-268/+487
2006-05-01SVG: Reenable operator tests, and rgb24 surface are meta-surfaces.Emmanuel Pacaud1-9/+1
2006-04-29Add missing file leaky-dash-ref.pngCarl Worth1-0/+0
2006-04-28Fix PS Surface MemleakHenning Noren1-1/+14
2006-04-27Add line-width-scale test to demonstrate cairo_set_line_width bugCarl Worth5-0/+187
2006-04-27Correct documentation to say "user space", not "user-space" where appropriate.Carl Worth1-5/+5
2006-04-27Use CLEAR operator in mask.c in order to not trig image fallbackEmmanuel Pacaud1-2/+1
2006-04-27Optimisation of CLEAR operator in meta-surface.Emmanuel Pacaud2-1/+16
2006-04-27Implement paginated create_similar, moving similar images down to PS and PDF.Emmanuel Pacaud3-12/+19
2006-04-27paginated: Remove memory leak of analysis surface from _paint_pageCarl Worth1-0/+2
2006-04-27Add reference to cairo_surface_set_user_data in docs. for cairo_image_surface...Carl Worth1-0/+3
2006-04-26Move 1.4 schedule up. Add more bugs from sunmoon1997Carl Worth1-1/+3
2006-04-26Add a couple more items to the 1.2.0 ROADMAPCarl Worth1-0/+2
2006-04-26Update ROADMAP with suggestions from discussion of 1.1.2 snapshotCarl Worth1-0/+7
2006-04-27Use a single LDADD variable instead of a per-test oneChristian Biesinger1-86/+7
2006-04-26Remove cairo.def from the generated tar file. It's not useful there.Carl Worth2-115/+118