index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
splivarot.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #1290573 and #1310802
Liam P. White
2014-04-29
1
-6
/
+10
*
Improve calculation precision of stroke-to-path, for very large user units th...
Johan B. C. Engelen
2014-04-14
1
-7
/
+8
*
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
2014-03-11
1
-2
/
+2
*
Fix for Bug #1250685 (Unnecessary gender-specific terms in code).
Nicolas Dufour
2014-02-05
1
-5
/
+5
*
splivarot: Clean up assertions where possible
Alex Valavanis
2013-11-14
1
-20
/
+11
*
splivarot: scan-build fixes and cleanup
Alex Valavanis
2013-11-12
1
-22
/
+14
*
C++
Johan B. C. Engelen
2013-10-04
1
-1
/
+1
*
memleaks!
Johan B. C. Engelen
2013-09-30
1
-1
/
+2
*
merge from trunk (r12487)
su_v
2013-08-29
1
-45
/
+81
|
\
|
*
Merge bool fix and clean up the warning
Martin Owens
2013-08-12
1
-9
/
+36
|
|
\
|
|
*
Fix to do the "right thing" for difference/intersection boolean ops when
Eric Greveson
2013-08-08
1
-5
/
+31
|
|
/
|
*
Code readability improvements and licence changes for action-context.*
Eric Greveson
2013-07-04
1
-1
/
+1
|
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-36
/
+45
*
|
merge from trunk (r12322)
su_v
2013-05-05
1
-0
/
+5
|
\
|
|
*
Fix for Bug #629081 (Spiro and path operations fails) by Matthew Petroff.
Nicolas Dufour
2013-05-01
1
-0
/
+5
*
|
merge from trunk (r12224)
su_v
2013-03-19
1
-33
/
+3
|
\
|
|
*
fix/suppress build warnings
Kris De Gussem
2013-03-16
1
-33
/
+3
*
|
merge from trunk (r12181)
su_v
2013-03-08
1
-5
/
+11
|
\
|
|
*
boolops union. fix for disappearing objects (Bug 168907)
Alvin Penner
2013-03-06
1
-4
/
+7
|
*
Path->Division. patch for case where cutter is a line (Bug 177956)
Alvin Penner
2013-02-22
1
-1
/
+4
*
|
merge from trunk (r12122)
su_v
2013-02-13
1
-2
/
+2
|
\
|
|
*
for Stroke to Path, change minimum stroke width from 0.01 to 0.032 (Bug 82042...
Alvin Penner
2013-01-29
1
-2
/
+2
|
*
Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug 820...
Alvin Penner
2013-01-28
1
-2
/
+2
*
|
merge from trunk (r12051)
su_v
2013-01-22
1
-2
/
+2
|
\
|
|
*
visual bbox minimum width (Bug 1094802)
Alvin Penner
2013-01-05
1
-2
/
+2
*
|
merge from trunk (r11737)
su_v
2012-10-04
1
-2
/
+2
|
\
|
|
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-2
/
+2
*
|
From bug #1048845: proposed addition to livarot for boolean operations
su_v
2012-09-23
1
-3
/
+217
|
/
*
avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)
Alvin Penner
2012-02-23
1
-26
/
+22
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+2
*
add underscores to some member variables.
Johan B. C. Engelen
2012-01-17
1
-6
/
+6
*
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
2012-01-17
1
-1
/
+1
*
Warning and uninitialized variable cleanup.
Jon A. Cruz
2012-01-08
1
-34
/
+22
*
for bbox calculation, disable call to Path::Coalesce (Bug 906952)
Alvin Penner
2012-01-04
1
-3
/
+7
*
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
2012-01-03
1
-2
/
+2
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-2
/
+2
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-1
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-4
/
+9
|
\
|
*
Fix crashes on empty marker definitions.
Johan B. C. Engelen
2011-05-01
1
-1
/
+6
|
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
1
-3
/
+3
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-117
/
+172
|
\
|
|
*
add curve before LPE to SPShape. this is useful for helperpath display. It wa...
Johan B. C. Engelen
2011-04-01
1
-21
/
+54
|
*
Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, B...
Nicolas Dufour
2011-03-17
1
-5
/
+2
|
*
Allow for item groups in marker definitions when calculating the path outline.
Johan B. C. Engelen
2011-03-12
1
-11
/
+30
|
*
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
2011-02-22
1
-58
/
+64
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-24
/
+24
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-57
/
+61
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-57
/
+61
|
|
\
|
|
*
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
2010-07-14
1
-8
/
+8
[next]