summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sp_lpe_item_has_path_effect now returns false if one of the effects in the ↵bulia byak2009-03-261-1/+13
| | | | | stack is invalid or unsupported, in which case LPE stack is disabled (bzr r7566)
* move shape_editor from node context to the parent class, event contextbulia byak2009-01-081-2/+1
| | | (bzr r7096)
* Merge from fe-movedTed Gould2008-11-211-15/+19
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-7/+17
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-11/+12
| | | (bzr r6884)
* remove lpeobject_ref when invalid lpe nameJohan B. C. Engelen2008-09-231-0/+5
| | | (bzr r6874)
* fix crash on entering invalid lpe name in xmlJohan B. C. Engelen2008-09-231-4/+3
| | | (bzr r6873)
* Hide canvas text, too, when lpe-path-length is invisibleMaximilian Albert2008-09-131-0/+14
| | | (bzr r6801)
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-181-1/+1
| | | (bzr r6644)
* Remove done_pathparam_set and friends because it currently isn't used any ↵Maximilian Albert2008-08-181-6/+3
| | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643)
* Remove debugging messagesMaximilian Albert2008-07-291-4/+0
| | | (bzr r6459)
* Remove now obsolete functionsMaximilian Albert2008-07-291-47/+0
| | | (bzr r6458)
* Update helperpaths live also when any of the item's LPEs is modifiedMaximilian Albert2008-07-291-0/+20
| | | (bzr r6456)
* fix crash when simplifying an lpe path: deleting the list didn't release the ↵bulia byak2008-07-191-4/+11
| | | | | references, and it didn't work in _finalize anyway (bzr r6358)
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵Maximilian Albert2008-07-151-0/+24
| | | | | 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)
* kill the green fishbulia byak2008-06-241-2/+2
| | | (bzr r6050)
* Update LPE helper paths "live" on changesMaximilian Albert2008-06-181-0/+28
| | | (bzr r5995)
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-0/+19
| | | (bzr r5954)
* put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)Johan B. C. Engelen2008-06-141-1/+11
| | | (bzr r5938)
* whitespaceMaximilian Albert2008-06-121-1/+1
| | | (bzr r5905)
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵Maximilian Albert2008-06-121-6/+21
| | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-3/+3
| | | (bzr r5884)
* Make broken doOnApply() for LPEs work againMaximilian Albert2008-06-101-0/+2
| | | (bzr r5872)
* fix crash, report warnings instead. trying to find real cause for this ↵Johan B. C. Engelen2008-06-021-0/+8
| | | | | (crash on copying path with lpestack). (bzr r5792)
* Stacked LPEs should now use the right bounding boxBastien Bouclet2008-05-311-0/+3
| | | (bzr r5769)
* LPE STACKING!Johan B. C. Engelen2008-05-301-93/+312
| | | | | (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 Albert2008-05-191-2/+4
| | | | | applied to the object) (bzr r5711)
* Add a function doOnApply() for LPEs which is executed once when the effect ↵Maximilian Albert2008-05-181-3/+7
| | | | | is applied to an item (contrary to doBeforeEffect() which is executed, e.g., each time a parameter changes (bzr r5698)
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵Bastien Bouclet2008-05-171-8/+13
| | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683)
* fix a couple of g++-4.3 compile errors.Peter Moulder2008-04-241-1/+2
| | | (bzr r5503)
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder2008-03-291-451/+451
| | | | | packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
* Add two files that were forgotten in last commitJohan B. C. Engelen2008-03-281-0/+451
(bzr r5220)