summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make BoolParam usable in boolean expressions directlyMaximilian Albert2008-04-021-0/+3
* Increase precision for circle LPE so that the output is actually a circle :)Maximilian Albert2008-04-021-14/+11
* lpe-skeletal-stroke: fixed bug #204046 (skeleton having more than one subpath...JF Barraud2008-04-011-70/+97
* New LPE: Circle (with center at the first point and passing through the last ...Maximilian Albert2008-03-305-2/+168
* add CMakeLists.txt files for live_effectsJohan B. C. Engelen2008-03-292-0/+56
* svn propset svn:eol-style native **/todo.txtPeter Moulder2008-03-292-16/+16
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...Peter Moulder2008-03-293-314/+314
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-282-2/+17
* and two more files that were missed in lpe-group commitJohan B. C. Engelen2008-03-282-0/+116
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-285-21/+98
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-275-20/+264
* system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY2008-03-261-24/+17
* Corrected initialization orderJon A. Cruz2008-03-241-1/+1
* prepare PathParam for linking to other objectJohan B. C. Engelen2008-03-232-21/+29
* set primary path storage to vector<path> in lpe-PathParam. only convert to pw...Johan B. C. Engelen2008-03-232-17/+61
* return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen2008-03-232-2/+2
* remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen2008-03-236-17/+40
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-221-8/+8
* fix fileJohan B. C. Engelen2008-03-221-204/+0
* * add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen2008-03-222-2/+206
* Line-end fixupsJon A. Cruz2008-03-222-275/+275
* temporary fix. removed LPE context verb. now toolbar is normal again in windows.Johan B. C. Engelen2008-03-211-1/+1