summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-02Inline two "style" variables.Shlomi Fish1-4/+2
2016-09-02Remove a pointless == for boolShlomi Fish1-1/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-4/+4
2016-03-08Add PDF/PS output support for 'paint-order' property.Tavmjong Bah1-1/+29
2015-10-29static code analysisKris De Gussem1-1/+1
2015-05-04Fix crash in PDF export introduced in r14074Marc Jeanmougin1-1/+1
2015-03-17Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects includ...Nicolas Dufour1-1/+1
2015-02-27more cast cleanupMarc Jeanmougin1-2/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19added a set to the SelectionMarc Jeanmougin1-3/+2
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-4/+4
2014-11-25Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah1-5/+5
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-74/+90
2014-11-02change default pdf import resolution to 96 dpiAlvin Penner1-1/+1
2014-10-14Implement marker 'orient' attribute value 'auto-start-reverse'.Tavmjong Bah1-5/+7
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-0/+16
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-1/+1
2014-08-20Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...Tavmjong Bah1-5/+7
2014-02-25Revert unintended checkin.Tavmjong Bah1-3/+3
2014-02-25Rewrite of symbol creation code. Partial fix for 1201325.Tavmjong Bah1-3/+3
2014-01-15Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N...Tavmjong Bah1-3/+3
2013-09-19Do not require a new layer for clipping paths in the Cairo renderer.Adrian Johnson1-2/+2
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-16/+10
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski1-3/+8
2013-08-28Improve code readability.Matthew Petroff1-2/+2
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+2
2013-08-26Move omit text feature from cairo renderer to contextDavid R. Bild1-6/+0
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-9/+9
2012-10-28fix margin for PDF exporting page areaJohan B. C. Engelen1-10/+15
2012-10-28add bleed/margin to pdf exportJohan B. C. Engelen1-1/+2
2012-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith1-1/+1
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-8/+8
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-17/+19
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-48/+38
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-1/+0
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-4/+3
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-3/+3
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-1/+1
2011-07-13Fix crashes in print previewKrzysztof Kosi??ski1-3/+5
2011-07-06Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski1-10/+6
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-6/+5
2011-05-05symbol rendering fix for bug:705345Adib Taraben1-3/+3
2011-05-01Fix crashes on empty marker definitions.Johan B. C. Engelen1-5/+7
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-24/+32
2011-02-02update to latest 2geom !Johan B. C. Engelen1-23/+23
2011-01-17remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben1-1/+16