index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
id-clash.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-20
some memleak fixes (Bug #1043571)
Kris De Gussem
1
-4
/
+3
2012-09-19
Fix for 643150 : Auto-palette swatches duplicated on copy and paste
John Smith
1
-0
/
+28
2012-09-03
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
1
-3
/
+4
2012-09-02
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
1
-4
/
+3
2012-08-20
Fix for 165865 : markers must take object's stroke color
John Smith
1
-0
/
+19
2012-06-26
Fix for 722017 : Better Gradient Window
John Smith
1
-0
/
+47
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-0
/
+1
2011-05-28
Port of 0.48.x branch revision 9781.
Jon A. Cruz
1
-0
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-15
/
+13
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-2
/
+2
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-6
/
+6
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2008-08-11
Include inkscape:connection-start and inkscape:connection-end in ID clash res...
Stephen Silver
1
-0
/
+2
2008-08-10
Fix for ID clash resolution: avoid finding spurious references associated wit...
Stephen Silver
1
-0
/
+2
2008-07-15
Don't crash on broken references when resolving ID clashes.
Stephen Silver
1
-7
/
+13
2008-06-24
Resolve ID clashes when pasting (fixes bug 165936).
Stephen Silver
1
-0
/
+275