summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-086-23/+23
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-4/+1
* move undo commits closer to the UIbulia byak2008-07-052-5/+2
* live_effects/parameter/enum.h: Supply missing #includes/declarations so that ...Peter Moulder2008-07-051-0/+1
* Warning cleanupJon A. Cruz2008-07-044-7/+8
* Remove oncanvas_editable attribute for PointParams; use their internal shape ...Maximilian Albert2008-07-043-5/+7
* Keep original path by default for LPEMirrorReflectMaximilian Albert2008-07-042-0/+6
* Fixed initialization order.Jon A. Cruz2008-07-041-1/+1
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-036-7/+7
* First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert2008-07-033-7/+14
* New LPE: OffsetMaximilian Albert2008-07-035-1/+158
* lpe-skeleton: add boilerplate code to create knotholder handles for LPEsMaximilian Albert2008-07-022-0/+34
* lpe-skeleton: add variable to control display of original pathMaximilian Albert2008-07-021-1/+4
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better tha...Maximilian Albert2008-07-022-5/+64
* Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert2008-07-021-10/+0
* Enable status bar tips for LPE handles that are automatically created from Po...Maximilian Albert2008-07-026-24/+31
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-262-2/+2
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-242-36/+0
* LPE Spiro: don't catch all exceptions, only the ContinuityErrorJohan B. C. Engelen2008-06-221-1/+1
* use pathvector directly from SPCurve in LPE path parameter.Johan B. C. Engelen2008-06-221-1/+1
* Display helper grid for LPELattice; automatically add helper paths for LPE Pa...Maximilian Albert2008-06-183-2/+67
* Make knotholder members protectedMaximilian Albert2008-06-181-2/+2
* Improve comments and catch missing desktop in effect.cppMaximilian Albert2008-06-181-4/+5
* Oops! Fix compile.Maximilian Albert2008-06-181-4/+12
* Add handle to adjust angleMaximilian Albert2008-06-182-1/+89
* New LPE: Copy rotateMaximilian Albert2008-06-185-1/+148
* New LPE: ParallelMaximilian Albert2008-06-185-1/+253
* Remove superfluous #include from lpe-skeleton.hMaximilian Albert2008-06-181-1/+0
* Fix wrong descriptionsMaximilian Albert2008-06-181-3/+3
* fix for 2geom change (pointAndDerivative)Johan B. C. Engelen2008-06-171-1/+1
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-163-20/+21
* Address compile warningMaximilian Albert2008-06-161-2/+2
* New LPE: Angle bisectorMaximilian Albert2008-06-165-1/+235
* New LPE: circle through 3 pointsMaximilian Albert2008-06-165-1/+159
* Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ...Maximilian Albert2008-06-163-5/+3
* 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