| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | and two more files that were missed in lpe-group commit | Johan B. C. Engelen | 2008-03-28 | 2 | -0/+116 | |
| | | | | (bzr r5221) | |||||
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 5 | -21/+98 | |
| | | | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219) | |||||
| * | add linking to other paths to lpe-PathParam | Johan B. C. Engelen | 2008-03-27 | 5 | -20/+264 | |
| | | | | (bzr r5209) | |||||
| * | system clipboard support (bug #170185) from Chris Kosiński | MenTaLguY | 2008-03-26 | 1 | -24/+17 | |
| | | | | (bzr r5190) | |||||
| * | Corrected initialization order | Jon A. Cruz | 2008-03-24 | 1 | -1/+1 | |
| | | | | (bzr r5185) | |||||
| * | prepare PathParam for linking to other object | Johan B. C. Engelen | 2008-03-23 | 2 | -21/+29 | |
| | | | | (bzr r5180) | |||||
| * | set primary path storage to vector<path> in lpe-PathParam. only convert to ↵ | Johan B. C. Engelen | 2008-03-23 | 2 | -17/+61 | |
| | | | | | | pwd2 when needed. (bzr r5179) | |||||
| * | return const reference when getting path data from lpe-PathParam! | Johan B. C. Engelen | 2008-03-23 | 2 | -2/+2 | |
| | | | | (bzr r5177) | |||||
| * | remove multiple inheritance from lpe PathParam. since it is often desired to ↵ | Johan B. C. Engelen | 2008-03-23 | 6 | -17/+40 | |
| | | | | | | get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176) | |||||
| * | changes to use RegisteredTransformedPoint as widget for LPE point. not complete | Johan B. C. Engelen | 2008-03-22 | 1 | -8/+8 | |
| | | | | (bzr r5171) | |||||
| * | fix file | Johan B. C. Engelen | 2008-03-22 | 1 | -204/+0 | |
| | | | | (bzr r5166) | |||||
| * | * add RegisteredTransformedPoint widget, that transforms the point before ↵ | Johan B. C. Engelen | 2008-03-22 | 2 | -2/+206 | |
| | | | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165) | |||||
| * | Line-end fixups | Jon A. Cruz | 2008-03-22 | 2 | -275/+275 | |
| | | | | (bzr r5161) | |||||
| * | temporary fix. removed LPE context verb. now toolbar is normal again in windows. | Johan B. C. Engelen | 2008-03-21 | 1 | -1/+1 | |
| | | | | (bzr r5153) | |||||
| * | clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ↵ | Johan B. C. Engelen | 2008-03-21 | 3 | -43/+44 | |
| | | | | | | object. It's the next step. (bzr r5151) | |||||
| * | Clean up event handler functions of pointparam-knotholder.cpp | Johan B. C. Engelen | 2008-03-21 | 1 | -74/+5 | |
| | | | | (bzr r5144) | |||||
| * | add pointparam-knotholder files to Makefile_insert | Johan B. C. Engelen | 2008-03-20 | 1 | -0/+2 | |
| | | | | (bzr r5137) | |||||
| * | forgot to commit the two essential files! sorry to break the build for a second | Johan B. C. Engelen | 2008-03-20 | 2 | -0/+343 | |
| | | | | (bzr r5136) | |||||
| * | remove #ifdef that was used to disable on-canvas editing. | Johan B. C. Engelen | 2008-03-20 | 1 | -7/+4 | |
| | | | | | | fix initialization of PointParam (bzr r5135) | |||||
| * | define color of point parameter in LPEdoEffectStackTest | Johan B. C. Engelen | 2008-03-20 | 1 | -2/+4 | |
| | | | | | | add tooltips to parameters of LPEdoEffectStackTest (bzr r5134) | |||||
| * | Add on-canvas editing of LPE PointParam. | Johan B. C. Engelen | 2008-03-20 | 2 | -2/+25 | |
| | | | | | | | | | * made special KnotHolder for Pointparameters. todo: * pointparam numerical widgets display SVG info, instead of desktop coordinates. must be fixed * knots cannot be selected and moved by keys (bzr r5133) | |||||
| * | lpe-sketch: deal with empty input. fix bug #201735. | JF Barraud | 2008-03-16 | 1 | -5/+6 | |
| | | | | (bzr r5105) | |||||
| * | lpe-sketch: fixed a bug about construction lines being all stacked on a ↵ | JF Barraud | 2008-03-16 | 1 | -38/+19 | |
| | | | | | | single component. (bzr r5104) | |||||
| * | lpe-vonkoch: complexity bound + choose bbox/segment as reference. | JF Barraud | 2008-03-16 | 3 | -77/+171 | |
| | | | | | | lpe-knot: support for self intersecting bezier (will be moved to 2geom). (bzr r5103) | |||||
| * | skeletal-stroke: offset parameters are back again... optionaly proportional ↵ | JF Barraud | 2008-03-09 | 3 | -13/+55 | |
| | | | | | | to pattern size. (bzr r5007) | |||||
| * | changed vonkoch to use bbox of input object as reference. | JF Barraud | 2008-03-03 | 1 | -6/+12 | |
| | | | | (bzr r4932) | |||||
| * | remove flashing test indicator on pointparam. | Johan B. C. Engelen | 2008-03-02 | 3 | -30/+0 | |
| | | | | | | | | | | remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931) | |||||
| * | stupid bug fix (crash upon big stroke length variation) + some parameters ↵ | JF Barraud | 2008-03-02 | 1 | -12/+22 | |
| | | | | | | renamed (bzr r4927) | |||||
| * | NEW: temporary on-canvas indicators | Johan B. C. Engelen | 2008-03-02 | 4 | -12/+34 | |
| | | | | (bzr r4918) | |||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-03-01 | 1 | -1/+1 | |
| | | | | (bzr r4914) | |||||
| * | fix warnings | Johan B. C. Engelen | 2008-02-29 | 3 | -4/+4 | |
| | | | | (bzr r4905) | |||||
| * | fixing wrong includes | Felipe Corr??a da Silva Sanches | 2008-02-28 | 2 | -2/+2 | |
| | | | | (bzr r4898) | |||||
| * | Remove unnecessary dependencies for some of the lpe parameters. | Johan B. C. Engelen | 2008-02-28 | 9 | -14/+5 | |
| | | | | (bzr r4896) | |||||
| * | * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵ | Johan B. C. Engelen | 2008-02-27 | 7 | -43/+44 | |
| | | | | | | | | point lpe parameters. This function still needs to be implemented. * put forward declarations in lpe parameters to decrease recompile times (bzr r4888) | |||||
| * | Fixed initialization order problem | Jon A. Cruz | 2008-02-27 | 1 | -1/+1 | |
| | | | | (bzr r4878) | |||||
| * | Whitespace cleanup | Jon A. Cruz | 2008-02-25 | 6 | -776/+773 | |
| | | | | (bzr r4843) | |||||
| * | 3 new lpe gadgets: sketch, knot and vonkoch. | JF Barraud | 2008-02-25 | 9 | -0/+947 | |
| | | | | (bzr r4842) | |||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 3 | -8/+8 | |
| | | | | (bzr r4838) | |||||
| * | 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) | |||||
