summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-07cleanup knotholder code for LPEsJohan B. C. Engelen1-3/+2
2012-03-12Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis1-1/+0
2012-02-19some clean upJohan B. C. Engelen1-16/+5
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-2/+1
2011-12-11mixed usage of class and struct for same objectKris De Gussem1-6/+6
2011-06-01improve explanation of lpe parameterJohan B. C. Engelen1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-1/+1
2010-05-18reduce include dependenciesJohan B. C. Engelen1-2/+1
2009-12-08Fix LPEs and break mask transform undoKrzysztof Kosi??ski1-2/+0
2009-11-23decrease header depsJohan B. C. Engelen1-1/+1
2009-11-23decrease header dependenciesJohan B. C. Engelen1-1/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2009-05-07remove the deactivate knotholder parameterbulia byak1-3/+0
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen1-0/+3
2008-11-21Merge from fe-movedTed Gould1-41/+1
2008-10-27From trunkTed Gould1-2/+3
2008-08-18Add option do deactivate knotholder handles for LPEs (useful if they interfer...Maximilian Albert1-0/+3
2008-08-18Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert1-2/+2
2008-08-18Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert1-2/+9
2008-08-18reimplement acceptsNumParams(); instead of making it a virtual function we ju...Maximilian Albert1-1/+2
2008-08-18New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...Maximilian Albert1-0/+1
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-30New LPE: path lengthMaximilian Albert1-0/+1
2008-07-30New LPE: Text labelMaximilian Albert1-0/+1
2008-07-29Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert1-2/+5
2008-07-29Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert1-2/+1
2008-07-27remove dependency on INVALID_LPE a bitJohan B. C. Engelen1-1/+1
2008-07-27add LPE InterpolateJohan B. C. Engelen1-0/+1
2008-07-16add lpe-BoolopsJohan B. C. Engelen1-0/+1
2008-07-15New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert1-0/+1
2008-07-15New LPE: RulerMaximilian Albert1-0/+1
2008-07-08Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert1-1/+1
2008-07-07replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen1-4/+1
2008-07-03New LPE: OffsetMaximilian Albert1-0/+1
2008-06-18New LPE: Copy rotateMaximilian Albert1-0/+1
2008-06-18New LPE: ParallelMaximilian Albert1-0/+1
2008-06-16Activate automatic knotholders for LPE PointParamsMaximilian Albert1-2/+2
2008-06-16New LPE: Angle bisectorMaximilian Albert1-0/+1
2008-06-16New LPE: circle through 3 pointsMaximilian Albert1-0/+1
2008-06-16Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ...Maximilian Albert1-1/+3
2008-06-16Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert1-0/+3
2008-06-16First step towards making helper paths for LPE items work betterMaximilian Albert1-0/+13
2008-06-12Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert1-1/+8
2008-06-10New LPE: Mirror reflectionMaximilian Albert1-0/+1
2008-06-10Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert1-0/+1
2008-06-08Add option to either suppress path flash for items with LPE (e.g., spiro spli...Maximilian Albert1-0/+7
2008-06-08Re-add two handles for PerpBisector LPE (we don't add the other two because t...Maximilian Albert1-1/+1
2008-06-08Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert1-3/+15