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-shape.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1175
/
+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
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-35
/
+3
2013-04-02
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
1
-1
/
+1
2013-04-01
Added experimental constructor to SPRect. Memory leaks because of non-virtual...
Markus Engel
1
-7
/
+14
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-19
/
+19
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-5
/
+5
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-69
/
+69
2012-12-08
Selector tool: improve responsiveness for snapping a path's internal intersec...
Diederik van Lierop
1
-2
/
+2
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
-5
/
+5
2012-09-29
Removed old calls to set_shape and update_patheffect.
Markus Engel
1
-2
/
+3
2012-09-17
fix typo in marker bbox calculation (Bug 1051131)
Alvin Penner
1
-1
/
+1
2012-08-18
As all subclasses of SPShape now have "virtual pads" with correct inheritance...
Markus Engel
1
-4
/
+1
2012-08-18
Added "virtual pad" to SPShape.
Markus Engel
1
-93
/
+158
2012-02-23
avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)
Alvin Penner
1
-1
/
+1
2012-02-15
cppcheck
Kris De Gussem
1
-2
/
+2
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-113
/
+113
2012-01-17
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
1
-3
/
+2
2012-01-04
for bbox calculation, disable call to Path::Coalesce (Bug 906952)
Alvin Penner
1
-1
/
+1
2011-08-27
Remove NRRect use from the extension system
Krzysztof Kosi??ski
1
-3
/
+4
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-197
/
+140
2011-08-25
Remove duplicate bbox data from DrawingShape
Krzysztof Kosi??ski
1
-8
/
+0
2011-08-22
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
1
-12
/
+7
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-6
/
+2
[next]