| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe | Johan B. C. Engelen | 2008-02-20 | 2 | -1/+7 |
| | | | | (bzr r4789) | ||||
| * | add copy button to LPE pathparam | Johan B. C. Engelen | 2008-01-26 | 2 | -0/+16 |
| | | | | (bzr r4600) | ||||
| * | path lpe parameter should not know of it's edit button since it has no ↵ | Johan B. C. Engelen | 2008-01-26 | 2 | -8/+0 |
| | | | | | | unique button. (bzr r4598) | ||||
| * | fix initialization of lpe params | Johan B. C. Engelen | 2008-01-26 | 4 | -2/+6 |
| | | | | (bzr r4592) | ||||
| * | RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 1 | -17/+10 |
| | | | | | | RegisteredWdg (bzr r4523) | ||||
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 2 | -32/+11 |
| | | | | | | RegisteredWdg (bzr r4521) | ||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 4 | -50/+38 |
| | | | | (bzr r4500) | ||||
| * | RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated ↵ | Johan B. C. Engelen | 2008-01-15 | 2 | -29/+17 |
| | | | | | | | | class, all that use it should be recoded and RegisteredWdg should be deleted as soon as possible. The *new* RegisteredWidget is a template class and should be subclassed (eventually) from Gtk::Widget, for example RegisteredWidget<Scalar> will be subclassed from Scalar, which is subclassed from Labelled, => Gtk::HBox => Gtk::Widget. This way, a RegisteredWidget<T> can be directly used as Gtk::Widget, and gtk::manage works, etc! This all should solve the problem of having multiple widgets for the same parameters. (bzr r4496) | ||||
| * | prepare LPE parameter widgets to be owned by multiple dialogs, as it should be. | Johan B. C. Engelen | 2008-01-15 | 11 | -56/+54 |
| | | | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495) | ||||
| * | correctly transform LPE path and point parameters with the SPItem's transform | Johan B. C. Engelen | 2008-01-08 | 6 | -7/+29 |
| | | | | (bzr r4433) | ||||
| * | fix typo notepath => nodepath | Johan B. C. Engelen | 2008-01-02 | 3 | -3/+3 |
| | | | | (bzr r4369) | ||||
| * | make LPE parameters responsible for transformation (LPE cycles through its ↵ | Johan B. C. Engelen | 2008-01-02 | 3 | -0/+6 |
| | | | | | | params to apply transform) (bzr r4368) | ||||
| * | Set teeth selector in lpe-gears to an integer value >= 3. | Bryce Harrington | 2007-12-30 | 1 | -4/+5 |
| | | | | | | Fix trailing whitespace. (bzr r4342) | ||||
| * | fix compile warning with C++ style cast | Johan B. C. Engelen | 2007-11-17 | 1 | -1/+1 |
| | | | | (bzr r4096) | ||||
| * | Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h. | Johan B. C. Engelen | 2007-11-09 | 1 | -1/+1 |
| | | | | | | Add conversion functions between Geom::Point and NR::Point (bzr r4050) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -3/+14 |
| | | | | (bzr r4025) | ||||
| * | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 2007-11-04 | 3 | -3/+3 |
| | | | | | | reverted for some files to keep them C-compatible. (bzr r4024) | ||||
| * | make setup_notepath function for LPE's and LPE parameters. | Johan B. C. Engelen | 2007-11-03 | 3 | -0/+15 |
| | | | | (bzr r4018) | ||||
| * | LPE: implement NEW path-along-path effect, i think that old one has become ↵ | Johan B. C. Engelen | 2007-10-30 | 2 | -0/+11 |
| | | | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983) | ||||
| * | LPE: implement 'edit next LPE parameter'. Accessible through key '7'. | Johan B. C. Engelen | 2007-10-28 | 4 | -12/+34 |
| | | | | (bzr r3968) | ||||
| * | Fix bug [ 1818794 ] Showing grid on opening svg | Johan B. C. Engelen | 2007-10-24 | 1 | -4/+1 |
| | | | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957) | ||||
| * | LPE: add on-canvas editing of path parameters! | Johan B. C. Engelen | 2007-10-20 | 2 | -4/+24 |
| | | | | (bzr r3934) | ||||
| * | trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 11 | -1298/+1298 |
| | | | | (bzr r3884) | ||||
| * | add verticalpattern checkbox to path-along-path and some parameters that are ↵ | Johan B. C. Engelen | 2007-09-15 | 1 | -4/+5 |
| | | | | | | not yet used. fix ScalarParam bug (bzr r3755) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -1/+1 |
| | | | | (bzr r3753) | ||||
| * | change Y-scaling for curve stiching and path-along-path. add warning message ↵ | Johan B. C. Engelen | 2007-09-14 | 2 | -0/+31 |
| | | | | | | when path effect errors due to 2geom exception. (bzr r3748) | ||||
| * | fix pasting of LPE's across multiple document; plus a number of small fixes. | Johan B. C. Engelen | 2007-09-14 | 1 | -3/+0 |
| | | | | (bzr r3745) | ||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -17/+17 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | LPE: fix undo bug for applying/removing effect | Johan B. C. Engelen | 2007-09-05 | 1 | -1/+1 |
| | | | | (bzr r3686) | ||||
| * | do not set value if widget is updating | bulia byak | 2007-09-05 | 1 | -1/+1 |
| | | | | (bzr r3682) | ||||
| * | LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵ | Johan B. C. Engelen | 2007-09-04 | 2 | -6/+6 |
| | | | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675) | ||||
| * | Fix makefiles for added LPE parameter | Johan B. C. Engelen | 2007-09-02 | 1 | -0/+2 |
| | | | | (bzr r3664) | ||||
| * | LPE: add RandomParam type. | Johan B. C. Engelen | 2007-09-02 | 5 | -11/+282 |
| | | | | (bzr r3662) | ||||
| * | Add "scale y stroke" parameter to Curve Stitching LPE | Johan B. C. Engelen | 2007-08-31 | 1 | -0/+2 |
| | | | | (bzr r3630) | ||||
| * | LPE: | Johan B. C. Engelen | 2007-08-29 | 3 | -14/+60 |
| | | | | | | | | - rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614) | ||||
| * | Add BoolParam for LPE's | Johan B. C. Engelen | 2007-08-29 | 3 | -0/+152 |
| | | | | (bzr r3610) | ||||
| * | Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' ↵ | Johan B. C. Engelen | 2007-08-26 | 1 | -4/+9 |
| | | | | | | | | in it (arcs) The code should be removed when 2geom is capable of handling 'A' parameters. (bzr r3588) | ||||
| * | 2 LPE things: | Johan B. C. Engelen | 2007-08-26 | 2 | -0/+2 |
| | | | | | | | * Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585) | ||||
| * | Add default value stuff for LPE parameters | Johan B. C. Engelen | 2007-08-19 | 7 | -17/+71 |
| | | | | (bzr r3536) | ||||
| * | Fix LPE: | Johan B. C. Engelen | 2007-08-17 | 7 | -40/+64 |
| | | | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 9 | -0/+756 |
| (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | |||||
