summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-9/+9
2018-12-01Fix mergingJabier Arraiza1-5/+4
2018-12-01Fix merge to master and add shortcutJabier Arraiza1-4/+5
2018-12-01Improve spliter and add outline mode functionalityJabier Arraiza1-2/+2
2018-12-01Adding line to move outlineJabier Arraiza1-1/+0
2018-12-01Initial commit of split canvasJabiertxof1-1/+1
2018-11-30Replace void* by SPItem* to avoid static casts.Tavmjong Bah1-5/+6
2018-11-16Fix area on filtered elements, also force cache it for fast viewJabiertxof1-3/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-08Implement the remaining vector effects properties.Tavmjong Bah1-0/+27
2018-11-05Add filter rendering improvements by cachingJabier Arraiza1-2/+6
2018-10-19Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot1-2/+2
2018-09-11Several more typosluz.paz1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-35/+35
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-11-24Remove debugging code and other cleanup.Tavmjong Bah1-15/+1
2017-11-23First attempt at supporting HiDPI on canvas.Tavmjong Bah1-4/+21
2017-11-07Misc. typosUnknown1-1/+1
2017-01-04antialiasing options on exportMarc Jeanmougin1-6/+17
2014-12-26SPStyle ref counting clean up.Tavmjong Bah1-4/+6
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah1-14/+42
2014-12-16Code rearrangement to make it clearer what is happening.Tavmjong Bah1-42/+49
2014-12-16Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah1-0/+24
2014-10-30Re-enable warning commented out from pony2ink branchLiam P. White1-3/+2
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-0/+45
2014-10-12DrawingItem: add NULL check (bug found by clang static analyzer)Johan B. C. Engelen1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-2/+3
2014-08-18Fix build (not pretty).Liam P. White1-2/+4
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-7/+7
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-7/+7
2014-05-03Fix bounding box cache issues in general, and prevent the selector tool from ...Diederik van Lierop1-1/+1
2014-04-30Enable 'mix-blend-mode' property (rendering only).Tavmjong Bah1-8/+1
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-4/+26
2014-03-12Reverted swatchesLiam P. White1-2/+3
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-48/+48
2013-12-10New CSS blending modes (outside of filters).Tavmjong Bah1-0/+88
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour1-1/+1
2013-10-04Remove unnecessary warningKrzysztof Kosi??ski1-1/+0
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-14/+11
2013-10-01Fix possible bug in DrawingItem codeKrzysztof Kosi??ski1-0/+4
2013-10-01Minor improvements to DrawingItem code and documentationKrzysztof Kosi??ski1-8/+37
2013-09-20Fix the text filter issue and revert many changes.Martin Owens1-6/+13
2013-09-19Revert some agressive changes and allow a seperate filter bbox for FER, shoul...Martin Owens1-1/+7
2013-09-18Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens1-6/+0
2013-09-17Remove compute drawbox and replace with area_elarge, make sure we use bboxMartin Owens1-1/+3
2013-02-01Fix for Bug #1110397: Opacity of clipped group is ignored (regression)Ted Janeczko1-2/+4
2012-12-09stacked clip paths. patch by Ted Janeczko for Bug 1067271Alvin Penner1-16/+11
2012-12-09Revert r11914, better fix for bug #955141 coming.Tavmjong Bah1-27/+2
2012-11-29Fix for #955141: Converting clipped object to pattern produces rasterised pat...Tavmjong Bah1-2/+27