index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
sp-object.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-18
Multiple fixes for the objects panel
Diederik van Lierop
1
-1
/
+3
2019-10-24
Fix gradient/mesh handles after object with gradient/mesh cloned.
Tavmjong Bah
1
-11
/
+29
2019-10-18
Make href and unhref member functions of SPObject.
Tavmjong Bah
1
-20
/
+12
2019-10-01
Support "lang" and "xml:lang" attributes.
Tavmjong Bah
1
-1
/
+28
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-1
/
+1
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-1
/
+1
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-14
/
+9
2019-01-24
Demangle: Switch to std::shared_ptr.
Emmanuel Gil Peyrot
1
-1
/
+1
2019-01-24
Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...
Emmanuel Gil Peyrot
1
-6
/
+6
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-07
Replace Broken Image xpm by SVG.
Tavmjong Bah
1
-1
/
+4
2018-10-22
Fix assert when removing LPE Definition
Jabiertxof
1
-4
/
+4
2018-10-07
Fix for NaN checking
Marc Jeanmougin
1
-8
/
+0
2018-10-07
sensible behavior when reading NaN values
Marc Jeanmougin
1
-0
/
+8
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-3
/
+3
2018-10-05
Removal of code but breaks gradients
Martin Owens
1
-49
/
+0
2018-10-04
Remove old unset code which isn't used any more
Martin Owens
1
-15
/
+0
2018-09-29
Fix for bug: #1791784 LPE path effect undo does not work
Jabier Arraiza
1
-4
/
+7
2018-09-11
Misc. typos
luz.paz
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-101
/
+101
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-10
/
+10
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-10
/
+10
2018-03-26
Fixing refs
Jabier Arraiza
1
-1
/
+5
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-1
/
+0
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-1
/
+1
2017-09-21
Remove usage of GString in sp-object.cpp
Jan Lingscheid
1
-8
/
+9
2017-02-10
Do not delete presentation attributes. Styling source is now tracked
Tavmjong Bah
1
-1
/
+4
2017-02-05
Fix styling breakage from r15471.
Tavmjong Bah
1
-1
/
+1
2017-01-24
update to trunk
Jabier Arraiza Cenoz
1
-0
/
+15
2017-01-24
Remove some code and make dependant of rotate copies
Jabiertxof
1
-15
/
+0
2017-01-07
suppress warnings on symbols dialog
Marc Jeanmougin
1
-1
/
+3
2017-01-05
Adding base
Jabiertxof
1
-0
/
+15
2016-12-28
First attemp working
Jabiertxof
1
-0
/
+14
2016-12-05
Working on mirror LPE
Jabier Arraiza Cenoz
1
-0
/
+14
2016-11-05
Fix last commit not working, LPE are cloned on copies
Jabier Arraiza Cenoz
1
-4
/
+1
2016-10-27
Fix regression in loop prevention
Marc Jeanmougin
1
-1
/
+3
2016-10-19
Fix bug:1634641 crash on delete
Jabier Arraiza Cenoz
1
-1
/
+1
2016-10-06
Fix on delete line
Jabier Arraiza Cenoz
1
-1
/
+4
2016-09-26
Add tracing code.
Tavmjong Bah
1
-0
/
+129
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2016-07-27
Renamed some functions, fixed tests
Adrian Boguszewski
1
-0
/
+3
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-22
/
+22
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-51
/
+15
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-18
/
+4
2016-07-13
Propagate changes to object tree with changes in style element
Tavmjong Bah
1
-1
/
+3
2016-07-11
First part of new SPObject children list
Adrian Boguszewski
1
-55
/
+69
[next]