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-offset.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-18
reduce usage of desktop coordinates (#341)
Thomas Holder
1
-1
/
+1
2019-06-06
Style fixes.
Shlomi Fish
1
-6
/
+6
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-7
/
+7
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-11
Requested revisions + more typos and grammar fixes
luz.paz
1
-3
/
+3
2018-09-11
Misc. typos
luz.paz
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-38
/
+38
2018-05-14
Source typos
luz.paz
1
-3
/
+3
2018-05-14
Misc. typos
luz.paz
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2017-10-12
Update POTFILES.in etc. after renaming
Stefano Facchini
1
-2
/
+2
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-2
/
+5
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+1
2016-03-24
Revert revision #14156 because problems with offsets, see coments added
Jabier Arraiza Cenoz
1
-1
/
+3
2015-05-16
Potential fix for 384688 (A linked offset to a text object is malformed...)
Tavmjong Bah
1
-1
/
+1
2015-04-28
Fix calls to Geom::cross() - sign change.
Krzysztof Kosi??ski
1
-1
/
+1
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2014-07-28
Fix placement news and calls to destructor. Fixes crash regressions #1348891,...
Liam P. White
1
-5
/
+0
2014-06-07
Undo changes in r13391
Liam P. White
1
-11
/
+11
2014-06-06
Clean up some unnecessary pointer usage in livarot
Liam P. White
1
-11
/
+11
2013-11-14
More scan-build null pointer checks
Alex Valavanis
1
-16
/
+9
2013-10-26
Added some consts.
Markus Engel
1
-3
/
+3
2013-09-24
change names for displayName and detailedDescription, improve char code and r...
Martin Owens
1
-1
/
+1
2013-09-20
Refactor status-bar text for multiple items, was very broken
Martin Owens
1
-7
/
+9
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
-1
/
+0
2013-04-05
Merged more classes.
Markus Engel
1
-1
/
+0
2013-04-05
Merged Shape and subclasses. Cleaned up a bit.
Markus Engel
1
-10
/
+8
2013-04-04
Combined some classes.
Markus Engel
1
-186
/
+345
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-40
/
+6
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+10
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-7
/
+13
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-16
/
+16
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-4
/
+4
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-48
/
+13
2013-01-17
const ....
Johan B. C. Engelen
1
-1
/
+1
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-2
/
+2
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-1
/
+1
2012-09-29
Removed old calls to set_shape and update_patheffect.
Markus Engel
1
-1
/
+1
2012-08-18
Added "virtual pad" to SPOffset.
Markus Engel
1
-44
/
+96
[next]