summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Inline two "style" variables.Shlomi Fish2016-09-021-4/+2
* Remove a pointless == for boolShlomi Fish2016-09-021-1/+1
* Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
* Second part of new SPObject children listAdrian Boguszewski2016-07-131-4/+4
* Add PDF/PS output support for 'paint-order' property.Tavmjong Bah2016-03-081-1/+29
* static code analysisKris De Gussem2015-10-291-1/+1
* Fix crash in PDF export introduced in r14074Marc Jeanmougin2015-05-041-1/+1
* mergingMarc Jeanmougin2015-04-261-1/+1
|\
| * Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects includ...Nicolas Dufour2015-03-171-1/+1
* | more cast cleanupMarc Jeanmougin2015-02-271-2/+1
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* | added a set to the SelectionMarc Jeanmougin2015-02-191-3/+2
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-4/+4
|/
* Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah2014-11-251-5/+5
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-74/+90
* change default pdf import resolution to 96 dpiAlvin Penner2014-11-021-1/+1
* Update to trunk r13621Liam P. White2014-10-171-0/+16
|\
| * Merge hatch rendering code from Tomasz Boczkowski.Tavmjong Bah2014-10-141-0/+16
| |\
| | * Merged hatch pdf and png export codeTomasz Boczkowski2014-10-141-0/+16
| * | Implement marker 'orient' attribute value 'auto-start-reverse'.Tavmjong Bah2014-10-141-5/+7
| |/
* | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
* | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...Tavmjong Bah2014-08-201-5/+7
|/
* Revert unintended checkin.Tavmjong Bah2014-02-251-3/+3
* Rewrite of symbol creation code. Partial fix for 1201325.Tavmjong Bah2014-02-251-3/+3
* Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N...Tavmjong Bah2014-01-151-3/+3
* Merge from trunk.Matthew Petroff2013-09-201-18/+12
|\
| * Do not require a new layer for clipping paths in the Cairo renderer.Adrian Johnson2013-09-191-2/+2
| * Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-16/+10
* | Merge from trunk.Matthew Petroff2013-09-151-3/+8
|\|
| * Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-3/+8
* | Merge from trunk.Matthew Petroff2013-09-121-6/+0
|\|
| * Move omit text feature from cairo renderer to contextDavid R. Bild2013-08-261-6/+0
* | Improve code readability.Matthew Petroff2013-08-281-2/+2
* | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+2
|/
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-9/+9
* fix margin for PDF exporting page areaJohan B. C. Engelen2012-10-281-10/+15
* add bleed/margin to pdf exportJohan B. C. Engelen2012-10-281-1/+2
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith2012-04-021-1/+1
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
|\
* | add underscores to some member variables.Johan B. C. Engelen2012-01-171-8/+8
|/
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-17/+19
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-48/+38
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-1/+0
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-4/+3
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-3/+3
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
* Fix crashes in print previewKrzysztof Kosi??ski2011-07-131-3/+5