summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ...Johan B. C. Engelen2010-02-201-0/+2
* add option to exclude/omit text from the PDF when saving to pdfJohan B. C. Engelen2010-02-201-0/+6
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+1
* Patch for 456148 by JohanJosh Andler2009-11-081-29/+51
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen2009-01-021-89/+67
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-1/+1
* Merge from fe-movedTed Gould2008-11-211-1/+1
* Merge from trunkTed Gould2008-11-011-8/+13
* Merge from trunkTed Gould2008-10-311-23/+39
* From trunkTed Gould2008-10-271-28/+43
* Merging from trunkTed Gould2008-10-111-13/+1
* Merge from trunk.Ted Gould2008-09-251-96/+34
* release reprs properlybulia byak2008-09-201-0/+1
* Don't clip mask surface to mask bounding box.Tavmjong Bah2008-09-201-2/+4
* Fix transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah2008-09-161-4/+8
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-051-5/+7
* properly transform clippath: transform of the item using the clippath must al...bulia byak2008-08-311-1/+12
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-6/+16
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-32/+34
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-081-2/+10
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-8/+8
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* fix orientation of markersJohan B. C. Engelen2008-07-071-10/+3
* use CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-261-4/+2
* add todo comment to make code prettierJohan B. C. Engelen2008-06-201-0/+1
* sp_shape_render for cairo-renderer extension now uses 2geom for marker positionsJohan B. C. Engelen2008-06-201-6/+63
* remove not used variableJohan B. C. Engelen2008-06-201-1/+0
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-6/+6
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-2/+2
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-24/+20
* patch from 168792bulia byak2008-03-071-0/+5
* now act on settings in dialogueAdib Taraben2008-01-161-6/+6
* more on blur to bitmapAdib Taraben2008-01-141-42/+11
* early version export to PS using blur to bitmapAdib Taraben2008-01-141-0/+174
* more on cairo ps/pdf optionsAdib Taraben2007-12-261-18/+23
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-101-5/+0
* dropping moved/dead filesKees Cook2007-03-131-1/+0
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
* Fixed the disabled debug macro which caused warningsmiklosh2006-10-021-1/+1
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+614