summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-mirror_reflect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-081-47/+0
| | | (bzr r6238)
* Keep original path by default for LPEMirrorReflectMaximilian Albert2008-07-041-0/+1
| | | (bzr r6150)
* Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ↵Maximilian Albert2008-06-161-2/+0
| | | | | flashing when LPE already provides a helperpath (bzr r5956)
* Second step: try to make helper curves respond faster (don't recreate/delete ↵Maximilian Albert2008-06-161-1/+1
| | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955)
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵Maximilian Albert2008-06-121-1/+2
| | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902)
* New LPE: Mirror reflectionMaximilian Albert2008-06-101-0/+47
(bzr r5875)