index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-marker.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-13
/
+29
2012-09-17
Fix for 165865 : Fix marker color on duplicate
John Smith
1
-0
/
+33
2012-08-19
Added "virtual pad" to SPMarker.
Markus Engel
1
-50
/
+110
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-136
/
+132
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-25
/
+19
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-4
/
+5
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-5
/
+5
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-18
/
+16
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-23
/
+13
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-0
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-1
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-9
/
+9
[next]