summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-242-36/+0
| | | (bzr r6046)
* LPE Spiro: don't catch all exceptions, only the ContinuityErrorJohan B. C. Engelen2008-06-221-1/+1
| | | (bzr r6019)
* use pathvector directly from SPCurve in LPE path parameter.Johan B. C. Engelen2008-06-221-1/+1
| | | (bzr r6015)
* Display helper grid for LPELattice; automatically add helper paths for LPE ↵Maximilian Albert2008-06-183-2/+67
| | | | | PathParams (bzr r5996)
* Make knotholder members protectedMaximilian Albert2008-06-181-2/+2
| | | (bzr r5994)
* Improve comments and catch missing desktop in effect.cppMaximilian Albert2008-06-181-4/+5
| | | (bzr r5993)
* Oops! Fix compile.Maximilian Albert2008-06-181-4/+12
| | | (bzr r5980)
* Add handle to adjust angleMaximilian Albert2008-06-182-1/+89
| | | (bzr r5979)
* New LPE: Copy rotateMaximilian Albert2008-06-185-1/+148
| | | (bzr r5978)
* New LPE: ParallelMaximilian Albert2008-06-185-1/+253
| | | (bzr r5975)
* Remove superfluous #include from lpe-skeleton.hMaximilian Albert2008-06-181-1/+0
| | | (bzr r5974)
* Fix wrong descriptionsMaximilian Albert2008-06-181-3/+3
| | | (bzr r5973)
* fix for 2geom change (pointAndDerivative)Johan B. C. Engelen2008-06-171-1/+1
| | | (bzr r5971)
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-163-20/+21
| | | (bzr r5963)
* Address compile warningMaximilian Albert2008-06-161-2/+2
| | | (bzr r5961)
* New LPE: Angle bisectorMaximilian Albert2008-06-165-1/+235
| | | (bzr r5960)
* New LPE: circle through 3 pointsMaximilian Albert2008-06-165-1/+159
| | | (bzr r5959)
* Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ↵Maximilian Albert2008-06-163-5/+3
| | | | | flashing when LPE already provides a helperpath (bzr r5956)
* Second step: try to make helper curves respond faster (don't recreate/delete ↵Maximilian Albert2008-06-164-3/+10
| | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955)
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-165-2/+45
| | | (bzr r5954)
* catch cases where LPE Spiro generates non-continuous pathsJohan B. C. Engelen2008-06-141-0/+21
| | | (bzr r5939)
* put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)Johan B. C. Engelen2008-06-141-15/+2
| | | (bzr r5938)
* fixed another typoAlexandre Prokoudine2008-06-141-2/+2
| | | (bzr r5930)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-123-5/+5
| | | (bzr r5915)
* LPE Enveloppe: return input path when xx and yy are both falseJohan B. C. Engelen2008-06-121-0/+3
| | | (bzr r5911)
* whitespaceMaximilian Albert2008-06-124-7/+7
| | | (bzr r5905)
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵Maximilian Albert2008-06-124-15/+66
| | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902)
* Cmake: Fix Dependencies with multiple include directories.Joshua L. Blocher2008-06-121-0/+2
| | | (bzr r5894)
* 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)