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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-03-26
sp_lpe_item_has_path_effect now returns false if one of the effects in the st...
bulia byak
1
-1
/
+13
2009-01-08
move shape_editor from node context to the parent class, event context
bulia byak
1
-2
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-15
/
+19
2008-10-27
From trunk
Ted Gould
1
-7
/
+17
2008-10-11
Merging from trunk
Ted Gould
1
-11
/
+12
2008-09-23
remove lpeobject_ref when invalid lpe name
Johan B. C. Engelen
1
-0
/
+5
2008-09-23
fix crash on entering invalid lpe name in xml
Johan B. C. Engelen
1
-4
/
+3
2008-09-13
Hide canvas text, too, when lpe-path-length is invisible
Maximilian Albert
1
-0
/
+14
2008-08-18
Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense
Maximilian Albert
1
-1
/
+1
2008-08-18
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
1
-6
/
+3
2008-07-29
Remove debugging messages
Maximilian Albert
1
-4
/
+0
2008-07-29
Remove now obsolete functions
Maximilian Albert
1
-47
/
+0
2008-07-29
Update helperpaths live also when any of the item's LPEs is modified
Maximilian Albert
1
-0
/
+20
2008-07-19
fix crash when simplifying an lpe path: deleting the list didn't release the ...
bulia byak
1
-4
/
+11
2008-07-15
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...
Maximilian Albert
1
-0
/
+24
2008-06-24
kill the green fish
bulia byak
1
-2
/
+2
2008-06-18
Update LPE helper paths "live" on changes
Maximilian Albert
1
-0
/
+28
2008-06-16
First step towards making helper paths for LPE items work better
Maximilian Albert
1
-0
/
+19
2008-06-14
put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)
Johan B. C. Engelen
1
-1
/
+11
2008-06-12
whitespace
Maximilian Albert
1
-1
/
+1
2008-06-12
Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...
Maximilian Albert
1
-6
/
+21
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-3
/
+3
2008-06-10
Make broken doOnApply() for LPEs work again
Maximilian Albert
1
-0
/
+2
2008-06-02
fix crash, report warnings instead. trying to find real cause for this (crash...
Johan B. C. Engelen
1
-0
/
+8
2008-05-31
Stacked LPEs should now use the right bounding box
Bastien Bouclet
1
-0
/
+3
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-93
/
+312
2008-05-19
Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...
Maximilian Albert
1
-2
/
+4
2008-05-18
Add a function doOnApply() for LPEs which is executed once when the effect is...
Maximilian Albert
1
-3
/
+7
2008-05-17
Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...
Bastien Bouclet
1
-8
/
+13
2008-04-24
fix a couple of g++-4.3 compile errors.
Peter Moulder
1
-1
/
+2
2008-03-29
svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...
Peter Moulder
1
-451
/
+451
2008-03-28
Add two files that were forgotten in last commit
Johan B. C. Engelen
1
-0
/
+451