summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-9/+14
* cppcheckKris De Gussem2011-10-181-6/+6
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-12/+12
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+4
|\
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-1/+1
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* i think this is the final fix for the LPE forking bug with clones.Johan B. C. Engelen2010-06-011-0/+4
* much better fix for lpe forking, that can no longer turn into infinite loopJohan B. C. Engelen2010-05-311-23/+28
* temporary fix, to stop lpe clone freezeJohan B. C. Engelen2010-05-261-1/+2
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-0/+36
* fix bug when forking LPE stackJohan B. C. Engelen2010-05-141-0/+3
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-14/+3
* work on the lpe group undo bug. it's not solved, but i think LPE code does ev...Johan B. C. Engelen2009-11-231-30/+31
* Fix for 419577 by JohanJosh Andler2009-10-051-1/+5
* fix bug #377958: don't write inkscape:path-effect to plain svgJohan B. C. Engelen2009-08-261-5/+7
* fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do no...bulia byak2009-08-221-0/+18
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* sp_lpe_item_has_path_effect now returns false if one of the effects in the st...bulia byak2009-03-261-1/+13
* move shape_editor from node context to the parent class, event contextbulia byak2009-01-081-2/+1
* Merge from fe-movedTed Gould2008-11-211-15/+19
* From trunkTed Gould2008-10-271-7/+17
* Merging from trunkTed Gould2008-10-111-11/+12
* remove lpeobject_ref when invalid lpe nameJohan B. C. Engelen2008-09-231-0/+5
* fix crash on entering invalid lpe name in xmlJohan B. C. Engelen2008-09-231-4/+3
* Hide canvas text, too, when lpe-path-length is invisibleMaximilian Albert2008-09-131-0/+14
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-181-1/+1
* Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert2008-08-181-6/+3
* Remove debugging messagesMaximilian Albert2008-07-291-4/+0
* Remove now obsolete functionsMaximilian Albert2008-07-291-47/+0
* Update helperpaths live also when any of the item's LPEs is modifiedMaximilian Albert2008-07-291-0/+20
* fix crash when simplifying an lpe path: deleting the list didn't release the ...bulia byak2008-07-191-4/+11
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert2008-07-151-0/+24
* kill the green fishbulia byak2008-06-241-2/+2
* Update LPE helper paths "live" on changesMaximilian Albert2008-06-181-0/+28
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-0/+19
* put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)Johan B. C. Engelen2008-06-141-1/+11
* whitespaceMaximilian Albert2008-06-121-1/+1
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert2008-06-121-6/+21
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-3/+3
* Make broken doOnApply() for LPEs work againMaximilian Albert2008-06-101-0/+2
* fix crash, report warnings instead. trying to find real cause for this (crash...Johan B. C. Engelen2008-06-021-0/+8
* Stacked LPEs should now use the right bounding boxBastien Bouclet2008-05-311-0/+3
* LPE STACKING!Johan B. C. Engelen2008-05-301-93/+312
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-191-2/+4
* Add a function doOnApply() for LPEs which is executed once when the effect is...Maximilian Albert2008-05-181-3/+7
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...Bastien Bouclet2008-05-171-8/+13
* fix a couple of g++-4.3 compile errors.Peter Moulder2008-04-241-1/+2