| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add lpe-Boolops | Johan B. C. Engelen | 2008-07-16 | 1 | -0/+5 | |
| | | | | (bzr r6334) | |||||
| * | New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵ | Maximilian Albert | 2008-07-15 | 1 | -0/+4 | |
| | | | | | | pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape (bzr r6322) | |||||
| * | New LPE: Ruler | Maximilian Albert | 2008-07-15 | 1 | -0/+5 | |
| | | | | (bzr r6319) | |||||
| * | Rename LPE: mirror reflect --> mirror symmetry | Maximilian Albert | 2008-07-08 | 1 | -4/+4 | |
| | | | | (bzr r6238) | |||||
| * | move undo commits closer to the UI | bulia byak | 2008-07-05 | 1 | -3/+0 | |
| | | | | (bzr r6195) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-04 | 1 | -2/+2 | |
| | | | | (bzr r6156) | |||||
| * | Remove oncanvas_editable attribute for PointParams; use their internal shape ↵ | Maximilian Albert | 2008-07-04 | 1 | -1/+2 | |
| | | | | | | settings for the knotholder handle (bzr r6151) | |||||
| * | New LPE: Offset | Maximilian Albert | 2008-07-03 | 1 | -0/+5 | |
| | | | | (bzr r6126) | |||||
| * | Enable status bar tips for LPE handles that are automatically created from ↵ | Maximilian Albert | 2008-07-02 | 1 | -3/+4 | |
| | | | | | | PointParams (bzr r6118) | |||||
| * | noop: be more consistent with function names (get_pathvector => set_pathvector) | Johan B. C. Engelen | 2008-06-26 | 1 | -1/+1 | |
| | | | | (bzr r6078) | |||||
| * | Display helper grid for LPELattice; automatically add helper paths for LPE ↵ | Maximilian Albert | 2008-06-18 | 1 | -1/+11 | |
| | | | | | | PathParams (bzr r5996) | |||||
| * | Improve comments and catch missing desktop in effect.cpp | Maximilian Albert | 2008-06-18 | 1 | -4/+5 | |
| | | | | (bzr r5993) | |||||
| * | New LPE: Copy rotate | Maximilian Albert | 2008-06-18 | 1 | -0/+5 | |
| | | | | (bzr r5978) | |||||
| * | New LPE: Parallel | Maximilian Albert | 2008-06-18 | 1 | -0/+5 | |
| | | | | (bzr r5975) | |||||
| * | Activate automatic knotholders for LPE PointParams | Maximilian Albert | 2008-06-16 | 1 | -0/+17 | |
| | | | | (bzr r5963) | |||||
| * | Address compile warning | Maximilian Albert | 2008-06-16 | 1 | -2/+2 | |
| | | | | (bzr r5961) | |||||
| * | New LPE: Angle bisector | Maximilian Albert | 2008-06-16 | 1 | -0/+5 | |
| | | | | (bzr r5960) | |||||
| * | New LPE: circle through 3 points | Maximilian Albert | 2008-06-16 | 1 | -0/+5 | |
| | | | | (bzr r5959) | |||||
| * | Second step: try to make helper curves respond faster (don't recreate/delete ↵ | Maximilian Albert | 2008-06-16 | 1 | -1/+5 | |
| | | | | | | 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 | 1 | -2/+26 | |
| | | | | (bzr r5954) | |||||
| * | 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) | |||||
| * | whitespace | Maximilian Albert | 2008-06-12 | 1 | -1/+1 | |
| | | | | (bzr r5905) | |||||
| * | Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵ | Maximilian Albert | 2008-06-12 | 1 | -1/+46 | |
| | | | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902) | |||||
| * | New LPE: Mirror reflection | Maximilian Albert | 2008-06-10 | 1 | -1/+6 | |
| | | | | (bzr r5875) | |||||
| * | 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 | 1 | -0/+10 | |
| | | | | (bzr r5870) | |||||
| * | Better way to add LPE knotholder handles; now it happens semi-automatically ↵ | Maximilian Albert | 2008-06-08 | 1 | -14/+18 | |
| | | | | | | 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 | 1 | -6/+24 | |
| | | | | | | | | 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 | 1 | -24/+6 | |
| | | | | (bzr r5823) | |||||
| * | Factor out 'create and apply' code for LPEs so that it can be called from ↵ | Maximilian Albert | 2008-06-04 | 1 | -0/+28 | |
| | | | | | | everywhere (bzr r5798) | |||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -2/+2 | |
| | | | | (bzr r5797) | |||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -7/+12 | |
| | | | | | | (many thanks to the french students who made this.) (bzr r5766) | |||||
| * | Add checkbox for LPEs to temporarily disable them on canvas (but keep them ↵ | Maximilian Albert | 2008-05-19 | 1 | -0/+2 | |
| | | | | | | applied to the object) (bzr r5711) | |||||
| * | New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵ | Maximilian Albert | 2008-05-19 | 1 | -0/+5 | |
| | | | | | | dragged along the curve) (bzr r5703) | |||||
| * | Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵ | Maximilian Albert | 2008-05-19 | 1 | -2/+17 | |
| | | | | | | 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 | 1 | -0/+6 | |
| | | | | | | 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 | 1 | -0/+5 | |
| | | | | (bzr r5696) | |||||
| * | New LPE: Perpendicular bisector | Maximilian Albert | 2008-05-18 | 1 | -0/+5 | |
| | | | | (bzr r5695) | |||||
| * | noop: add 'end of #includes' indicator in effect.cpp to simplify scripting | Maximilian Albert | 2008-05-18 | 1 | -0/+1 | |
| | | | | (bzr r5691) | |||||
| * | New LPE : Envelope deformation | Bastien Bouclet | 2008-05-17 | 1 | -1/+6 | |
| | | | | (bzr r5684) | |||||
| * | Remove LPESlant. | Johan B. C. Engelen | 2008-05-09 | 1 | -5/+0 | |
| | | | | | | | - it causes data hiding problems (appears to be the *only* place outside SPCurve that directly writes to SPCurve's bpath !) - *when someone really wants this effect, let me know and I'll recode it* (bzr r5638) | |||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -8/+3 | |
| | | | | | | | - 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) | |||||
| * | add LPEConstructGrid | Johan B. C. Engelen | 2008-05-08 | 1 | -0/+5 | |
| | | | | (bzr r5633) | |||||
| * | fix 224981 | bulia byak | 2008-05-06 | 1 | -1/+4 | |
| | | | | (bzr r5621) | |||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-05-01 | 1 | -3/+3 | |
| | | | | (bzr r5564) | |||||
| * | don't override helperpath preference setting per default in LPE::Effect. | Johan B. C. Engelen | 2008-04-14 | 1 | -1/+0 | |
| | | | | (bzr r5441) | |||||
| * | C++-ify initialization of Effect class | Johan B. C. Engelen | 2008-04-13 | 1 | -3/+3 | |
| | | | | (bzr r5431) | |||||
| * | move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* | Johan B. C. Engelen | 2008-04-13 | 1 | -1/+1 | |
| | | | | (bzr r5427) | |||||
| * | Spiro splines LPE using code by Raph Levien | bulia byak | 2008-04-12 | 1 | -0/+5 | |
| | | | | (bzr r5409) | |||||
| * | change doEffect functions to use const& parameters | Johan B. C. Engelen | 2008-04-09 | 1 | -2/+2 | |
| | | | | (bzr r5394) | |||||
