Code

Warning cleanup.
[inkscape.git] / src / live_effects /
2008-07-29 cilix42LPE knotholder refactoring: PointParams are not knothol...
2008-07-27 johanengelenremove dependency on INVALID_LPE a bit
2008-07-27 johanengelensort LPE effect list
2008-07-27 johanengelenLPE Interpolate => "Interpolate Sub-Paths"
2008-07-27 johanengelenlpe interpolate: fix traversal of trajectory_path....
2008-07-27 johanengelenadd LPE Interpolate
2008-07-25 johanengelenupdate to 2geom rev. 1507
2008-07-22 cilix42Scale parameter for lpe-ruler
2008-07-20 johanengelenpurge LivePathEffect::PathType
2008-07-20 johanengelenadd comments about setting new LPE PathParam path data...
2008-07-19 buliabyakremove usereference vestiges, change the signature...
2008-07-17 johanengelenconvert all SPCurve's points and matrices arguments...
2008-07-16 johanengelenadd lpe-Boolops
2008-07-16 johanengelenupdate to latest 2geom (rev1497)
2008-07-16 joncruzwarning cleanup
2008-07-15 johanengelenremove debug messages from last commits
2008-07-15 johanengelenfix lpe-spiro for smooth closing points
2008-07-15 cilix42lpe-skeleton.cpp: comment out handle code by default
2008-07-15 cilix42New LPE FreehandShape derived from PatternAlongPath...
2008-07-15 cilix42Print distance info in console for LPERuler until new...
2008-07-15 cilix42New LPE: Ruler
2008-07-14 johanengelen2geomify lpeSpiro
2008-07-14 cilix42Enable knotholder handles for LPEAngleBisector now...
2008-07-14 cilix42Enable simultaneous knotholder and nodepath
2008-07-08 cilix42Fix handle for LPERotateCopies
2008-07-08 cilix42Rename LPE: mirror reflect --> mirror symmetry
2008-07-07 johanengelenreplace separate forward declarations by proper forward...
2008-07-05 buliabyakmove undo commits closer to the UI
2008-07-05 pjrmlive_effects/parameter/enum.h: Supply missing #includes...
2008-07-04 joncruzWarning cleanup
2008-07-04 cilix42Remove oncanvas_editable attribute for PointParams...
2008-07-04 cilix42Keep original path by default for LPEMirrorReflect
2008-07-04 joncruzFixed initialization order.
2008-07-03 johanengelenupdate 2geom (svn rev1433)
2008-07-03 cilix42First shot at a dropdown selector for various shapes...
2008-07-03 cilix42New LPE: Offset
2008-07-02 cilix42lpe-skeleton: add boilerplate code to create knotholder...
2008-07-02 cilix42lpe-skeleton: add variable to control display of origin...
2008-07-02 cilix42Handle for PerspectivePath LPE to adjust offset (not...
2008-07-02 cilix42Remove now obsolete 'edit on canvas' button for PointParams
2008-07-02 cilix42Enable status bar tips for LPE handles that are automat...
2008-06-26 johanengelennoop: be more consistent with function names (get_pathv...
2008-06-24 verbalshadowCmake: remove header files from source lists
2008-06-22 johanengelenLPE Spiro: don't catch all exceptions, only the Continu...
2008-06-22 johanengelenuse pathvector directly from SPCurve in LPE path parameter.
2008-06-18 cilix42Display helper grid for LPELattice; automatically add...
2008-06-18 cilix42Make knotholder members protected
2008-06-18 cilix42Improve comments and catch missing desktop in effect.cpp
2008-06-18 cilix42Oops! Fix compile.
2008-06-18 cilix42Add handle to adjust angle
2008-06-18 cilix42New LPE: Copy rotate
2008-06-18 cilix42New LPE: Parallel
2008-06-18 cilix42Remove superfluous #include from lpe-skeleton.h
2008-06-18 cilix42Fix wrong descriptions
2008-06-17 johanengelenfix for 2geom change (pointAndDerivative)
2008-06-16 cilix42Activate automatic knotholders for LPE PointParams
2008-06-16 cilix42Address compile warning
2008-06-16 cilix42New LPE: Angle bisector
2008-06-16 cilix42New LPE: circle through 3 points
2008-06-16 cilix42Ditch PERMANENT_FLASH because it is handled by provides...
2008-06-16 cilix42Second step: try to make helper curves respond faster...
2008-06-16 cilix42First step towards making helper paths for LPE items...
2008-06-14 johanengelencatch cases where LPE Spiro generates non-continuous...
2008-06-14 johanengelenput exception catch block around all doEffect calls...
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
next