index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
livarot
/
Shape.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-5
/
+9
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-5
/
+5
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-13
/
+13
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2016-09-29
Fix a regression introduced by the refactoring.
Shlomi Fish
1
-1
/
+2
2016-09-03
Avoid == true / == false.
Shlomi Fish
1
-2
/
+1
2015-04-28
Fix calls to Geom::cross() - sign change.
Krzysztof Kosi??ski
1
-2
/
+2
2013-10-16
cppcheck: printf variable identifier
Kris De Gussem
1
-2
/
+2
2013-08-03
init members
Johan B. C. Engelen
1
-1
/
+6
2013-08-03
cppcheck Common realloc mistake: 'qrsData' nulled but not freed upon failure
Johan B. C. Engelen
1
-1
/
+6
2013-07-16
Shape calculations. re-introduce grid of a smaller size. (http://article.gman...
Alvin Penner
1
-4
/
+4
2013-07-01
Shape calculations. do not quantize the coordinates. (Bug 168158)
Alvin Penner
1
-4
/
+4
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-08-28
Completely remove libnr
Krzysztof Kosi??ski
1
-1
/
+0
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-3
/
+3
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-31
/
+31
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2007-02-19
Fixed unintialized variables and minor misc warnings
Jon A. Cruz
1
-1
/
+1
2006-11-05
enable Affiche
bulia byak
1
-7
/
+5
2006-04-20
resolving compiler warnings
Andrius Ramanauskas
1
-2
/
+2
2006-04-19
Rendering optimisation, which gives best results for zoomed in drawings with ...
Andrius Ramanauskas
1
-1084
/
+1106