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