summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* warning cleanupJon A. Cruz2008-06-112-4/+4
| | | (bzr r5877)
* New LPE: Mirror reflectionMaximilian Albert2008-06-105-3/+159
| | | (bzr r5875)
* Get rid of get_bpath() in lpe-tangent_to_curve.cppMaximilian Albert2008-06-101-3/+2
| | | (bzr r5874)
* Don't convert path to straight line for LPE perpendicular bisectorMaximilian Albert2008-06-101-0/+2
| | | (bzr r5873)
* Remove debugging messagesMaximilian Albert2008-06-101-5/+0
| | | (bzr r5871)
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-105-40/+13
| | | (bzr r5870)
* Add option to either suppress path flash for items with LPE (e.g., spiro ↵Maximilian Albert2008-06-084-1/+12
| | | | | splines use this) or display it permanently while the item is selected. (bzr r5860)
* Re-add two handles for PerpBisector LPE (we don't add the other two because ↵Maximilian Albert2008-06-085-45/+100
| | | | | | | they would duplicate the path's own handles and the correct solution would be to allow knotholders and nodepaths at the same time). Put the KnotHolderEntity classes into their own namespaces to avoid clashes. (bzr r5857)
* Better way to add LPE knotholder handles; now it happens semi-automatically ↵Maximilian Albert2008-06-085-67/+69
| | | | | in a similar way as adding LPE parameters. (bzr r5856)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-087-106/+213
| | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-069-61/+17
| | | (bzr r5823)
* Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵Maximilian Albert2008-06-0511-12/+12
| | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817)
* Add paramType() method to LPE parameter classesMaximilian Albert2008-06-056-0/+26
| | | (bzr r5816)
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵Maximilian Albert2008-06-041-2/+16
| | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802)
* Factor out 'create and apply' code for LPEs so that it can be called from ↵Maximilian Albert2008-06-042-0/+30
| | | | | everywhere (bzr r5798)
* C++ify knotholdersMaximilian Albert2008-06-045-102/+27
| | | (bzr r5797)
* set eol-style:native for recently added filesMaximilian Albert2008-06-021-170/+170
| | | (bzr r5783)
* set eol-style:native for recently added filesMaximilian Albert2008-06-025-672/+672
| | | (bzr r5782)
* Cmake: added windows path to find modules.Joshua L. Blocher2008-05-311-0/+1
| | | (bzr r5770)
* add missing filesJohan B. C. Engelen2008-05-302-0/+322
| | | (bzr r5767)
* LPE STACKING!Johan B. C. Engelen2008-05-3012-384/+406
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* Fix some compile warningsMaximilian Albert2008-05-251-3/+3
| | | (bzr r5752)
* noop: some more cosmetics in lpe-skeleton.(h|cpp)Maximilian Albert2008-05-202-3/+14
| | | (bzr r5718)
* Const fix for testJon A. Cruz2008-05-202-2/+2
| | | (bzr r5716)
* second part of LPE skeleton correction from commit #18654 ;-)Maximilian Albert2008-05-191-1/+1
| | | (bzr r5714)
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵Joshua L. Blocher2008-05-191-3/+6
| | | | | to their cmakelists.txts (bzr r5713)
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ↵Maximilian Albert2008-05-192-2/+7
| | | | | applied to the object) (bzr r5711)
* Add possibility to let the 'tangent' have a fixed angle relative to the curveMaximilian Albert2008-05-192-1/+10
| | | (bzr r5709)
* Add handles to adapt tangent lengthMaximilian Albert2008-05-192-5/+55
| | | (bzr r5708)
* Forgot to add two files in commit #18667. Sorry for breaking the build for a ↵Maximilian Albert2008-05-192-0/+152
| | | | | minute! (bzr r5707)
* Make LPEPerpBisector use the new nearest_point() function from point to lineMaximilian Albert2008-05-191-4/+1
| | | (bzr r5706)
* New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵Maximilian Albert2008-05-193-1/+9
| | | | | dragged along the curve) (bzr r5703)
* noop: cosmetics in lpe-skeleton.hMaximilian Albert2008-05-191-2/+2
| | | (bzr r5702)
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵Maximilian Albert2008-05-194-30/+162
| | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701)
* Add a function doOnApply() for LPEs which is executed once when the effect ↵Maximilian Albert2008-05-182-0/+8
| | | | | is applied to an item (contrary to doBeforeEffect() which is executed, e.g., each time a parameter changes (bzr r5698)
* Add function to return path effect typeMaximilian Albert2008-05-182-0/+7
| | | (bzr r5696)
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-185-1/+151
| | | (bzr r5695)
* noop: add 'end of #includes' indicator in effect.cpp to simplify scriptingMaximilian Albert2008-05-181-0/+1
| | | (bzr r5691)
* The declaration of doEffect_path() in lpe-skeleton.h should match the one in ↵Maximilian Albert2008-05-181-1/+1
| | | | | live_effects/effect.h to ensure proper overloading (otherwise only the implementation in effect.h is called which does nothingsvn diff) (bzr r5690)
* New LPE : Envelope deformationBastien Bouclet2008-05-176-2/+331
| | | (bzr r5684)
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵Bastien Bouclet2008-05-172-82/+22
| | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-3/+3
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* copyeditbulia byak2008-05-091-1/+1
| | | (bzr r5640)
* Remove LPESlant.Johan B. C. Engelen2008-05-095-103/+0
| | | | | | - it causes data hiding problems (appears to be the *only* place outside SPCurve that directly writes to SPCurve's bpath !) - *when someone really wants this effect, let me know and I'll recode it* (bzr r5638)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-0914-68/+8
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* add constructgrid lpe to Makefile_insertJohan B. C. Engelen2008-05-081-0/+2
| | | (bzr r5634)
* add LPEConstructGridJohan B. C. Engelen2008-05-084-0/+152
| | | (bzr r5633)
* fix 224981bulia byak2008-05-061-1/+4
| | | (bzr r5621)
* make determining smooth nodes more robustbulia byak2008-05-061-9/+14
| | | (bzr r5613)