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-lpe-item.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cppcheck
Kris De Gussem
2011-10-18
1
-6
/
+6
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-1
/
+1
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-12
/
+12
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-5
/
+4
|
\
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-1
/
+1
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-2
/
+2
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
/
*
i think this is the final fix for the LPE forking bug with clones.
Johan B. C. Engelen
2010-06-01
1
-0
/
+4
*
much better fix for lpe forking, that can no longer turn into infinite loop
Johan B. C. Engelen
2010-05-31
1
-23
/
+28
*
temporary fix, to stop lpe clone freeze
Johan B. C. Engelen
2010-05-26
1
-1
/
+2
*
better fix for lpe stack forking
Johan B. C. Engelen
2010-05-18
1
-0
/
+36
*
fix bug when forking LPE stack
Johan B. C. Engelen
2010-05-14
1
-0
/
+3
*
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
1
-14
/
+3
*
work on the lpe group undo bug. it's not solved, but i think LPE code does ev...
Johan B. C. Engelen
2009-11-23
1
-30
/
+31
*
Fix for 419577 by Johan
Josh Andler
2009-10-05
1
-1
/
+5
*
fix bug #377958: don't write inkscape:path-effect to plain svg
Johan B. C. Engelen
2009-08-26
1
-5
/
+7
*
fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do no...
bulia byak
2009-08-22
1
-0
/
+18
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
sp_lpe_item_has_path_effect now returns false if one of the effects in the st...
bulia byak
2009-03-26
1
-1
/
+13
*
move shape_editor from node context to the parent class, event context
bulia byak
2009-01-08
1
-2
/
+1
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-15
/
+19
*
From trunk
Ted Gould
2008-10-27
1
-7
/
+17
*
Merging from trunk
Ted Gould
2008-10-11
1
-11
/
+12
*
remove lpeobject_ref when invalid lpe name
Johan B. C. Engelen
2008-09-23
1
-0
/
+5
*
fix crash on entering invalid lpe name in xml
Johan B. C. Engelen
2008-09-23
1
-4
/
+3
*
Hide canvas text, too, when lpe-path-length is invisible
Maximilian Albert
2008-09-13
1
-0
/
+14
*
Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense
Maximilian Albert
2008-08-18
1
-1
/
+1
*
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
2008-08-18
1
-6
/
+3
*
Remove debugging messages
Maximilian Albert
2008-07-29
1
-4
/
+0
*
Remove now obsolete functions
Maximilian Albert
2008-07-29
1
-47
/
+0
*
Update helperpaths live also when any of the item's LPEs is modified
Maximilian Albert
2008-07-29
1
-0
/
+20
*
fix crash when simplifying an lpe path: deleting the list didn't release the ...
bulia byak
2008-07-19
1
-4
/
+11
*
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...
Maximilian Albert
2008-07-15
1
-0
/
+24
*
kill the green fish
bulia byak
2008-06-24
1
-2
/
+2
*
Update LPE helper paths "live" on changes
Maximilian Albert
2008-06-18
1
-0
/
+28
*
First step towards making helper paths for LPE items work better
Maximilian Albert
2008-06-16
1
-0
/
+19
*
put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)
Johan B. C. Engelen
2008-06-14
1
-1
/
+11
*
whitespace
Maximilian Albert
2008-06-12
1
-1
/
+1
*
Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...
Maximilian Albert
2008-06-12
1
-6
/
+21
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-3
/
+3
*
Make broken doOnApply() for LPEs work again
Maximilian Albert
2008-06-10
1
-0
/
+2
*
fix crash, report warnings instead. trying to find real cause for this (crash...
Johan B. C. Engelen
2008-06-02
1
-0
/
+8
*
Stacked LPEs should now use the right bounding box
Bastien Bouclet
2008-05-31
1
-0
/
+3
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-93
/
+312
*
Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...
Maximilian Albert
2008-05-19
1
-2
/
+4
*
Add a function doOnApply() for LPEs which is executed once when the effect is...
Maximilian Albert
2008-05-18
1
-3
/
+7
*
Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...
Bastien Bouclet
2008-05-17
1
-8
/
+13
*
fix a couple of g++-4.3 compile errors.
Peter Moulder
2008-04-24
1
-1
/
+2
*
svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...
Peter Moulder
2008-03-29
1
-451
/
+451
[next]