Code

fixed another typo
[inkscape.git] / src / live_effects /
2008-06-14 prokoudinefixed another typo
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-12 johanengelenLPE Enveloppe: return input path when xx and yy are...
2008-06-12 cilix42whitespace
2008-06-12 cilix42Infrastructure in class LivePathEffect::Effect to put...
2008-06-12 verbalshadowCmake: Fix Dependencies with multiple include directories.
2008-06-11 mentalplumb XML::Documents in everywhere
2008-06-11 joncruzwarning cleanup
2008-06-10 cilix42New LPE: Mirror reflection
2008-06-10 cilix42Get rid of get_bpath() in lpe-tangent_to_curve.cpp
2008-06-10 cilix42Don't convert path to straight line for LPE perpendicul...
2008-06-10 cilix42Remove debugging messages
2008-06-10 cilix42Write all effect parameters to SVG when a LPE knotholde...
2008-06-08 cilix42Add option to either suppress path flash for items...
2008-06-08 cilix42Re-add two handles for PerpBisector LPE (we don't add...
2008-06-08 cilix42Better way to add LPE knotholder handles; now it happen...
2008-06-08 cilix42Make knotholders for LPE items finally work; each effec...
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-06-05 cilix42Rename param_writeSVGValue() --> param_getSVGValue...
2008-06-05 cilix42Add paramType() method to LPE parameter classes
2008-06-04 cilix42Some cleanup of knotholder code; mostly renaming knot_...
2008-06-04 cilix42Factor out 'create and apply' code for LPEs so that...
2008-06-04 cilix42C++ify knotholders
2008-06-02 cilix42set eol-style:native for recently added files
2008-06-02 cilix42set eol-style:native for recently added files
2008-05-31 verbalshadowCmake: added windows path to find modules.
2008-05-30 johanengelenadd missing files
2008-05-30 johanengelenLPE STACKING!
2008-05-25 cilix42Fix some compile warnings
2008-05-20 cilix42noop: some more cosmetics in lpe-skeleton.(h|cpp)
2008-05-20 joncruzConst fix for test
2008-05-19 cilix42second part of LPE skeleton correction from commit...
2008-05-19 verbalshadowCmake: Moved sp-* into own library to reduce link cmdli...
2008-05-19 cilix42Add checkbox for LPEs to temporarily disable them on...
2008-05-19 cilix42Add possibility to let the 'tangent' have a fixed angle...
2008-05-19 cilix42Add handles to adapt tangent length
2008-05-19 cilix42Forgot to add two files in commit #18667. Sorry for...
2008-05-19 cilix42Make LPEPerpBisector use the new nearest_point() functi...
2008-05-19 cilix42New LPE: Tangent to curve (draws a tangent of fixed...
2008-05-19 cilix42noop: cosmetics in lpe-skeleton.h
2008-05-19 cilix42Provide knotholder for LPEPerpBisector; TODO: this...
2008-05-18 cilix42Add a function doOnApply() for LPEs which is executed...
2008-05-18 cilix42Add function to return path effect type
2008-05-18 cilix42New LPE: Perpendicular bisector
2008-05-18 cilix42noop: add 'end of #includes' indicator in effect.cpp...
2008-05-18 cilix42The declaration of doEffect_path() in lpe-skeleton...
2008-05-17 bgkNew LPE : Envelope deformation
2008-05-17 bgkFix LPE for groups bounding box calculation by using...
2008-05-09 johanengelencomplete adding const to have only NArtBpath const...
2008-05-09 buliabyakcopyedit
2008-05-09 johanengelenRemove LPESlant.
2008-05-09 johanengelen- try to use more forward declarations for less depende...
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
next