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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Eliminate SPIString::value_default
Thomas Holder
2019-11-03
1
-1
/
+1
*
refactor: TypedSPI
Thomas Holder
2019-10-28
1
-2
/
+2
*
Refactoring: call setAttribute() directly.
Shlomi Fish
2019-06-06
1
-8
/
+8
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-6
/
+3
*
extract_uri: fix, test, document
Thomas Holder
2018-12-13
1
-12
/
+9
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Replace typedef enum with enum in POD type declarations.
Emmanuel Gil Peyrot
2018-06-20
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+4
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-4
/
+5
*
[Bug #1658320] Color names have additional numbers.
peregrine
2017-02-08
1
-2
/
+2
*
Merged trunk
Adrian Boguszewski
2016-08-03
1
-2
/
+0
|
\
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-2
/
+0
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+2
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-2
/
+0
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-2
/
+2
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-4
/
+4
|
/
*
id-clash: clean up code
Johan B. C. Engelen
2014-06-11
1
-66
/
+75
*
Fix for bugs 1318657 and 1298967
mathog
2014-06-11
1
-3
/
+20
*
Clean up of style code: 'color' is not a paint. Step 1.1. Fixes bug 1312120.
Tavmjong Bah
2014-04-25
1
-2
/
+2
*
Clean up of style code: refactor marker properties. Step 3.
Tavmjong Bah
2014-04-24
1
-1
/
+1
*
Clean up of style code, converting structures to C++ classes. Step 1.
Tavmjong Bah
2014-04-23
1
-1
/
+1
*
incorrect gradient transform on copy&paste.. committing for mathog
Raphael Rosch
2014-03-12
1
-3
/
+4
*
crash on cut n paste, or alt+scroll..
Raphael Rosch
2014-02-20
1
-11
/
+28
*
minor cppcheck warning
Kris De Gussem
2013-01-22
1
-1
/
+0
*
fix possible memory leak
Kris De Gussem
2013-01-22
1
-14
/
+16
*
some memleak fixes (Bug #1043571)
Kris De Gussem
2012-09-20
1
-4
/
+3
*
Fix for 643150 : Auto-palette swatches duplicated on copy and paste
John Smith
2012-09-19
1
-0
/
+28
*
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
2012-09-03
1
-3
/
+4
*
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
2012-09-02
1
-4
/
+3
*
Fix for 165865 : markers must take object's stroke color
John Smith
2012-08-20
1
-0
/
+19
*
Fix for 722017 : Better Gradient Window
John Smith
2012-06-26
1
-0
/
+47
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-1
/
+1
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-0
/
+1
*
Port of 0.48.x branch revision 9781.
Jon A. Cruz
2011-05-28
1
-0
/
+1
*
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
2011-02-22
1
-15
/
+13
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-8
/
+7
|
\
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-2
/
+2
|
/
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-6
/
+6
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
Include inkscape:connection-start and inkscape:connection-end in ID clash res...
Stephen Silver
2008-08-11
1
-0
/
+2
*
Fix for ID clash resolution: avoid finding spurious references associated wit...
Stephen Silver
2008-08-10
1
-0
/
+2
*
Don't crash on broken references when resolving ID clashes.
Stephen Silver
2008-07-15
1
-7
/
+13
*
Resolve ID clashes when pasting (fixes bug 165936).
Stephen Silver
2008-06-24
1
-0
/
+275