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-rect.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-08
fix inbox#549 Rectangle missing left side
Thomas Holder
1
-0
/
+3
2019-06-01
Allow rects be LPE like other primitives
Jabier Arraiza
1
-8
/
+40
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-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-13
/
+13
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2018-04-23
Remove some documents updates
Jabier Arraiza
1
-2
/
+0
2018-03-26
Allow upadate shapen innside groups with LPE
Jabier Arraiza
1
-1
/
+1
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-3
/
+3
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2017-01-19
revert 15420 because of severe regression
Marc Jeanmougin
1
-5
/
+0
2017-01-17
Actually unsets attribute instead of ignoring it when it's 0
Marc Jeanmougin
1
-0
/
+5
2016-09-26
Fix undo/redo for mesh gradients.
Tavmjong Bah
1
-0
/
+36
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+1
2015-12-05
Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.
Tavmjong Bah
1
-6
/
+6
2015-03-16
Partial fix for bug 1430873. Ellipses should behave properly with % values.
Tavmjong Bah
1
-8
/
+16
2015-03-14
Partial fix for bug 1430873. Rectangles should behave properly with % values.
Tavmjong Bah
1
-40
/
+30
2015-03-04
scale spinboxes for rectangle toolbar. (Bug 307656)
Alvin Penner
1
-8
/
+8
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2013-10-26
Added some consts.
Markus Engel
1
-3
/
+3
2013-10-22
cppcheck
Kris De Gussem
1
-1
/
+1
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
-2
/
+2
2013-04-27
various changes
Markus Engel
1
-2
/
+0
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-1
/
+1
2013-04-10
various little changes
Markus Engel
1
-12
/
+33
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-1
/
+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
-7
/
+5
2013-04-02
Combined SPRect and CRect.
Markus Engel
1
-138
/
+127
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-18
/
+1
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+11
2013-04-01
Added experimental constructor to SPRect. Memory leaks because of non-virtual...
Markus Engel
1
-4
/
+10
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-30
Turned all functions concerning SPRect into member functions.
Markus Engel
1
-125
/
+107
2013-03-29
Renamed virtual function names.
Markus Engel
1
-15
/
+15
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-3
/
+3
2013-03-28
Fix for Bug #648233 (Measure Path extension doesn't use real superscript) by ...
Nicolas Dufour
1
-2
/
+2
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-17
Cleanup more GObject type definitions
Alex Valavanis
1
-37
/
+9
2012-12-31
clip path visual bbox refresh, second try (Bug 1005085)
Alvin Penner
1
-0
/
+2
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-4
/
+4
2012-09-29
Removed old calls to set_shape and update_patheffect.
Markus Engel
1
-1
/
+1
[next]