summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...Maximilian Albert2008-05-193-1/+9
* noop: cosmetics in lpe-skeleton.hMaximilian Albert2008-05-191-2/+2
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-194-30/+162
* Add a function doOnApply() for LPEs which is executed once when the effect is...Maximilian Albert2008-05-182-0/+8
* Add function to return path effect typeMaximilian Albert2008-05-182-0/+7
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-185-1/+151
* noop: add 'end of #includes' indicator in effect.cpp to simplify scriptingMaximilian Albert2008-05-181-0/+1
* The declaration of doEffect_path() in lpe-skeleton.h should match the one in ...Maximilian Albert2008-05-181-1/+1
* New LPE : Envelope deformationBastien Bouclet2008-05-176-2/+331
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...Bastien Bouclet2008-05-172-82/+22
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-3/+3
* copyeditbulia byak2008-05-091-1/+1
* Remove LPESlant.Johan B. C. Engelen2008-05-095-103/+0
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-0914-68/+8
* add constructgrid lpe to Makefile_insertJohan B. C. Engelen2008-05-081-0/+2
* add LPEConstructGridJohan B. C. Engelen2008-05-084-0/+152
* fix 224981bulia byak2008-05-061-1/+4
* make determining smooth nodes more robustbulia byak2008-05-061-9/+14
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-052-8/+8
* copyeditingbulia byak2008-05-012-18/+18
* Warning and whitespace cleanupJon A. Cruz2008-05-012-9/+9
* Cmake: Fixed issues with pedro not linking correctlyJoshua L. Blocher2008-04-281-2/+14
* fix a couple of g++-4.3 compile errors.Peter Moulder2008-04-241-0/+2
* Set concatenate_before_pwd2 = true in perspective path LPE so that paths don'...Maximilian Albert2008-04-151-0/+2
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-156-87/+102
* cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-141-2/+0
* use sp_nodepath_make_straight_path in LPE VonKochJohan B. C. Engelen2008-04-141-1/+2
* don't override helperpath preference setting per default in LPE::Effect.Johan B. C. Engelen2008-04-141-1/+0
* suppress helperpath and handles showing for LPESpiroJohan B. C. Engelen2008-04-141-1/+4
* use sp_nodepath_make_straight_path in LPEGearsJohan B. C. Engelen2008-04-141-1/+1
* whitespace + commentJohan B. C. Engelen2008-04-141-20/+18
* please dont forget to update Makefile_insert\!bulia byak2008-04-141-2/+0
* suppress helperpath display for spirobulia byak2008-04-142-0/+6
* C++-ify initialization of Effect classJohan B. C. Engelen2008-04-131-3/+3
* C++-ify initialization of Parameter and ScalarParam classesJohan B. C. Engelen2008-04-131-15/+15
* fix typoJohan B. C. Engelen2008-04-131-1/+0
* now with 2geom's arc implem. : accept pasting ellipse path params.Johan B. C. Engelen2008-04-131-13/+6
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-1310-456/+8
* remove split_at_discontinuities from LPE code, because it has been moved to 2...Johan B. C. Engelen2008-04-132-46/+1
* Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan2008-04-122-3/+3
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-1210-0/+1430
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-102-5/+1
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-0924-35/+35
* change to c++ style casts in Effect::NewJohan B. C. Engelen2008-04-091-12/+11
* change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen2008-04-093-20/+38
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-086-42/+42
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-086-25/+24
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-20/+20
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-051-0/+5
* New LPE: Perspective pathsMaximilian Albert2008-04-025-1/+210