summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-02make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen1-89/+67
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-1/+1
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-11-01Merge from trunkTed Gould1-8/+13
2008-10-31Merge from trunkTed Gould1-23/+39
2008-10-27From trunkTed Gould1-28/+43
2008-10-11Merging from trunkTed Gould1-13/+1
2008-09-25Merge from trunk.Ted Gould1-96/+34
2008-09-20release reprs properlybulia byak1-0/+1
2008-09-20Don't clip mask surface to mask bounding box.Tavmjong Bah1-2/+4
2008-09-16Fix transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah1-4/+8
2008-09-05Make rasterization of filters into pdf respect the requested dpi.Aaron Spike1-5/+7
2008-08-31properly transform clippath: transform of the item using the clippath must al...bulia byak1-1/+12
2008-08-29Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak1-6/+16
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-32/+34
2008-08-08fix marker behavior for moveto-only pathsJohan B. C. Engelen1-2/+10
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-8/+8
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-07fix orientation of markersJohan B. C. Engelen1-10/+3
2008-06-26use CairoRenderContext::renderPathVectorJohan B. C. Engelen1-4/+2
2008-06-20add todo comment to make code prettierJohan B. C. Engelen1-0/+1
2008-06-20sp_shape_render for cairo-renderer extension now uses 2geom for marker positionsJohan B. C. Engelen1-6/+63
2008-06-20remove not used variableJohan B. C. Engelen1-1/+0
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-6/+6
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-2/+2
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-24/+20
2008-03-07patch from 168792bulia byak1-0/+5
2008-01-16now act on settings in dialogueAdib Taraben1-6/+6
2008-01-14more on blur to bitmapAdib Taraben1-42/+11
2008-01-14early version export to PS using blur to bitmapAdib Taraben1-0/+174
2007-12-26more on cairo ps/pdf optionsAdib Taraben1-18/+23
2007-12-10always build cairo backend; add interface for setting cairo surface to rendererKees Cook1-5/+0
2007-03-13dropping moved/dead filesKees Cook1-1/+0
2006-12-06Renaming sp-marker.* to marker.*Bryce Harrington1-1/+1
2006-10-02Fixed the disabled debug macro which caused warningsmiklosh1-1/+1
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+614