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