summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen2007-09-147-17/+62
| | | | | when path effect errors due to 2geom exception. (bzr r3748)
* fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen2007-09-142-5/+0
| | | (bzr r3745)
* * Marking empty strings as non-translatableLuca Bruno2007-09-131-1/+1
| | | (bzr r3742)
* copyeditbulia byak2007-09-121-4/+4
| | | (bzr r3738)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-122-34/+34
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* LPE: fix undo bug for applying/removing effectJohan B. C. Engelen2007-09-052-4/+9
| | | (bzr r3686)
* do not set value if widget is updatingbulia byak2007-09-051-1/+1
| | | (bzr r3682)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-047-18/+49
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* Fix makefiles for added LPE parameterJohan B. C. Engelen2007-09-021-0/+2
| | | (bzr r3664)
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-027-17/+292
| | | (bzr r3662)
* Add "scale y stroke" parameter to Curve Stitching LPEJohan B. C. Engelen2007-08-313-2/+10
| | | (bzr r3630)
* Added freedom of strokepath for the Curve Stitching LPEJohan B. C. Engelen2007-08-301-6/+20
| | | (bzr r3626)
* Try to fix translation of LPE names.Johan B. C. Engelen2007-08-301-7/+7
| | | (bzr r3623)
* Update to 2Geom rev. 1113Johan B. C. Engelen2007-08-301-1/+1
| | | (bzr r3622)
* LPE:Johan B. C. Engelen2007-08-2913-26/+224
| | | | | | | - rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614)
* tidy upJohan B. C. Engelen2007-08-291-2/+2
| | | (bzr r3611)
* Add BoolParam for LPE'sJohan B. C. Engelen2007-08-293-0/+152
| | | (bzr r3610)
* Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' ↵Johan B. C. Engelen2007-08-261-4/+9
| | | | | | | in it (arcs) The code should be removed when 2geom is capable of handling 'A' parameters. (bzr r3588)
* 2 LPE things:Johan B. C. Engelen2007-08-264-17/+8
| | | | | | * Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585)
* Rename "Skeletal Strokes" LPE to "Path along path" to better describe what ↵Johan B. C. Engelen2007-08-252-5/+5
| | | | | it does. (bzr r3584)
* Add #define to disable "test" LPE'sJohan B. C. Engelen2007-08-252-1/+9
| | | (bzr r3583)
* Add default value stuff for LPE parametersJohan B. C. Engelen2007-08-198-23/+84
| | | (bzr r3536)
* forgot to add lpe-skeleton files to SVN...Johan B. C. Engelen2007-08-192-0/+156
| | | (bzr r3522)
* Doh! Sorry for breaking compile (always test!)Michael G. Sloan2007-08-181-1/+1
| | | (bzr r3504)
* Fixing a possible segfault in the sbasis to path code (also committed to 2geom))Michael G. Sloan2007-08-181-2/+1
| | | (bzr r3503)
* Add lpe-skeleton for easy implementation!Johan B. C. Engelen2007-08-173-8/+2
| | | (bzr r3500)
* Fix LPE:Johan B. C. Engelen2007-08-1715-81/+110
| | | | | | | | * 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-1428-0/+2906
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)