summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+1
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-6/+6
| | | (bzr r10060)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-9/+7
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
|/ | | | | Privatisation tweaks (bzr r9546.1.6)
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
* fix bug when forking LPE stackJohan B. C. Engelen2010-05-141-4/+5
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 - https://launchpad.net/bugs/505400 (bzr r9419)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8405)
* Merging from trunkTed Gould2008-10-111-26/+17
| | | (bzr r6884)
* fix crash on entering invalid lpe name in xmlJohan B. C. Engelen2008-09-231-4/+3
| | | (bzr r6873)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-101-0/+2
| | | (bzr r5870)
* fix warningsJohan B. C. Engelen2008-02-291-1/+1
| | | (bzr r4905)
* Fix wrong identification of invalid effects (for unknown effects, it used to ↵Johan B. C. Engelen2008-02-061-4/+2
| | | | | default to Bend Path). Now it is reckognized as invalid effect, but still the effect is executed: meaning that "original-d" is copied to "d" instead of keeping "d" attrib. That still needs to be fixed. (bzr r4672)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-5/+26
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* warning cleanupJon A. Cruz2007-11-081-9/+9
| | | (bzr r4043)
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-1/+1
| | | (bzr r3934)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-264/+264
| | | (bzr r3884)
* LPE: fix undo bug for applying/removing effectJohan B. C. Engelen2007-09-051-3/+8
| | | (bzr r3686)
* Fix LPE:Johan B. C. Engelen2007-08-171-1/+0
| | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+260
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)