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-marker.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-2
/
+2
2019-01-02
modernize loops
Marc Jeanmougin
1
-5
/
+5
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-3
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-15
/
+15
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-7
/
+7
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-7
/
+7
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+3
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2016-02-23
Fix small code buglet; found by Kris with cppcheck.
Tavmjong Bah
1
-1
/
+2
2015-12-07
static code analysis
Kris De Gussem
1
-9
/
+13
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-3
/
+3
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-3
/
+3
2014-12-15
C++ify SPMarkerView
Tavmjong Bah
1
-122
/
+90
2014-11-25
Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').
Tavmjong Bah
1
-5
/
+8
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
-16
/
+25
2014-03-04
Fix for W3C test suite test filters-light-02-f.svg. Marker refX and refY defi...
Tavmjong Bah
1
-1
/
+3
2014-02-11
suppress compiler warnings
Kris De Gussem
1
-1
/
+1
2014-02-06
Markers are never shown directly, even if outside of <defs> section.
Tavmjong Bah
1
-3
/
+7
2014-02-06
Added new base class to handle viewBox and preserveAspectRatio.
Tavmjong Bah
1
-234
/
+23
2014-01-30
Correct positioning of custom markers. Fixes #230491.
Tavmjong Bah
1
-2
/
+4
2013-10-27
"fix" some "unused parameter" warnings
Kris De Gussem
1
-2
/
+2
2013-10-26
Added some consts.
Markus Engel
1
-1
/
+1
2013-10-09
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...
Nicolas Dufour
1
-1
/
+1
2013-09-21
Drop unused static function declarations
Alex Valavanis
1
-43
/
+0
2013-08-03
reduce scope of variables
Johan B. C. Engelen
1
-4
/
+2
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
-1
/
+0
2013-04-05
Merged Group and subclasses.
Markus Engel
1
-163
/
+181
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+10
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-8
/
+23
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-20
/
+20
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-4
/
+4
2013-03-19
Fixing regression
jtx
1
-6
/
+6
2013-03-18
Fix -Wcast-align issues with SPItemCtx
Alex Valavanis
1
-1
/
+1
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-6
/
+6
2013-03-16
fix/suppress build warnings
Kris De Gussem
1
-6
/
+6
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-24
More GObject boilerplate cleanup
Alex Valavanis
1
-52
/
+24
2012-11-11
SPObject: drop sp_object_ prefix on class members
Alex Valavanis
1
-2
/
+2
[next]