summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-shape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-12Move from deprecated GTimeVal to g_get_monotonic_time()Jabier Arraiza1-5/+4
2019-01-02modernize loopsMarc Jeanmougin1-12/+12
2018-12-01Improve spliter and add outline mode functionalityJabier Arraiza1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-08Implement the remaining vector effects properties.Tavmjong Bah1-2/+2
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason1-14/+14
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason1-0/+22
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2016-11-03Revert two changes from r15177Marc Jeanmougin1-2/+2
2016-10-19Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah1-3/+11
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah1-4/+10
2014-12-16Code rearrangement to make it clearer what is happening.Tavmjong Bah1-4/+1
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-4/+4
2014-08-18Fix build (not pretty).Liam P. White1-1/+1
2014-05-01Enable support for 'paint-order', rendering only.Tavmjong Bah1-6/+1
2014-02-18Implement 'paint-order' for shapes (and paths).Tavmjong Bah1-29/+103
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-27/+27
2014-01-12update 2geom's copy to r2142Johan B. C. Engelen1-1/+1
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-2/+2
2013-10-01Revert render svg:patern segment for fill and strokeMartin Owens1-2/+2
2013-09-18Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens1-2/+2
2012-11-06Change outline mode rendering tolerance from 1.25 to 0.5.Krzysztof Kosi??ski1-1/+1
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-1/+1
2011-10-02Warning cleanup.Jon A. Cruz1-2/+1
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-08-25Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski1-9/+2
2011-08-21Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski1-5/+6
2011-08-14Correctly invalidate cache of objects with background-accessing filtersKrzysztof Kosi??ski1-6/+14
2011-08-13More generic handling of child type in DrawingItem.Krzysztof Kosi??ski1-6/+7
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-8/+8
2011-08-06Document things figured out during the rewritingKrzysztof Kosi??ski1-3/+3
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-0/+340