summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed broken empty string checkJon A. Cruz2008-08-031-10/+10
| | | (bzr r6542)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* remove more NR:: from live_effects codeJohan B. C. Engelen2008-08-011-2/+2
| | | (bzr r6515)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-012-14/+13
| | | (bzr r6513)
* replace matrix division code.Johan B. C. Engelen2008-08-011-8/+7
| | | (bzr r6512)
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-1/+1
| | | (bzr r6511)
* Make PointParam handles snap, tooMaximilian Albert2008-08-011-1/+2
| | | (bzr r6507)
* Warning cleanupJon A. Cruz2008-08-014-5/+5
| | | (bzr r6495)
* remove old reminder file (of my GSoC last year)Johan B. C. Engelen2008-07-311-6/+0
| | | (bzr r6492)
* Remove UI stuff from internal text parameterMaximilian Albert2008-07-311-10/+6
| | | (bzr r6488)
* New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert2008-07-313-1/+148
| | | (bzr r6487)
* New function to set text position and anchor relative to a given pathMaximilian Albert2008-07-302-0/+20
| | | (bzr r6475)
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-301-1/+2
| | | (bzr r6471)
* New 'internal' TextParam which doesn't display a widget (useful if the text ↵Maximilian Albert2008-07-302-5/+29
| | | | | should not be settable by the user); lpe-ruler uses it now (bzr r6470)
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-302-8/+5
| | | (bzr r6469)
* Disable text entry widget for TextParam until it works correctlyMaximilian Albert2008-07-291-0/+5
| | | (bzr r6466)
* Temporarily move the code from display/canvas-text.(h|cpp) to ↵Maximilian Albert2008-07-291-1/+2
| | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465)
* New parameter TextParam for LPEsMaximilian Albert2008-07-293-3/+176
| | | (bzr r6462)
* automatically add helperpath for PathParamsMaximilian Albert2008-07-292-0/+7
| | | (bzr r6457)
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵Maximilian Albert2008-07-291-0/+4
| | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450)
* Remove obsolete function param_editOncanvas for PointParamsMaximilian Albert2008-07-292-22/+0
| | | (bzr r6449)
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert2008-07-293-5/+2
| | | | | and make inheritance from it a bit less clumsy (bzr r6448)
* Remove superfluous functionsMaximilian Albert2008-07-292-4/+1
| | | (bzr r6447)
* LPE knotholder refactoring: PointParams are not knotholder entities any ↵Maximilian Albert2008-07-293-11/+36
| | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446)
* purge LivePathEffect::PathTypeJohan B. C. Engelen2008-07-206-26/+0
| | | (bzr r6373)
* add comments about setting new LPE PathParam path data. refactor things a ↵Johan B. C. Engelen2008-07-202-22/+50
| | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371)
* warning cleanupJon A. Cruz2008-07-161-1/+1
| | | (bzr r6329)
* Enable simultaneous knotholder and nodepathMaximilian Albert2008-07-141-1/+1
| | | (bzr r6291)
* move undo commits closer to the UIbulia byak2008-07-051-2/+2
| | | (bzr r6195)
* live_effects/parameter/enum.h: Supply missing #includes/declarations so that ↵Peter Moulder2008-07-051-0/+1
| | | | | we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6177)
* Warning cleanupJon A. Cruz2008-07-042-4/+5
| | | (bzr r6156)
* Remove oncanvas_editable attribute for PointParams; use their internal shape ↵Maximilian Albert2008-07-042-4/+5
| | | | | settings for the knotholder handle (bzr r6151)
* First shot at a dropdown selector for various shapes in pen/pencil tool, ↵Maximilian Albert2008-07-032-6/+13
| | | | | | | along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127)
* Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert2008-07-021-10/+0
| | | (bzr r6119)
* Enable status bar tips for LPE handles that are automatically created from ↵Maximilian Albert2008-07-022-2/+8
| | | | | PointParams (bzr r6118)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-10/+0
| | | (bzr r6046)
* use pathvector directly from SPCurve in LPE path parameter.Johan B. C. Engelen2008-06-221-1/+1
| | | (bzr r6015)
* Make knotholder members protectedMaximilian Albert2008-06-181-2/+2
| | | (bzr r5994)
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-18/+2
| | | (bzr r5963)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
| | | (bzr r5915)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-083-3/+32
| | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-062-8/+7
| | | (bzr r5823)
* Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵Maximilian Albert2008-06-0511-12/+12
| | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817)
* Add paramType() method to LPE parameter classesMaximilian Albert2008-06-056-0/+26
| | | (bzr r5816)
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵Maximilian Albert2008-06-041-2/+16
| | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802)
* C++ify knotholdersMaximilian Albert2008-06-043-99/+24
| | | (bzr r5797)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-10/+0
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-1/+1
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* C++-ify initialization of Parameter and ScalarParam classesJohan B. C. Engelen2008-04-131-15/+15
| | | (bzr r5430)
* fix typoJohan B. C. Engelen2008-04-131-1/+0
| | | (bzr r5429)