summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-069-61/+17
* Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert2008-06-0511-12/+12
* Add paramType() method to LPE parameter classesMaximilian Albert2008-06-056-0/+26
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...Maximilian Albert2008-06-041-2/+16
* Factor out 'create and apply' code for LPEs so that it can be called from eve...Maximilian Albert2008-06-042-0/+30
* C++ify knotholdersMaximilian Albert2008-06-045-102/+27
* set eol-style:native for recently added filesMaximilian Albert2008-06-021-170/+170
* set eol-style:native for recently added filesMaximilian Albert2008-06-025-672/+672
* Cmake: added windows path to find modules.Joshua L. Blocher2008-05-311-0/+1
* add missing filesJohan B. C. Engelen2008-05-302-0/+322
* LPE STACKING!Johan B. C. Engelen2008-05-3012-384/+406
* Fix some compile warningsMaximilian Albert2008-05-251-3/+3
* noop: some more cosmetics in lpe-skeleton.(h|cpp)Maximilian Albert2008-05-202-3/+14
* Const fix for testJon A. Cruz2008-05-202-2/+2
* second part of LPE skeleton correction from commit #18654 ;-)Maximilian Albert2008-05-191-1/+1
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files t...Joshua L. Blocher2008-05-191-3/+6
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-192-2/+7
* Add possibility to let the 'tangent' have a fixed angle relative to the curveMaximilian Albert2008-05-192-1/+10
* Add handles to adapt tangent lengthMaximilian Albert2008-05-192-5/+55
* Forgot to add two files in commit #18667. Sorry for breaking the build for a ...Maximilian Albert2008-05-192-0/+152
* Make LPEPerpBisector use the new nearest_point() function from point to lineMaximilian Albert2008-05-191-4/+1
* 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