| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Second step: try to make helper curves respond faster (don't recreate/delete ↵ | Maximilian Albert | 2008-06-16 | 4 | -3/+10 | |
| | | | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955) | |||||
| * | First step towards making helper paths for LPE items work better | Maximilian Albert | 2008-06-16 | 5 | -2/+45 | |
| | | | | (bzr r5954) | |||||
| * | catch cases where LPE Spiro generates non-continuous paths | Johan B. C. Engelen | 2008-06-14 | 1 | -0/+21 | |
| | | | | (bzr r5939) | |||||
| * | put exception catch block around all doEffect calls. (so in SP_LPE_ITEM) | Johan B. C. Engelen | 2008-06-14 | 1 | -15/+2 | |
| | | | | (bzr r5938) | |||||
| * | fixed another typo | Alexandre Prokoudine | 2008-06-14 | 1 | -2/+2 | |
| | | | | (bzr r5930) | |||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 3 | -5/+5 | |
| | | | | (bzr r5915) | |||||
| * | LPE Enveloppe: return input path when xx and yy are both false | Johan B. C. Engelen | 2008-06-12 | 1 | -0/+3 | |
| | | | | (bzr r5911) | |||||
| * | whitespace | Maximilian Albert | 2008-06-12 | 4 | -7/+7 | |
| | | | | (bzr r5905) | |||||
| * | Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵ | Maximilian Albert | 2008-06-12 | 4 | -15/+66 | |
| | | | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902) | |||||
| * | Cmake: Fix Dependencies with multiple include directories. | Joshua L. Blocher | 2008-06-12 | 1 | -0/+2 | |
| | | | | (bzr r5894) | |||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -4/+3 | |
| | | | | (bzr r5884) | |||||
| * | warning cleanup | Jon A. Cruz | 2008-06-11 | 2 | -4/+4 | |
| | | | | (bzr r5877) | |||||
| * | New LPE: Mirror reflection | Maximilian Albert | 2008-06-10 | 5 | -3/+159 | |
| | | | | (bzr r5875) | |||||
| * | Get rid of get_bpath() in lpe-tangent_to_curve.cpp | Maximilian Albert | 2008-06-10 | 1 | -3/+2 | |
| | | | | (bzr r5874) | |||||
| * | Don't convert path to straight line for LPE perpendicular bisector | Maximilian Albert | 2008-06-10 | 1 | -0/+2 | |
| | | | | (bzr r5873) | |||||
| * | Remove debugging messages | Maximilian Albert | 2008-06-10 | 1 | -5/+0 | |
| | | | | (bzr r5871) | |||||
| * | Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed | Maximilian Albert | 2008-06-10 | 5 | -40/+13 | |
| | | | | (bzr r5870) | |||||
| * | Add option to either suppress path flash for items with LPE (e.g., spiro ↵ | Maximilian Albert | 2008-06-08 | 4 | -1/+12 | |
| | | | | | | splines use this) or display it permanently while the item is selected. (bzr r5860) | |||||
| * | Re-add two handles for PerpBisector LPE (we don't add the other two because ↵ | Maximilian Albert | 2008-06-08 | 5 | -45/+100 | |
| | | | | | | | | they would duplicate the path's own handles and the correct solution would be to allow knotholders and nodepaths at the same time). Put the KnotHolderEntity classes into their own namespaces to avoid clashes. (bzr r5857) | |||||
| * | Better way to add LPE knotholder handles; now it happens semi-automatically ↵ | Maximilian Albert | 2008-06-08 | 5 | -67/+69 | |
| | | | | | | in a similar way as adding LPE parameters. (bzr r5856) | |||||
| * | Make knotholders for LPE items finally work; each effect can now overload ↵ | Maximilian Albert | 2008-06-08 | 7 | -106/+213 | |
| | | | | | | | | 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 trunk | Johan B. C. Engelen | 2008-06-06 | 9 | -61/+17 | |
| | | | | (bzr r5823) | |||||
| * | Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵ | Maximilian Albert | 2008-06-05 | 11 | -12/+12 | |
| | | | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817) | |||||
| * | Add paramType() method to LPE parameter classes | Maximilian Albert | 2008-06-05 | 6 | -0/+26 | |
| | | | | (bzr r5816) | |||||
| * | Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵ | Maximilian Albert | 2008-06-04 | 1 | -2/+16 | |
| | | | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802) | |||||
| * | Factor out 'create and apply' code for LPEs so that it can be called from ↵ | Maximilian Albert | 2008-06-04 | 2 | -0/+30 | |
| | | | | | | everywhere (bzr r5798) | |||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 5 | -102/+27 | |
| | | | | (bzr r5797) | |||||
| * | set eol-style:native for recently added files | Maximilian Albert | 2008-06-02 | 1 | -170/+170 | |
| | | | | (bzr r5783) | |||||
| * | set eol-style:native for recently added files | Maximilian Albert | 2008-06-02 | 5 | -672/+672 | |
| | | | | (bzr r5782) | |||||
| * | Cmake: added windows path to find modules. | Joshua L. Blocher | 2008-05-31 | 1 | -0/+1 | |
| | | | | (bzr r5770) | |||||
| * | add missing files | Johan B. C. Engelen | 2008-05-30 | 2 | -0/+322 | |
| | | | | (bzr r5767) | |||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 12 | -384/+406 | |
| | | | | | | (many thanks to the french students who made this.) (bzr r5766) | |||||
| * | Fix some compile warnings | Maximilian Albert | 2008-05-25 | 1 | -3/+3 | |
| | | | | (bzr r5752) | |||||
| * | noop: some more cosmetics in lpe-skeleton.(h|cpp) | Maximilian Albert | 2008-05-20 | 2 | -3/+14 | |
| | | | | (bzr r5718) | |||||
| * | Const fix for test | Jon A. Cruz | 2008-05-20 | 2 | -2/+2 | |
| | | | | (bzr r5716) | |||||
| * | second part of LPE skeleton correction from commit #18654 ;-) | Maximilian Albert | 2008-05-19 | 1 | -1/+1 | |
| | | | | (bzr r5714) | |||||
| * | Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵ | Joshua L. Blocher | 2008-05-19 | 1 | -3/+6 | |
| | | | | | | to their cmakelists.txts (bzr r5713) | |||||
| * | Add checkbox for LPEs to temporarily disable them on canvas (but keep them ↵ | Maximilian Albert | 2008-05-19 | 2 | -2/+7 | |
| | | | | | | applied to the object) (bzr r5711) | |||||
| * | Add possibility to let the 'tangent' have a fixed angle relative to the curve | Maximilian Albert | 2008-05-19 | 2 | -1/+10 | |
| | | | | (bzr r5709) | |||||
| * | Add handles to adapt tangent length | Maximilian Albert | 2008-05-19 | 2 | -5/+55 | |
| | | | | (bzr r5708) | |||||
| * | Forgot to add two files in commit #18667. Sorry for breaking the build for a ↵ | Maximilian Albert | 2008-05-19 | 2 | -0/+152 | |
| | | | | | | minute! (bzr r5707) | |||||
| * | Make LPEPerpBisector use the new nearest_point() function from point to line | Maximilian Albert | 2008-05-19 | 1 | -4/+1 | |
| | | | | (bzr r5706) | |||||
| * | New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵ | Maximilian Albert | 2008-05-19 | 3 | -1/+9 | |
| | | | | | | dragged along the curve) (bzr r5703) | |||||
| * | noop: cosmetics in lpe-skeleton.h | Maximilian Albert | 2008-05-19 | 1 | -2/+2 | |
| | | | | (bzr r5702) | |||||
| * | Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵ | Maximilian Albert | 2008-05-19 | 4 | -30/+162 | |
| | | | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701) | |||||
| * | Add a function doOnApply() for LPEs which is executed once when the effect ↵ | Maximilian Albert | 2008-05-18 | 2 | -0/+8 | |
| | | | | | | is applied to an item (contrary to doBeforeEffect() which is executed, e.g., each time a parameter changes (bzr r5698) | |||||
| * | Add function to return path effect type | Maximilian Albert | 2008-05-18 | 2 | -0/+7 | |
| | | | | (bzr r5696) | |||||
| * | New LPE: Perpendicular bisector | Maximilian Albert | 2008-05-18 | 5 | -1/+151 | |
| | | | | (bzr r5695) | |||||
| * | noop: add 'end of #includes' indicator in effect.cpp to simplify scripting | Maximilian Albert | 2008-05-18 | 1 | -0/+1 | |
| | | | | (bzr r5691) | |||||
| * | The declaration of doEffect_path() in lpe-skeleton.h should match the one in ↵ | Maximilian Albert | 2008-05-18 | 1 | -1/+1 | |
| | | | | | | live_effects/effect.h to ensure proper overloading (otherwise only the implementation in effect.h is called which does nothingsvn diff) (bzr r5690) | |||||
