Code

Resolves the year 1 problem on the calendar render extension.
[inkscape.git] / src / live_effects / parameter /
2010-08-30 JazzyNicoExtensions. Shebangs branch merge.
2010-08-13 Ted GouldSync to release 0.48 branch
2010-07-30 Johan Engelenpowerstroke: redefine meaning of offset point parameter...
2010-07-28 Johan Engelenpowerstroke: ctrl+click inserts new stroke knot. BUGGY...
2010-07-27 Johan Engelenpowerstroke: arbitrary number of control points.
2010-07-27 Johan Engelencommit missing files
2010-07-26 Johan Engelenmore powerstroke build infrastructure
2010-03-26 Ted GouldMerge from trunk
2010-03-19 Jon A. CruzCleanup of SP_ACTIVE_DESKTOP to prepare clipboard code...
2010-02-14 Johan- fix bug: xy grid default unit was not respected
2010-02-14 Johanadd widget controls for LPE VectorParam. Hide these...
2010-01-22 Krzysztof KosińskiFix some of the LPE issues.
2010-01-15 Jon A. CruzWarning cleanup.
2010-01-14 Krzysztof KosińskiMerge GSoC 2009 node tool rewrite
2010-01-14 Krzysztof Kosiński* Merge from trunk
2009-12-27 Arcadie M. CracanConnector tool: make connectors avoid the convex hull...
2009-12-24 Krzysztof KosińskiRemove remnants of old node tool
2009-12-21 Ted GouldUpdating to current trunk
2009-12-21 Ted GouldUpdating the READMEs to better handle OSX.
2009-12-20 Jon A. CruzWarning cleanup
2009-12-08 Krzysztof KosińskiFix LPEs and break mask transform undo
2009-11-29 Ted GouldMerging in the changes from the 0.47 release branch...
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Krzysztof KosińskiGSoC node tool
2009-11-29 Ted GouldMerging in from trunk
2009-11-29 Krzysztof KosińskiFirst GSoC node tool commit to Bazaar
2009-11-23 johanengelendecrease header deps
2009-06-21 cilix42Remove 'Is visible?' checkbox from LPE editor because...
2009-04-11 tweenkFix two missing icons in live effect parameters
2009-04-07 joncruzCtor fixes and misc warning cleanups
2009-03-19 johanengelentidy up SPObjects that must always be LivePathEffectObjects
2009-03-15 johanengelenstore default size in lpe::ArrayParam
2009-03-11 buliabyakmove canvastext to its own file (no linking error for...
2009-02-20 tweenkOnly build static libraries for subdirs than actually...
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&.
next