index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
drawing-shape.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...
Rick Yorgason
2018-10-18
1
-14
/
+14
*
New "Outline thin strokes" view mode which draws thin strokes in outline mode...
Rick Yorgason
2018-10-18
1
-0
/
+22
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-10
/
+10
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-3
/
+3
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-3
/
+3
*
Revert two changes from r15177
Marc Jeanmougin
2016-11-03
1
-2
/
+2
*
Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.
Tavmjong Bah
2016-10-19
1
-3
/
+11
*
Implement rendering for 'context-fill' and 'context-stroke' (text not handled...
Tavmjong Bah
2014-12-21
1
-4
/
+10
*
Code rearrangement to make it clearer what is happening.
Tavmjong Bah
2014-12-16
1
-4
/
+1
*
Update to trunk r13621
Liam P. White
2014-10-17
1
-4
/
+4
|
\
|
*
Merged src/display folder from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-4
/
+4
*
|
Fix build (not pretty).
Liam P. White
2014-08-18
1
-1
/
+1
|
/
*
Enable support for 'paint-order', rendering only.
Tavmjong Bah
2014-05-01
1
-6
/
+1
*
Implement 'paint-order' for shapes (and paths).
Tavmjong Bah
2014-02-18
1
-29
/
+103
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-27
/
+27
*
update 2geom's copy to r2142
Johan B. C. Engelen
2014-01-12
1
-1
/
+1
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
1
-2
/
+2
*
Revert render svg:patern segment for fill and stroke
Martin Owens
2013-10-01
1
-2
/
+2
*
Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.
Martin Owens
2013-09-18
1
-2
/
+2
*
Change outline mode rendering tolerance from 1.25 to 0.5.
Krzysztof Kosi??ski
2012-11-06
1
-1
/
+1
*
Removing redundant doxygen @brief tag.
Jon A. Cruz
2011-10-02
1
-1
/
+1
*
Warning cleanup.
Jon A. Cruz
2011-10-02
1
-2
/
+1
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
1
-1
/
+0
*
Remove duplicate bbox data from DrawingShape
Krzysztof Kosi??ski
2011-08-25
1
-9
/
+2
*
Filter background rendering now matches the SVG specification.
Krzysztof Kosi??ski
2011-08-21
1
-5
/
+6
*
Correctly invalidate cache of objects with background-accessing filters
Krzysztof Kosi??ski
2011-08-14
1
-6
/
+14
*
More generic handling of child type in DrawingItem.
Krzysztof Kosi??ski
2011-08-13
1
-6
/
+7
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-8
/
+8
*
Document things figured out during the rewriting
Krzysztof Kosi??ski
2011-08-06
1
-3
/
+3
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-0
/
+340