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-star.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-627
/
+0
2017-10-14
Fixing problems with nested LPE and convert to paths
Jabier Arraiza
1
-4
/
+5
2017-10-09
Fixes for transforms in LPE shapes
Jabiertxo Arraiza Cenoz
1
-8
/
+22
2017-09-21
Fix for bug #1715433 Clone original LPE can no longer be used to fill a power...
Jabier Arraiza
1
-0
/
+2
2017-05-29
Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im...
Jabiertxof
1
-2
/
+8
2017-05-29
Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im...
Jabiertxof
1
-2
/
+8
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+1
2015-12-07
static code analysis
Kris De Gussem
1
-6
/
+7
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2014-08-07
Redo the fix for bug #1348375
Liam P. White
1
-2
/
+3
2014-08-06
Fix another mistake introduced in r13495
Liam P. White
1
-3
/
+2
2014-08-06
Fix mistake introduced in r13495
Liam P. White
1
-2
/
+1
2014-08-06
Fix for bug #1348375 (randomized stars change on translation)
Liam P. White
1
-3
/
+5
2014-06-27
Remove the incorrect fix for the bug 1241902
Jabier Arraiza Cenoz
1
-2
/
+0
2014-06-27
Remove the incorrect fix for the bug 1241902
Jabier Arraiza Cenoz
1
-2
/
+0
2014-06-11
Fix for bug #1241902
Jabier Arraiza Cenoz
1
-0
/
+2
2014-06-07
Fix for Bug #1241902 -
Jabier Arraiza Cenoz
1
-0
/
+2
2014-01-06
Fix transforming shapes with path effect applied (bug #1247324)
Jabier Arraiza Cenoz
1
-0
/
+5
2013-10-26
Added some consts.
Markus Engel
1
-3
/
+3
2013-10-04
C++
Johan B. C. Engelen
1
-1
/
+1
2013-10-04
C++
Johan B. C. Engelen
1
-1
/
+1
2013-09-25
C++ify calling a few SPLPEItem functions, much more work than expected... slo...
Johan B. C. Engelen
1
-4
/
+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
-9
/
+8
2013-09-02
Fix bug that added transforms to new objects.
Matthew Petroff
1
-0
/
+56
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
-7
/
+6
2013-04-04
Combined some classes.
Markus Engel
1
-163
/
+166
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-12
/
+0
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
-4
/
+10
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
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-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-24
More GObject boilerplate cleanup
Alex Valavanis
1
-41
/
+15
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-09-29
Removed old calls to set_shape and update_patheffect.
Markus Engel
1
-2
/
+2
2012-08-18
Added "virtual pad" to SPStar.
Markus Engel
1
-33
/
+96
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-3
/
+3
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-15
/
+7
2011-08-22
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
1
-8
/
+3
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-2
/
+2
2011-06-26
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
1
-1
/
+1
2011-04-01
add curve before LPE to SPShape. this is useful for helperpath display. It wa...
Johan B. C. Engelen
1
-0
/
+2
[next]