Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / live_effects / parameter /
2009-01-08 buliabyakmove shape_editor from node context to the parent class...
2009-01-05 verbalshadowCmake build fixes, minor
2008-12-17 jfbarraudfixed transform_mutliply for vector lpe parameter.
2008-11-21 Ted GouldMerge from fe-moved
2008-10-11 Ted GouldMerging from trunk
2008-09-25 Ted GouldSorry, I got off on a branch and ended up with a bunch...
2008-09-02 johanengelenadd lpe param: VectorParam<float> and VectorParam<double>
2008-08-18 cilix42cast for EnumParam
2008-08-13 cilix42Get rid of some superfluous includes
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-07 johanengelentry to make LPE optimizations easier. example in LPE...
2008-08-03 joncruzFixed broken empty string check
2008-08-03 johanengelenremove many needless references to n-art-bpath.h
2008-08-01 johanengelenremove more NR:: from live_effects code
2008-08-01 johanengelen2geomify a lot of NR::Points to Geom::Point
2008-08-01 johanengelenreplace matrix division code.
2008-08-01 johanengelenchange knot.h to Geom::Point only instead of NR::Point.
2008-08-01 cilix42Make PointParam handles snap, too
2008-08-01 joncruzWarning cleanup
2008-07-31 johanengelenremove old reminder file (of my GSoC last year)
2008-07-31 cilix42Remove UI stuff from internal text parameter
2008-07-31 cilix42New unit parameter for LPEs which lpe-ruler now uses
2008-07-30 cilix42New function to set text position and anchor relative...
2008-07-30 cilix42Move coordinate transform workaround to a more logical...
2008-07-30 cilix42New 'internal' TextParam which doesn't display a widget...
2008-07-30 cilix42Make text widget for TextParams work and re-enable it
2008-07-29 cilix42Disable text entry widget for TextParam until it works...
2008-07-29 cilix42Temporarily move the code from display/canvas-text...
2008-07-29 cilix42New parameter TextParam for LPEs
2008-07-29 cilix42automatically add helperpath for PathParams
2008-07-29 cilix42Remove addHelperPaths() from Effect; now getHelperPaths...
2008-07-29 cilix42Remove obsolete function param_editOncanvas for PointParams
2008-07-29 cilix42Rename isLPEParam() to isDeletable(), create new class...
2008-07-29 cilix42Remove superfluous functions
2008-07-29 cilix42LPE knotholder refactoring: PointParams are not knothol...
2008-07-20 johanengelenpurge LivePathEffect::PathType
2008-07-20 johanengelenadd comments about setting new LPE PathParam path data...
2008-07-16 joncruzwarning cleanup
2008-07-14 cilix42Enable simultaneous knotholder and nodepath
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-03 cilix42First shot at a dropdown selector for various shapes...
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-24 verbalshadowCmake: remove header files from source lists
2008-06-22 johanengelenuse pathvector directly from SPCurve in LPE path parameter.
2008-06-18 cilix42Make knotholder members protected
2008-06-16 cilix42Activate automatic knotholders for LPE PointParams
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
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 cilix42C++ify knotholders
2008-05-09 johanengelen- try to use more forward declarations for less depende...
2008-05-05 johanengelenstruct SPCurve => class SPCurve
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-10 acspikeprocess source subdirectories with INCLUDE() instead...
2008-04-07 johanengelencmake: EOL of cmakelists.txt in subdirs
2008-04-05 johanengelenRegisteredTransformedPoint: fix methods to use const&.
2008-04-02 cilix42Make BoolParam usable in boolean expressions directly
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-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 johanengelenAdd on-canvas editing of LPE PointParam.
2008-03-02 johanengelenremove flashing test indicator on pointparam.
2008-03-02 johanengelenNEW: temporary on-canvas indicators
2008-03-01 joncruzWarning and whitespace cleanup
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-25 joncruzWhitespace cleanup
2008-02-24 joncruzWarning and whitespace cleanup
2008-02-20 johanengelenfix Bug #191909 crash on lpe stitch sub-paths, also...
2008-01-26 johanengelenadd copy button to LPE pathparam
2008-01-26 johanengelenpath lpe parameter should not know of it's edit button...
next