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-tref.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-27
fix heap-use-after-free on "Unlink Clone"
Thomas Holder
1
-0
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-05
remove Inkscape::URI::toString
Thomas Holder
1
-2
/
+2
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
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
-14
/
+14
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-03-26
Fixing refs
Jabier Arraiza
1
-2
/
+0
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-01
First batch
Marc Jeanmougin
1
-7
/
+3
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-1
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+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
-3
/
+3
2016-04-29
Backout last commit as it introduced subtle errors.
Tavmjong Bah
1
-2
/
+1
2016-04-29
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.
Tavmjong Bah
1
-1
/
+2
2015-12-05
Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.
Tavmjong Bah
1
-1
/
+1
2015-02-25
create SPObject factory
Liam P. White
1
-13
/
+1
2014-12-25
Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().
Tavmjong Bah
1
-6
/
+2
2014-07-28
noop: remove commented-out code that is dangerous and should not come back
Johan B. C. Engelen
1
-7
/
+0
2013-10-26
Added some consts.
Markus Engel
1
-5
/
+18
2013-10-01
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
1
-7
/
+7
2013-09-24
change names for displayName and detailedDescription, improve char code and r...
Martin Owens
1
-2
/
+2
2013-09-20
Refactor status-bar text for multiple items, was very broken
Martin Owens
1
-16
/
+18
2013-09-16
Removed TypeInfo; adjusted Factory to meet code style conventions.
Markus Engel
1
-1
/
+1
2013-07-31
Removed placement news / explicit destructor calls.
Markus Engel
1
-6
/
+6
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-1
/
+1
2013-04-10
Removed old SPObject factory.
Markus Engel
1
-3
/
+1
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-2
/
+0
2013-04-05
Merged Item.
Markus Engel
1
-9
/
+7
2013-04-05
Merged more classes.
Markus Engel
1
-146
/
+88
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-1
/
+1
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+9
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-4
/
+12
2013-04-01
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
1
-2
/
+2
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-13
/
+13
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-5
/
+5
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-24
More GObject boilerplate cleanup
Alex Valavanis
1
-36
/
+11
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-2
/
+2
2012-08-19
Added "virtual pad" to SPTRef.
Markus Engel
1
-44
/
+87
2012-02-15
cppcheck
Kris De Gussem
1
-19
/
+21
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-1
/
+1
2011-09-04
Fix crashes with empty text objects
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-19
/
+13
[next]