summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed broken empty string checkJon A. Cruz2008-08-031-10/+10
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* remove more NR:: from live_effects codeJohan B. C. Engelen2008-08-011-2/+2
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-012-14/+13
* replace matrix division code.Johan B. C. Engelen2008-08-011-8/+7
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-1/+1
* Make PointParam handles snap, tooMaximilian Albert2008-08-011-1/+2
* Warning cleanupJon A. Cruz2008-08-014-5/+5
* remove old reminder file (of my GSoC last year)Johan B. C. Engelen2008-07-311-6/+0
* Remove UI stuff from internal text parameterMaximilian Albert2008-07-311-10/+6
* New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert2008-07-313-1/+148
* New function to set text position and anchor relative to a given pathMaximilian Albert2008-07-302-0/+20
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-301-1/+2
* New 'internal' TextParam which doesn't display a widget (useful if the text s...Maximilian Albert2008-07-302-5/+29
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-302-8/+5
* Disable text entry widget for TextParam until it works correctlyMaximilian Albert2008-07-291-0/+5
* Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-...Maximilian Albert2008-07-291-1/+2
* New parameter TextParam for LPEsMaximilian Albert2008-07-293-3/+176
* automatically add helperpath for PathParamsMaximilian Albert2008-07-292-0/+7
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert2008-07-291-0/+4
* 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