index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-item.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-434
/
+0
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2017-05-23
selection chemistry: implement z-stack order
chr
1
-2
/
+2
2016-11-02
Add some unit tests for object-set cppification
Marc Jeanmougin
1
-0
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2015-03-16
Partial fix for bug 1430873. Ellipses should behave properly with % values.
Tavmjong Bah
1
-0
/
+1
2014-11-07
Doc comment cleanup.
Jon A. Cruz
1
-14
/
+136
2014-10-14
Merged src/sp-item.h from svg-paints-support branch
Tomasz Boczkowski
1
-0
/
+4
2014-09-27
Update to experimental r13565
Liam P. White
1
-12
/
+28
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-12
/
+13
2014-08-04
Add context to TODO comment
Liam P. White
1
-1
/
+2
2014-08-04
Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...
Liam P. White
1
-1
/
+8
2014-07-12
Fix moving of item center: 1) at paste and 2) at changing document units
Diederik van Lierop
1
-0
/
+1
2014-03-02
Attempt at merging certaing features of Ponyscape to trunk (will not link)
Liam P. White
1
-0
/
+4
2014-03-02
Experimental merge of Ponyscape features into trunk (will not compile)
Liam P. White
1
-0
/
+10
2013-10-26
Added some consts.
Markus Engel
1
-11
/
+14
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
-0
/
+1
2013-09-15
Added runtime check in SP_-cast macros.
Markus Engel
1
-1
/
+1
2013-09-14
Modified SP_IS_ macros.
Markus Engel
1
-1
/
+1
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-1
/
+1
2013-04-05
Merged Item.
Markus Engel
1
-35
/
+4
2013-04-02
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
1
-1
/
+2
2013-04-01
Added experimental constructor to SPRect. Memory leaks because of non-virtual...
Markus Engel
1
-1
/
+4
2013-04-01
Replaced all casting macros with glib-independent ones.
Markus Engel
1
-3
/
+2
2013-03-29
Renamed virtual function names.
Markus Engel
1
-15
/
+15
2013-03-29
Added "virtual pads" to
Markus Engel
1
-1
/
+1
2013-03-19
Fixing regression
jtx
1
-2
/
+2
2013-03-18
Fix -Wcast-align issues with SPItemCtx
Alex Valavanis
1
-2
/
+1
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-2
/
+2
2013-03-14
Fix another load of forward declaration tags
Alex Valavanis
1
-2
/
+2
2013-03-14
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
1
-1
/
+1
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-19
/
+4
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-28
/
+28
2012-08-17
Added "virtual pad" to SPItem.
Markus Engel
1
-0
/
+32
2012-07-05
Fix for 181473 : Layers drag and drop
John Smith
1
-0
/
+1
2012-05-11
UI. Filtered objects count (patch by David Mathog).
Nicolas Dufour
1
-0
/
+1
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
1
-2
/
+8
2011-09-06
Obey to dont-scale-strokewidth preference, even when scaling one dimension to...
Diederik van Lierop
1
-0
/
+2
2011-09-04
Compute visual bounding box only when needed
Krzysztof Kosi??ski
1
-0
/
+2
2011-09-04
1) Fix absolute scaling in transform dialog
Diederik van Lierop
1
-0
/
+1
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-5
/
+4
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-11
/
+14
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-2
/
+2
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-9
/
+6
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-1
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-1
/
+2
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-26
/
+26
[next]