summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Bug #1417470] Fix PDF+TeX output for text inside groups with clip/maskMax Gaukler2017-06-131-3/+32
| | | | | Fixes Bug: - https://launchpad.net/bugs/1417470
* Fix PDF export with respect to 'image-rendering'.Tavmjong Bah2017-05-291-5/+5
| | | (bzr r15715)
* [Bug #1537497] Icon preview doesn't render background.tghs2017-01-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1537497 (bzr r15446)
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-3/+3
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* Renamed children list in SPObjectAdrian Boguszewski2016-07-141-3/+3
| | | (bzr r14954.1.21)
* Second part of new SPObject children listAdrian Boguszewski2016-07-131-12/+11
| | | (bzr r14954.1.19)
* Add PDF/PS output support for 'paint-order' property.Tavmjong Bah2016-03-081-17/+73
| | | (bzr r14696)
* Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah2016-01-091-1/+2
| | | (bzr r14569)
* replaced remaining GHashTable with std::mapMarc Jeanmougin2015-12-091-7/+7
| | | (bzr r14504.1.16)
* static code analysisKris De Gussem2015-12-071-3/+3
| | | (bzr r14510)
* merged trunkTomasz Boczkowski2015-05-091-0/+1
|\ | | | | (bzr r14059.1.21)
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-0/+1
| | | | | | (bzr r14126)
* | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-8/+8
| | | | | | (bzr r14059.1.20)
* | Introduced fixes after merge proposal reviewTomasz Boczkowski2015-05-031-1/+0
| | | | | | (bzr r14059.1.16)
* | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-8/+8
|\ \ | |/ |/| (bzr r14059.1.2)
| * SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-271-8/+8
| | | | | | (bzr r13341.6.19)
| * SPPattern c++-sification: replaced guint by bool and enumTomasz Boczkowski2014-05-261-2/+2
| | | | | | (bzr r13341.6.16)
* | Enable PDF/PS/EPS export for gradient mesh (bug #1363369)Adrian Johnson2015-03-071-0/+5
| | | | | | (bzr r13971)
* | change default pdf import resolution to 96 dpiAlvin Penner2014-11-021-3/+3
| | | | | | (bzr r13660)
* | Refactoring hatch to remove memory leaks (bad GTKish casting macros) and ↵Jon A. Cruz2014-10-181-10/+11
| | | | | | | | | | uninitialized value. (bzr r13622)
* | Merged hatch pdf and png export codeTomasz Boczkowski2014-10-141-17/+99
|/ | | (bzr r13611.1.9)
* cairo-render-context: swap order of header inclusion to redefinition clash ↵Johan B. C. Engelen2014-03-211-1/+1
| | | | | of #define STRICT in pangowin32.h with windef.h (pango should check if STRICT is already defined or not) (bzr r13180)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-3/+7
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* Set bitmap upscaling preference in Cairo based PS and PDF output.Tavmjong Bah2014-02-121-1/+22
| | | (bzr r13025)
* drop useless checks for hard Cairo version dependencyAlex Valavanis2014-01-151-4/+0
| | | (bzr r12933)
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-4/+4
| | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-24/+23
| | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* use multiple graphic/text layers for pdf+latex outputDavid R. Bild2013-08-291-2/+32
| | | | | | Fixed bugs: - https://launchpad.net/bugs/771957 (bzr r12487.1.2)
* Move omit text feature from cairo renderer to contextDavid R. Bild2013-08-261-0/+14
| | | (bzr r12487.1.1)
* Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-3/+2
|\ | | | | (bzr r12471)
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-3/+2
| | | | | | (bzr r12380.1.54)
* | code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-1/+1
|/ | | (bzr r12469)
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-8/+8
| | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311)
* Convert a couple of C-style pointer castsAlex Valavanis2013-03-231-1/+1
| | | (bzr r12237)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
| | | (bzr r11011)
* cppcheckKris De Gussem2012-02-151-1/+1
| | | (bzr r10987)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-30/+16
| | | (bzr r10952)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* cppcheckKris De Gussem2011-10-151-1/+1
| | | (bzr r10678)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10666)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-14/+9
| | | (bzr r10582.1.5)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-50/+51
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-4/+4
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-4/+3
| | | (bzr r10347.1.21)
* Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-061-58/+7
| | | | | | | | Cairo formats. Fixes LP #804311 Fixed bugs: - https://launchpad.net/bugs/804311 (bzr r10421)
* Warning cleanup.Jon A. Cruz2011-06-221-7/+8
| | | (bzr r10339)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-3/+3
|\ | | | | (bzr r9508.1.89)
| * corrected fill-rule handling in pdf export, fixes bug:436962Adib Taraben2011-05-071-3/+3
| | | | | | (bzr r10198.1.1)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-27/+55
|\| | | | | (bzr r9508.1.73)
| * apparently bbox numbers in PS should be integers.Johan B. C. Engelen2011-03-131-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10100)