summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove obsolete function param_editOncanvas for PointParamsMaximilian Albert2008-07-292-22/+0
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert2008-07-293-5/+2
* Remove superfluous functionsMaximilian Albert2008-07-292-4/+1
* LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert2008-07-293-11/+36
* purge LivePathEffect::PathTypeJohan B. C. Engelen2008-07-206-26/+0
* add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen2008-07-202-22/+50
* warning cleanupJon A. Cruz2008-07-161-1/+1
* Enable simultaneous knotholder and nodepathMaximilian Albert2008-07-141-1/+1
* move undo commits closer to the UIbulia byak2008-07-051-2/+2
* live_effects/parameter/enum.h: Supply missing #includes/declarations so that ...Peter Moulder2008-07-051-0/+1
* Warning cleanupJon A. Cruz2008-07-042-4/+5
* Remove oncanvas_editable attribute for PointParams; use their internal shape ...Maximilian Albert2008-07-042-4/+5
* First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert2008-07-032-6/+13
* Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert2008-07-021-10/+0
* Enable status bar tips for LPE handles that are automatically created from Po...Maximilian Albert2008-07-022-2/+8
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-10/+0
* use pathvector directly from SPCurve in LPE path parameter.Johan B. C. Engelen2008-06-221-1/+1
* Make knotholder members protectedMaximilian Albert2008-06-181-2/+2
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-18/+2
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
* Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert2008-06-083-3/+32
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-062-8/+7
* Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert2008-06-0511-12/+12
* Add paramType() method to LPE parameter classesMaximilian Albert2008-06-056-0/+26
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...Maximilian Albert2008-06-041-2/+16
* C++ify knotholdersMaximilian Albert2008-06-043-99/+24
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-10/+0
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-1/+1
* C++-ify initialization of Parameter and ScalarParam classesJohan B. C. Engelen2008-04-131-15/+15
* fix typoJohan B. C. Engelen2008-04-131-1/+0
* now with 2geom's arc implem. : accept pasting ellipse path params.Johan B. C. Engelen2008-04-131-13/+6
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-3/+1
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-20/+20
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-051-0/+5
* Make BoolParam usable in boolean expressions directlyMaximilian Albert2008-04-021-0/+3
* add CMakeLists.txt files for live_effectsJohan B. C. Engelen2008-03-291-0/+21
* svn propset svn:eol-style native **/todo.txtPeter Moulder2008-03-291-6/+6
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...Peter Moulder2008-03-293-314/+314
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-282-2/+17
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-275-20/+264
* system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY2008-03-261-24/+17
* Corrected initialization orderJon A. Cruz2008-03-241-1/+1
* prepare PathParam for linking to other objectJohan B. C. Engelen2008-03-232-21/+29
* set primary path storage to vector<path> in lpe-PathParam. only convert to pw...Johan B. C. Engelen2008-03-232-17/+61
* return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen2008-03-232-2/+2
* remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen2008-03-232-10/+33
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-221-8/+8
* fix fileJohan B. C. Engelen2008-03-221-204/+0
* * add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen2008-03-222-2/+206