index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
sp-shape.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
refactor: Eliminate SPIString::value_default
Thomas Holder
1
-3
/
+3
2019-10-30
Fix initial transform of shape in opened file.
Nathan Lee
1
-1
/
+4
2019-10-18
Make href and unhref member functions of SPObject.
Tavmjong Bah
1
-4
/
+8
2019-10-01
Use two bounding box caches instead of one
Nathan Lee
1
-5
/
+12
2019-09-30
Reduce memory leaks when dragging shapes
Nathan Lee
1
-1
/
+2
2019-06-20
Fix bounding box cache invalidation for filters
octycs
1
-3
/
+3
2019-06-01
Cache bounding box of shapes
octycs
1
-0
/
+15
2019-01-02
modernize loops
Marc Jeanmougin
1
-15
/
+15
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-11
Fix bug 1684238
Jabiertxof
1
-1
/
+6
2018-08-15
Relative values for strokes:
Tavmjong Bah
1
-0
/
+40
2018-06-21
Move global functions into SPPrintContext methods.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-6
/
+6
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-21
/
+21
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-12
/
+12
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-12
/
+12
2018-04-23
Fixing LPE recalculations warnings on update
Jabier Arraiza
1
-0
/
+3
2018-03-28
Fix bug: 1758477
Jabier Arraiza
1
-5
/
+1
2018-03-28
Fix LPE updating problems
Jabiertxo Arraiza Cenoz
1
-1
/
+1
2018-03-26
Allow upadate shapen innside groups with LPE
Jabier Arraiza
1
-3
/
+2
2018-03-26
Allow path move
Jabier Arraiza
1
-3
/
+1
2018-03-26
Fixing refs
Jabier Arraiza
1
-2
/
+4
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-26
/
+85
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2017-05-07
Fix a bug on tapper stroke detected with Ede_123 on IRC
Jabiertxof
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-8
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+8
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-8
/
+1
2015-02-25
Collect util/ into a static library
Liam P. White
1
-1
/
+1
2014-12-23
Use gray for 'context-fill' and 'context-stroke' in marker selector.
Tavmjong Bah
1
-12
/
+32
2014-12-21
Implement rendering for 'context-fill' and 'context-stroke' (text not handled...
Tavmjong Bah
1
-5
/
+22
2014-11-25
Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').
Tavmjong Bah
1
-5
/
+5
2014-10-25
Cleaned casts from sp-shape by fixing member type.
Jon A. Cruz
1
-66
/
+64
2014-10-14
Implement marker 'orient' attribute value 'auto-start-reverse'.
Tavmjong Bah
1
-6
/
+14
2014-10-05
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree
Liam P. White
1
-1
/
+1
2014-08-20
Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...
Tavmjong Bah
1
-6
/
+14
2014-07-28
related to lp:inkscape r13474, remove unnecessary/broken placement news
Johan B. C. Engelen
1
-2
/
+0
2014-04-24
Clean up of style code: refactor marker properties. Step 3.
Tavmjong Bah
1
-3
/
+3
2013-10-28
"fix" some "unused parameter" warnings
Kris De Gussem
1
-1
/
+1
2013-10-26
Added some consts.
Markus Engel
1
-4
/
+3
2013-09-26
random code cleanup
Johan B. C. Engelen
1
-28
/
+19
2013-09-25
C++ify calling a few SPLPEItem functions, much more work than expected... slo...
Johan B. C. Engelen
1
-1
/
+1
2013-06-14
Do not allow markers for children of markers (prevent loop)
Martin Owens
1
-0
/
+7
2013-05-26
Prevent crash from middle marker when a path or polyline has only one point.
Tavmjong Bah
1
-2
/
+4
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-2
/
+0
2013-04-05
Merged Item.
Markus Engel
1
-1
/
+0
2013-04-05
Merged more classes.
Markus Engel
1
-10
/
+8
2013-04-05
Merged Shape and subclasses. Cleaned up a bit.
Markus Engel
1
-173
/
+193
[next]