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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
refactor: Eliminate SPIString::value_default
Thomas Holder
1
-1
/
+1
2019-06-12
Refactoring: replace funcs with methods.
Shlomi Fish
1
-2
/
+2
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-17
/
+19
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
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-04-29
Put adaptagrams into its own folder
Marc Jeanmougin
1
-3
/
+3
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-7
/
+12
2017-07-01
Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...
Sylvain Chiron
1
-108
/
+85
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-10
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+10
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-10
/
+0
2015-12-09
Remove unused header file.
Tavmjong Bah
1
-1
/
+0
2015-12-08
cppification: GSList replaced by vectors (connectors)
Marc Jeanmougin
1
-6
/
+3
2015-11-13
static code analysis
Kris De Gussem
1
-1
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-2
/
+2
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
-5
/
+5
2014-11-26
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
1
-1
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-1
/
+1
2014-04-24
Clean up of style code: refactor marker properties. Step 3.
Tavmjong Bah
1
-2
/
+2
2013-11-21
the C++11 fails without this small change in constness of a GSList iterator
Johan B. C. Engelen
1
-2
/
+2
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-3
/
+3
2011-07-02
compatibility for building with clang, this failed for 2 reasons.
Campbell Barton
1
-3
/
+4
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-0
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-2
/
+2
2010-03-14
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
1
-1
/
+1
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-75
/
+75
2009-12-02
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
1
-0
/
+1
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-3
/
+3
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-12
/
+13
2008-10-11
Merging from trunk
Ted Gould
1
-7
/
+7
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-1
/
+12
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-15
/
+6
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2007-03-18
more judicious checking of results of find on my shape lookup table. Null
Tim Dwyer
1
-40
/
+78
2007-03-16
Added check for null bounding box of shapes involved in graph layout.
Tim Dwyer
1
-10
/
+18
2007-03-10
Merge further bbox work
MenTaLguY
1
-5
/
+7
2007-02-02
* src/graphlayout/graphlayout.cpp: For the purposes of graph layout,
mjwybrow
1
-1
/
+7
2006-07-18
We now use connector spacing to determine the minimum space required
Tim Dwyer
1
-2
/
+12
2006-07-17
remove debug messages
Tim Dwyer
1
-7
/
+1
2006-07-17
remove overlaps between connected components
Tim Dwyer
1
-0
/
+1
2006-07-17
Constraints are now properly divided up between the connected components
Tim Dwyer
1
-3
/
+12
2006-07-16
Layout algorithm is now applied to each connected component in the
Tim Dwyer
1
-12
/
+17
2006-07-14
fixed warnings
Tim Dwyer
1
-9
/
+5
[next]