index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
graphlayout.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Eliminate SPIString::value_default
Thomas Holder
2019-11-03
1
-1
/
+1
*
Refactoring: replace funcs with methods.
Shlomi Fish
2019-06-12
1
-2
/
+2
*
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
2019-03-06
1
-17
/
+19
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+3
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Put adaptagrams into its own folder
Marc Jeanmougin
2018-04-29
1
-3
/
+3
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-7
/
+12
*
Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...
Sylvain Chiron
2017-07-01
1
-108
/
+85
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-10
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+10
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-10
/
+0
*
Remove unused header file.
Tavmjong Bah
2015-12-09
1
-1
/
+0
*
cppification: GSList replaced by vectors (connectors)
Marc Jeanmougin
2015-12-08
1
-6
/
+3
*
static code analysis
Kris De Gussem
2015-11-13
1
-1
/
+1
*
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-2
/
+2
*
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-3
/
+3
*
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-5
/
+5
*
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
2014-11-26
1
-1
/
+1
*
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-1
/
+1
*
Clean up of style code: refactor marker properties. Step 3.
Tavmjong Bah
2014-04-24
1
-2
/
+2
*
the C++11 fails without this small change in constness of a GSList iterator
Johan B. C. Engelen
2013-11-21
1
-2
/
+2
*
Another minor pass of Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+3
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-3
/
+3
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
1
-3
/
+4
|
\
|
*
compatibility for building with clang, this failed for 2 reasons.
Campbell Barton
2011-07-02
1
-3
/
+4
*
|
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-0
/
+1
|
/
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-2
/
+3
|
\
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-2
/
+2
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
/
*
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
2010-03-14
1
-0
/
+262