summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix mergingJabier Arraiza2018-12-011-5/+4
* Fix merge to master and add shortcutJabier Arraiza2018-12-011-4/+5
* Improve spliter and add outline mode functionalityJabier Arraiza2018-12-011-2/+2
* Adding line to move outlineJabier Arraiza2018-12-011-1/+0
* Initial commit of split canvasJabiertxof2018-12-011-1/+1
* Replace void* by SPItem* to avoid static casts.Tavmjong Bah2018-11-301-5/+6
* Fix area on filtered elements, also force cache it for fast viewJabiertxof2018-11-161-3/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Implement the remaining vector effects properties.Tavmjong Bah2018-11-081-0/+27
* Add filter rendering improvements by cachingJabier Arraiza2018-11-051-2/+6
* Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot2018-10-191-2/+2
* Several more typosluz.paz2018-09-111-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-35/+35
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Remove debugging code and other cleanup.Tavmjong Bah2017-11-241-15/+1
* First attempt at supporting HiDPI on canvas.Tavmjong Bah2017-11-231-4/+21
* Misc. typosUnknown2017-11-071-1/+1
* antialiasing options on exportMarc Jeanmougin2017-01-041-6/+17
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-4/+6
* Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah2014-12-211-14/+42
* Code rearrangement to make it clearer what is happening.Tavmjong Bah2014-12-161-42/+49
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-161-0/+24
* Re-enable warning commented out from pony2ink branchLiam P. White2014-10-301-3/+2
* Update to trunk r13621Liam P. White2014-10-171-1/+46
|\
| * Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+45
| * DrawingItem: add NULL check (bug found by clang static analyzer)Johan B. C. Engelen2014-10-121-1/+1
| * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-7/+7
* | Update to experimental r13531Liam P. White2014-08-311-2/+4
|\ \
| * | Fix build (not pretty).Liam P. White2014-08-181-2/+4
* | | Update to experimental r13460Liam P. White2014-08-061-7/+7
|\| |
| * | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-7/+7
| |/
* | Update to trunkLiam P. White2014-05-041-9/+2
|\|
| * Fix bounding box cache issues in general, and prevent the selector tool from ...Diederik van Lierop2014-05-031-1/+1
| * Enable 'mix-blend-mode' property (rendering only).Tavmjong Bah2014-04-301-8/+1
* | Update to trunk/Fix GTK3 build errorsLiam P. White2014-03-191-4/+26
|\|
| * Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-4/+26
* | Reverted swatchesLiam P. White2014-03-121-2/+3
|/
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-48/+48
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-101-0/+88
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour2013-10-091-1/+1
* Remove unnecessary warningKrzysztof Kosi??ski2013-10-041-1/+0
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-14/+11
* Fix possible bug in DrawingItem codeKrzysztof Kosi??ski2013-10-011-0/+4
* Minor improvements to DrawingItem code and documentationKrzysztof Kosi??ski2013-10-011-8/+37
* Fix the text filter issue and revert many changes.Martin Owens2013-09-201-6/+13
* Revert some agressive changes and allow a seperate filter bbox for FER, shoul...Martin Owens2013-09-191-1/+7
* Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-181-6/+0
* Remove compute drawbox and replace with area_elarge, make sure we use bboxMartin Owens2013-09-171-1/+3
* Fix for Bug #1110397: Opacity of clipped group is ignored (regression)Ted Janeczko2013-02-011-2/+4