index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
conn-avoid-ref.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-27
Fix #336 Connector avoid bbox of non-shapes
Thomas Holder
1
-4
/
+13
2019-07-27
Crashfix for connectors avoid selected items
Nathan Lee
1
-3
/
+4
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-05-12
Stop Connector tool avoidance crash in flatpak
Nathan Lee
1
-2
/
+6
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-5
/
+5
2018-12-14
DocumentUndo::ScopedInsensitive
Thomas Holder
1
-4
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
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-04-29
Put adaptagrams into its own folder
Marc Jeanmougin
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-13
/
+15
2017-07-01
Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...
Sylvain Chiron
1
-10
/
+5
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-1
/
+1
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-9
/
+9
2016-02-15
Sync 2Geom to e7245a01127647cd20b0d851a0a622d9ded38d23.
Krzysztof Kosi??ski
1
-2
/
+2
2015-12-08
cppification: GSList replaced by vectors (connectors)
Marc Jeanmougin
1
-14
/
+12
2015-10-28
static code analysis
Kris De Gussem
1
-1
/
+1
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-2
/
+2
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-2
/
+2
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-2
/
+2
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-2
/
+3
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-11-26
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
1
-2
/
+2
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-2
/
+2
2013-10-24
fix crash bug 1237676
Johan B. C. Engelen
1
-12
/
+18
2013-04-05
Merged Shape and subclasses. Cleaned up a bit.
Markus Engel
1
-1
/
+1
2012-11-30
Step 1. Remove junk and keep functionality.
Martin Owens
1
-238
/
+5
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-1
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-1
/
+1
2011-07-01
Give a chance to a shape to have an up to date curve before approximating it ...
Gellule Xg
1
-0
/
+1
2011-02-20
Pass removing some outdated C-macro use.
Jon A. Cruz
1
-8
/
+7
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-9
/
+9
2010-10-26
Fix bug #666586: Connector routing regression
Michael Wybrow
1
-3
/
+9
2010-08-13
Revs 9706-9709 from trunk to fix Uniconvertor and 3 connector crashes
Josh Andler
1
-3
/
+4
2010-08-13
Fixes bug #590047: assertion crash in libavoid when marking shapes as not
Michael Wybrow
1
-3
/
+4
2010-07-20
More on c++ification and some XML privatisation
Abhishek Sharma public
1
-1
/
+2
2010-07-14
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
1
-1
/
+1
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-1
/
+1
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-4
/
+4
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
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
-3
/
+3
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-2
/
+2
2009-12-27
Connector tool: make connectors avoid the convex hull of shapes.
Arcadie M. Cracan
1
-149
/
+145
[next]