summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* and two more files that were missed in lpe-group commitJohan B. C. Engelen2008-03-282-0/+116
| | | (bzr r5221)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-285-21/+98
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-275-20/+264
| | | (bzr r5209)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-261-24/+17
| | | (bzr r5190)
* Corrected initialization orderJon A. Cruz2008-03-241-1/+1
| | | (bzr r5185)
* prepare PathParam for linking to other objectJohan B. C. Engelen2008-03-232-21/+29
| | | (bzr r5180)
* set primary path storage to vector<path> in lpe-PathParam. only convert to ↵Johan B. C. Engelen2008-03-232-17/+61
| | | | | pwd2 when needed. (bzr r5179)
* return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen2008-03-232-2/+2
| | | (bzr r5177)
* remove multiple inheritance from lpe PathParam. since it is often desired to ↵Johan B. C. Engelen2008-03-236-17/+40
| | | | | get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176)
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-221-8/+8
| | | (bzr r5171)
* fix fileJohan B. C. Engelen2008-03-221-204/+0
| | | (bzr r5166)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-222-2/+206
| | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165)
* Line-end fixupsJon A. Cruz2008-03-222-275/+275
| | | (bzr r5161)
* temporary fix. removed LPE context verb. now toolbar is normal again in windows.Johan B. C. Engelen2008-03-211-1/+1
| | | (bzr r5153)
* clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ↵Johan B. C. Engelen2008-03-213-43/+44
| | | | | object. It's the next step. (bzr r5151)
* Clean up event handler functions of pointparam-knotholder.cppJohan B. C. Engelen2008-03-211-74/+5
| | | (bzr r5144)
* add pointparam-knotholder files to Makefile_insertJohan B. C. Engelen2008-03-201-0/+2
| | | (bzr r5137)
* forgot to commit the two essential files! sorry to break the build for a secondJohan B. C. Engelen2008-03-202-0/+343
| | | (bzr r5136)
* remove #ifdef that was used to disable on-canvas editing.Johan B. C. Engelen2008-03-201-7/+4
| | | | | fix initialization of PointParam (bzr r5135)
* define color of point parameter in LPEdoEffectStackTestJohan B. C. Engelen2008-03-201-2/+4
| | | | | add tooltips to parameters of LPEdoEffectStackTest (bzr r5134)
* Add on-canvas editing of LPE PointParam.Johan B. C. Engelen2008-03-202-2/+25
| | | | | | | | * made special KnotHolder for Pointparameters. todo: * pointparam numerical widgets display SVG info, instead of desktop coordinates. must be fixed * knots cannot be selected and moved by keys (bzr r5133)
* lpe-sketch: deal with empty input. fix bug #201735.JF Barraud2008-03-161-5/+6
| | | (bzr r5105)
* lpe-sketch: fixed a bug about construction lines being all stacked on a ↵JF Barraud2008-03-161-38/+19
| | | | | single component. (bzr r5104)
* lpe-vonkoch: complexity bound + choose bbox/segment as reference.JF Barraud2008-03-163-77/+171
| | | | | lpe-knot: support for self intersecting bezier (will be moved to 2geom). (bzr r5103)
* skeletal-stroke: offset parameters are back again... optionaly proportional ↵JF Barraud2008-03-093-13/+55
| | | | | to pattern size. (bzr r5007)
* changed vonkoch to use bbox of input object as reference.JF Barraud2008-03-031-6/+12
| | | (bzr r4932)
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-023-30/+0
| | | | | | | | | remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931)
* stupid bug fix (crash upon big stroke length variation) + some parameters ↵JF Barraud2008-03-021-12/+22
| | | | | renamed (bzr r4927)
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-024-12/+34
| | | (bzr r4918)
* Warning and whitespace cleanupJon A. Cruz2008-03-011-1/+1
| | | (bzr r4914)
* fix warningsJohan B. C. Engelen2008-02-293-4/+4
| | | (bzr r4905)
* fixing wrong includesFelipe Corr??a da Silva Sanches2008-02-282-2/+2
| | | (bzr r4898)
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-289-14/+5
| | | (bzr r4896)
* * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵Johan B. C. Engelen2008-02-277-43/+44
| | | | | | | point lpe parameters. This function still needs to be implemented. * put forward declarations in lpe parameters to decrease recompile times (bzr r4888)
* Fixed initialization order problemJon A. Cruz2008-02-271-1/+1
| | | (bzr r4878)
* Whitespace cleanupJon A. Cruz2008-02-256-776/+773
| | | (bzr r4843)
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-259-0/+947
| | | (bzr r4842)
* Warning and whitespace cleanupJon A. Cruz2008-02-243-8/+8
| | | (bzr r4838)
* fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2008-02-204-50/+73
| | | (bzr r4789)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+2
| | | (bzr r4706)
* revert to previous version.JF Barraud2008-02-101-20/+9
| | | (bzr r4700)
* 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)
* lpe-skeletal-stroke: make spacing and normal_offset parameters do something...JF Barraud2008-02-051-9/+20
| | | (bzr r4658)
* add copy button to LPE pathparamJohan B. C. Engelen2008-01-262-0/+16
| | | (bzr r4600)
* LPE bend path was badly broken. fixed now.Johan B. C. Engelen2008-01-262-84/+3
| | | | | removed the dropdown box since it should not be there (left-over from pattern along path) (bzr r4599)
* path lpe parameter should not know of it's edit button since it has no ↵Johan B. C. Engelen2008-01-262-8/+0
| | | | | unique button. (bzr r4598)
* fix initialization of lpe paramsJohan B. C. Engelen2008-01-264-2/+6
| | | (bzr r4592)
* add default functions for transforming lpe-pathalongpath.cpp and ↵Johan B. C. Engelen2008-01-184-0/+19
| | | | | lpe-skeletalstrokes.cpp (bzr r4558)
* fix transformation of LPECurveStitch when "Scale width relative" is setJohan B. C. Engelen2008-01-172-0/+18
| | | (bzr r4543)
* sorry for this late feature change. this makes the curvestitching *that* ↵Johan B. C. Engelen2008-01-172-20/+22
| | | | | much powerful, plus when this would be introduced in 0.47 it would make 0.46's curvestitching xml obsolete and I'd have to tedious compatibility code. (bzr r4539)