summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-05-04Flesh out the documentation for cairo_push_group, cairo_pop_group and friendsCarl Worth1-20/+99
2006-05-04Fix the XCB backend build for the XCB 0.9 release.Ian Osgood1-6/+6
2006-05-04Remove trailing comma in enum to pander to non-C99-conformant compilersCarl Worth1-1/+1
2006-05-04SVG: Fix the previous fix for xlink namespace.Emmanuel Pacaud1-15/+19
2006-05-04Clean up error management of xlib surface getter functions.Carl Worth2-35/+34
2006-05-04Add Xlib surface getter functions.Robert O'Callahan2-0/+81
2006-05-04SVG: Fix xml namespace declaration.Emmanuel Pacaud1-10/+14
2006-05-04Add missing prototype for _cairo_clip_translateCarl Worth1-0/+5
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan31-360/+358
2006-05-04Fix up clip at pop_group time, to keep it in surface backend coordinatesVladimir Vukicevic4-30/+93
2006-05-04Implement push_group/pop_groupVladimir Vukicevic5-108/+330
2006-05-04Implement the device_offset functionality at surface, not gstate layerCarl Worth11-148/+417
2006-05-03Quiet some 'may be used uninitialized' warnings.Carl Worth2-4/+4
2006-05-03PDF: Add new cairo_pdf_surface_set_size for doing per-page size changesCarl Worth2-15/+80
2006-05-03PS: Use ceil, not rounding when computing integers for BoundingBoxCarl Worth1-4/+4
2006-05-03SVG: Emit "svg" version in document_finish.Emmanuel Pacaud1-2/+3
2006-05-03SVG: Only "comp-op" property when svg_version >= 1.2Emmanuel Pacaud1-5/+8
2006-05-03SVG: Emit correct version property of "svg" element.Emmanuel Pacaud1-1/+8
2006-05-03PS: Add three new public functions for emitting DSC comments.Carl Worth5-8/+287
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 Pacaud3-18/+101
2006-05-02SVG: Minor documentation fixes.Emmanuel Pacaud1-3/+5
2006-05-02PS: Add cairo_ps_surface_set_size along with ps-features testCarl Worth3-18/+101
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 Pacaud2-144/+106
2006-05-01Don't return void from void-returning function (fix #6792).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: 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 Pacaud2-26/+156
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-01Copy content property when doing a snapshot of a meta surface.Emmanuel Pacaud1-0/+1
2006-04-28Fix PS Surface MemleakHenning Noren1-1/+14
2006-04-27Correct documentation to say "user space", not "user-space" where appropriate.Carl Worth1-5/+5
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-26Remove cairo.def from the generated tar file. It's not useful there.Carl Worth1-3/+0
2006-04-26WIN32: Define SHADEBLENDCAPS and SB_NONE if they are not defined. (from Tor L...Behdad Esfahbod1-0/+8
2006-04-25Support fontconfig embeddedbitmap option/handle transformation issue as well.Zhe Su1-3/+21