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
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
2009-12-20
Warning cleanup
Jon A. Cruz
1
-43
/
+48
2009-12-02
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
1
-30
/
+368
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-06-12
Fix a bug where the spacing control for connectors reduced the size of
mjwybrow
1
-1
/
+1
2009-06-12
Fix a typo in a comment.
mjwybrow
1
-1
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+1
2008-10-31
Making it so that including simple-node.h will generate an error
Ted Gould
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-6
/
+3
2008-10-11
Merging from trunk
Ted Gould
1
-3
/
+4
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
[next]