Code

A little bit of refactoring of constrained object snapping
[inkscape.git] / src / live_effects /
2008-05-08 johanengelenadd constructgrid lpe to Makefile_insert
2008-05-08 johanengelenadd LPEConstructGrid
2008-05-06 buliabyakfix 224981
2008-05-06 buliabyakmake determining smooth nodes more robust
2008-05-05 johanengelenstruct SPCurve => class SPCurve
2008-05-01 buliabyakcopyediting
2008-05-01 joncruzWarning and whitespace cleanup
2008-04-28 verbalshadowCmake: Fixed issues with pedro not linking correctly
2008-04-24 pjrmfix a couple of g++-4.3 compile errors.
2008-04-15 cilix42Set concatenate_before_pwd2 = true in perspective path...
2008-04-15 bgk- Clean up LPE bounding box computing code
2008-04-14 johanengelencmake: move live_effects/n-art-bpath-2geom.* to libnr...
2008-04-14 johanengelenuse sp_nodepath_make_straight_path in LPE VonKoch
2008-04-14 johanengelendon't override helperpath preference setting per defaul...
2008-04-14 johanengelensuppress helperpath and handles showing for LPESpiro
2008-04-14 johanengelenuse sp_nodepath_make_straight_path in LPEGears
2008-04-14 johanengelenwhitespace + comment
2008-04-14 buliabyakplease dont forget to update Makefile_insert\!
2008-04-14 buliabyaksuppress helperpath display for spiro
2008-04-13 johanengelenC++-ify initialization of Effect class
2008-04-13 johanengelenC++-ify initialization of Parameter and ScalarParam...
2008-04-13 johanengelenfix typo
2008-04-13 johanengelennow with 2geom's arc implem. : accept pasting ellipse...
2008-04-13 johanengelenmove live_effects/n-art-bpath-2geom.* to libnr/n-art...
2008-04-13 johanengelenremove split_at_discontinuities from LPE code, because...
2008-04-12 mfloryanSeveral different i18n issues fixed following report...
2008-04-12 buliabyakSpiro splines LPE using code by Raph Levien
2008-04-10 acspikeprocess source subdirectories with INCLUDE() instead...
2008-04-09 johanengelenchange doEffect functions to use const& parameters
2008-04-09 johanengelenchange to c++ style casts in Effect::New
2008-04-09 johanengelenchange doEffect_path to default to calling pwd2 for...
2008-04-08 johanengelenrename LPESkeletalStrokes -> LPEPatternAlongPath
2008-04-08 johanengelenrename LPEPathAlongPath -> LPEBendPath
2008-04-07 johanengelencmake: EOL of cmakelists.txt in subdirs
2008-04-05 johanengelenRegisteredTransformedPoint: fix methods to use const&.
2008-04-02 cilix42New LPE: Perspective paths
2008-04-02 cilix42Make BoolParam usable in boolean expressions directly
2008-04-02 cilix42Increase precision for circle LPE so that the output...
2008-04-01 jfbarraudlpe-skeletal-stroke: fixed bug #204046 (skeleton having...
2008-03-30 cilix42New LPE: Circle (with center at the first point and...
2008-03-29 johanengelenadd CMakeLists.txt files for live_effects
2008-03-29 pjrmsvn propset svn:eol-style native **/todo.txt
2008-03-29 pjrmsvn propset svn:eol-style native *.[ch] *.cpp (includin...
2008-03-28 johanengelenfix lpe-PathPAram when deleting the path that it links to
2008-03-28 johanengelenand two more files that were missed in lpe-group commit
2008-03-28 bgk- Created a SPLPEItem class that handles applying a...
2008-03-27 johanengelenadd linking to other paths to lpe-PathParam
2008-03-26 mentalsystem clipboard support (bug #170185) from Chris KosiƄski
2008-03-24 joncruzCorrected initialization order
2008-03-23 johanengelenprepare PathParam for linking to other object
2008-03-23 johanengelenset primary path storage to vector<path> in lpe-PathPar...
2008-03-23 johanengelenreturn const reference when getting path data from...
2008-03-23 johanengelenremove multiple inheritance from lpe PathParam. since...
2008-03-22 johanengelenchanges to use RegisteredTransformedPoint as widget...
2008-03-22 johanengelenfix file
2008-03-22 johanengelen* add RegisteredTransformedPoint widget, that transform...
2008-03-22 joncruzLine-end fixups
2008-03-21 johanengelentemporary fix. removed LPE context verb. now toolbar...
2008-03-21 johanengelenclean up PointParamKnotHolder some more. SPKnotHolder...
2008-03-21 johanengelenClean up event handler functions of pointparam-knothold...
2008-03-20 johanengelenadd pointparam-knotholder files to Makefile_insert
2008-03-20 johanengelenforgot to commit the two essential files! sorry to...
2008-03-20 johanengelenremove #ifdef that was used to disable on-canvas editing.
2008-03-20 johanengelendefine color of point parameter in LPEdoEffectStackTest
2008-03-20 johanengelenAdd on-canvas editing of LPE PointParam.
2008-03-16 jfbarraudlpe-sketch: deal with empty input. fix bug #201735.
2008-03-16 jfbarraudlpe-sketch: fixed a bug about construction lines being...
2008-03-16 jfbarraudlpe-vonkoch: complexity bound + choose bbox/segment...
2008-03-09 jfbarraudskeletal-stroke: offset parameters are back again....
2008-03-03 jfbarraudchanged vonkoch to use bbox of input object as reference.
2008-03-02 johanengelenremove flashing test indicator on pointparam.
2008-03-02 jfbarraudstupid bug fix (crash upon big stroke length variation...
2008-03-02 johanengelenNEW: temporary on-canvas indicators
2008-03-01 joncruzWarning and whitespace cleanup
2008-02-29 johanengelenfix warnings
2008-02-28 JucaBluesfixing wrong includes
2008-02-28 johanengelenRemove unnecessary dependencies for some of the lpe...
2008-02-27 johanengelen* (when debug macro is defined) call ShapeEditor functi...
2008-02-27 joncruzFixed initialization order problem
2008-02-25 joncruzWhitespace cleanup
2008-02-25 jfbarraud3 new lpe gadgets: sketch, knot and vonkoch.
2008-02-24 joncruzWarning and whitespace cleanup
2008-02-20 johanengelenfix Bug #191909 crash on lpe stitch sub-paths, also...
2008-02-11 keescookremaining g++ 4.3 compilation fix-ups
2008-02-10 jfbarraudrevert to previous version.
2008-02-06 johanengelenFix wrong identification of invalid effects (for unknow...
2008-02-05 jfbarraudlpe-skeletal-stroke: make spacing and normal_offset...
2008-01-26 johanengelenadd copy button to LPE pathparam
2008-01-26 johanengelenLPE bend path was badly broken. fixed now.
2008-01-26 johanengelenpath lpe parameter should not know of it's edit button...
2008-01-26 johanengelenfix initialization of lpe params
2008-01-18 johanengelenadd default functions for transforming lpe-pathalongpat...
2008-01-17 johanengelenfix transformation of LPECurveStitch when "Scale width...
2008-01-17 johanengelensorry for this late feature change. this makes the...
2008-01-16 johanengelenOops, set 'scislac' modus off by default ofcourse.
2008-01-16 johanengelenfix bug in lpe-curvestitch.cpp and add 'scislac' modus...
2008-01-16 johanengelenRegisteredEnum is now subclassed from RegisteredWidget...
2008-01-16 johanengelenRegisteredScalar subclassed from RegisteredWidget<Scala...
2008-01-15 johanengelenRegisteredCheckbutton is now subclassed from Registered...
2008-01-15 johanengelenRegisteredWidget has been renamed to RegisteredWdg...
next