index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
removeoverlap.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-12
Refactoring: replace funcs with methods.
Shlomi Fish
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-3
/
+8
2017-07-01
Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...
Sylvain Chiron
1
-61
/
+55
2015-12-09
Remove unused header file.
Tavmjong Bah
1
-1
/
+0
2015-04-27
removed a few "using Inkscape::Util::GSListConstIterator"
Marc Jeanmougin
1
-1
/
+0
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
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
-6
/
+6
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-0
/
+1
2011-10-29
cppcheck: variable initialisation
Kris De Gussem
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-1
/
+1
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-1
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-1
/
+1
2010-03-14
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
1
-0
/
+0
2009-05-21
Fix crash reported in bug 214186 (related to the "remove overlap" function in...
Diederik van Lierop
1
-0
/
+11
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+1
2008-10-11
Merging from trunk
Ted Gould
1
-9
/
+9
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-1
/
+1
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2007-03-10
Merge further bbox work
MenTaLguY
1
-42
/
+33
2006-07-14
- Connectors with end-markers now constrained to point downwards in graph layout
Tim Dwyer
1
-0
/
+2
2006-07-12
Previously graph layout was done using the Kamada-Kawai layout algorithm
Tim Dwyer
1
-3
/
+3
2006-05-10
Apparently a problem was reported with one of the test cases.
Tim Dwyer
1
-3
/
+3