| 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 | 4 | -50/+73 |
| | | | | (bzr r4789) | ||||
| * | remaining g++ 4.3 compilation fix-ups | Kees Cook | 2008-02-11 | 1 | -0/+2 |
| | | | | (bzr r4706) | ||||
| * | revert to previous version. | JF Barraud | 2008-02-10 | 1 | -20/+9 |
| | | | | (bzr r4700) | ||||
| * | Fix wrong identification of invalid effects (for unknown effects, it used to ↵ | Johan B. C. Engelen | 2008-02-06 | 1 | -4/+2 |
| | | | | | | default to Bend Path). Now it is reckognized as invalid effect, but still the effect is executed: meaning that "original-d" is copied to "d" instead of keeping "d" attrib. That still needs to be fixed. (bzr r4672) | ||||
| * | lpe-skeletal-stroke: make spacing and normal_offset parameters do something... | JF Barraud | 2008-02-05 | 1 | -9/+20 |
| | | | | (bzr r4658) | ||||
| * | add copy button to LPE pathparam | Johan B. C. Engelen | 2008-01-26 | 2 | -0/+16 |
| | | | | (bzr r4600) | ||||
| * | LPE bend path was badly broken. fixed now. | Johan B. C. Engelen | 2008-01-26 | 2 | -84/+3 |
| | | | | | | removed the dropdown box since it should not be there (left-over from pattern along path) (bzr r4599) | ||||
| * | 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) | ||||
| * | add default functions for transforming lpe-pathalongpath.cpp and ↵ | Johan B. C. Engelen | 2008-01-18 | 4 | -0/+19 |
| | | | | | | lpe-skeletalstrokes.cpp (bzr r4558) | ||||
| * | fix transformation of LPECurveStitch when "Scale width relative" is set | Johan B. C. Engelen | 2008-01-17 | 2 | -0/+18 |
| | | | | (bzr r4543) | ||||
| * | sorry for this late feature change. this makes the curvestitching *that* ↵ | Johan B. C. Engelen | 2008-01-17 | 2 | -20/+22 |
| | | | | | | much powerful, plus when this would be introduced in 0.47 it would make 0.46's curvestitching xml obsolete and I'd have to tedious compatibility code. (bzr r4539) | ||||
| * | Oops, set 'scislac' modus off by default ofcourse. | Johan B. C. Engelen | 2008-01-16 | 1 | -1/+1 |
| | | | | (bzr r4526) | ||||
| * | fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to ↵ | Johan B. C. Engelen | 2008-01-16 | 1 | -4/+11 |
| | | | | | | normal user. (bzr r4525) | ||||
| * | RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 3 | -20/+13 |
| | | | | | | 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 | 13 | -84/+75 |
| | | | | | | | 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 missing tooltips in LPE's. (Closes LP: #178471) | Bryce Harrington | 2008-01-06 | 2 | -2/+9 |
| | | | | | | Whitespace cleanup. (bzr r4413) | ||||
| * | Corrected tooltips and labels in the LPEs | Joel Holdsworth | 2008-01-04 | 2 | -5/+5 |
| | | | | (bzr r4386) | ||||
| * | fix typo notepath => nodepath | Johan B. C. Engelen | 2008-01-02 | 7 | -8/+8 |
| | | | | (bzr r4369) | ||||
| * | make LPE parameters responsible for transformation (LPE cycles through its ↵ | Johan B. C. Engelen | 2008-01-02 | 4 | -0/+7 |
| | | | | | | params to apply transform) (bzr r4368) | ||||
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 4 | -20/+53 |
| | | | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367) | ||||
| * | Set teeth selector in lpe-gears to an integer value >= 3. | Bryce Harrington | 2007-12-30 | 4 | -31/+34 |
| | | | | | | Fix trailing whitespace. (bzr r4342) | ||||
| * | add tooltip text to bend path. #178471 | Johan B. C. Engelen | 2007-12-28 | 1 | -1/+1 |
| | | | | (bzr r4324) | ||||
| * | CRLF fix | Jon A. Cruz | 2007-12-17 | 2 | -276/+276 |
| | | | | (bzr r4247) | ||||
| * | LPE Bendpath: disable width path | Johan B. C. Engelen | 2007-12-07 | 2 | -5/+11 |
| | | | | (bzr r4189) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-12-05 | 1 | -2/+2 |
| | | | | (bzr r4175) | ||||
| * | LPEbendpath fix: save widthfactor parameter ofcourse doh! | Johan B. C. Engelen | 2007-11-23 | 2 | -3/+5 |
| | | | | (bzr r4131) | ||||
| * | LPE add experimental width control to bend path! | Johan B. C. Engelen | 2007-11-23 | 2 | -11/+19 |
| | | | | (bzr r4130) | ||||
| * | fix bug caused by rev. 16540 | Johan B. C. Engelen | 2007-11-22 | 2 | -9/+9 |
| | | | | (bzr r4128) | ||||
| * | Fix ordering of LPE parameters (no longer use map, just use vector) | Johan B. C. Engelen | 2007-11-21 | 2 | -31/+41 |
| | | | | (bzr r4125) | ||||
| * | rename path along path to Bend Path | Johan B. C. Engelen | 2007-11-21 | 1 | -3/+3 |
| | | | | | | rename subcurve to stitch subpaths (bzr r4124) | ||||
| * | correct another copy-paste error ;-) | Maximilian Albert | 2007-11-20 | 1 | -1/+1 |
| | | | | (bzr r4118) | ||||
| * | Enhanced subcurve stitching tool to look more like Expression's effect lines | Johan B. C. Engelen | 2007-11-20 | 2 | -6/+15 |
| | | | | (bzr r4117) | ||||
| * | correct copy-paste error | Johan B. C. Engelen | 2007-11-20 | 2 | -2/+2 |
| | | | | (bzr r4116) | ||||
| * | Make LPE Path along path behave more naturally. (fixes problems in moving a ↵ | Johan B. C. Engelen | 2007-11-18 | 2 | -2/+8 |
| | | | | | | path with that effect applied to it) (bzr r4107) | ||||
| * | Fix exception catching, to allow polymorphism. Note to all: always catch by ↵ | Johan B. C. Engelen | 2007-11-17 | 1 | -1/+1 |
| | | | | | | reference! 17.7 of C++FAQlite (bzr r4099) | ||||
| * | fix compile warning with C++ style cast | Johan B. C. Engelen | 2007-11-17 | 1 | -1/+1 |
| | | | | (bzr r4096) | ||||
| * | 2geom tryout: new exceptions | Johan B. C. Engelen | 2007-11-17 | 1 | -2/+2 |
| | | | | (bzr r4094) | ||||
| * | LPE: no longer overload doEffect methods, but name them according to ↵ | Johan B. C. Engelen | 2007-11-12 | 15 | -34/+33 |
| | | | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067) | ||||
| * | 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) | ||||
| * | try to fix "hidden method" warning | Johan B. C. Engelen | 2007-11-08 | 1 | -2/+3 |
| | | | | (bzr r4046) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 2 | -10/+10 |
| | | | | (bzr r4043) | ||||
| * | * UI text change "Curve stitching" to "Stitch subcurves" | Johan B. C. Engelen | 2007-11-06 | 3 | -6/+37 |
| | | | | | | * add better default strokepath for stitch subcurves (bzr r4035) | ||||
| * | pattern along path is not obsolete :) | Johan B. C. Engelen | 2007-11-05 | 1 | -1/+1 |
| | | | | (bzr r4032) | ||||
| * | 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 | 11 | -19/+19 |
| | | | | | | reverted for some files to keep them C-compatible. (bzr r4024) | ||||
