summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert2008-06-164-3/+10
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-165-2/+45
* catch cases where LPE Spiro generates non-continuous pathsJohan B. C. Engelen2008-06-141-0/+21
* put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)Johan B. C. Engelen2008-06-141-15/+2
* fixed another typoAlexandre Prokoudine2008-06-141-2/+2
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-123-5/+5
* LPE Enveloppe: return input path when xx and yy are both falseJohan B. C. Engelen2008-06-121-0/+3
* whitespaceMaximilian Albert2008-06-124-7/+7
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert2008-06-124-15/+66
* Cmake: Fix Dependencies with multiple include directories.Joshua L. Blocher2008-06-121-0/+2
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
* warning cleanupJon A. Cruz2008-06-112-4/+4
* New LPE: Mirror reflectionMaximilian Albert2008-06-105-3/+159
* Get rid of get_bpath() in lpe-tangent_to_curve.cppMaximilian Albert2008-06-101-3/+2
* Don't convert path to straight line for LPE perpendicular bisectorMaximilian Albert2008-06-101-0/+2
* Remove debugging messagesMaximilian Albert2008-06-101-5/+0
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-105-40/+13
* Add option to either suppress path flash for items with LPE (e.g., spiro spli...Maximilian Albert2008-06-084-1/+12
* Re-add two handles for PerpBisector LPE (we don't add the other two because t...Maximilian Albert2008-06-085-45/+100
* Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert2008-06-085-67/+69
* Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert2008-06-087-106/+213
* 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