summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-19tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen1-2/+2
2009-03-19fix crash when undoing LPE path param edit just after the edit.Johan B. C. Engelen1-8/+8
2009-03-10fix 317365: when moving in/out of defs, an object gets a new SPObject while k...bulia byak1-6/+6
2009-02-06make more things privatebulia byak1-39/+30
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-4/+7
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-4/+4
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-15/+15
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-2/+2
2008-09-082geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert1-4/+8
2008-09-07fix node tool for LPEs by reverting r19694Johan B. C. Engelen1-7/+1
2008-09-05undo last commit - here's a better way to fix this bugbulia byak1-34/+29
2008-09-05fix crash: separate np and kh listeners so that np listener is not fired twic...bulia byak1-8/+27
2008-09-02Fixed forgotten variable assignmentJon A. Cruz1-1/+1
2008-08-18Remove debugging messagesMaximilian Albert1-8/+0
2008-08-18Many debugging messagesMaximilian Albert1-1/+8
2008-08-18Use the visible curve (instead of original curve when a LPE is applied) for t...Maximilian Albert1-1/+7
2008-08-13Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ...Maximilian Albert1-3/+3
2008-08-13Get rid of some superfluous includesMaximilian Albert1-1/+1
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-3/+3
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-07-29Remove now obsolete functionsMaximilian Albert1-10/+1
2008-07-25in shapeeditor to determine whether tool is above the path, use 2geom methods...Johan B. C. Engelen1-10/+18
2008-07-22Fix LP #250175 (broken undo in node tool)Maximilian Albert1-3/+6
2008-07-20fix stupid crash, make get_item constbulia byak1-6/+6
2008-07-14Enable simultaneous knotholder and nodepathMaximilian Albert1-90/+152
2008-07-05another fix for parallel knotholder and nodepathbulia byak1-3/+2
2008-07-05fix crash triggered by having both knotholder and nodepath at the same timebulia byak1-6/+2
2008-06-18Update LPE helper paths "live" on changesMaximilian Albert1-1/+1
2008-06-16Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert1-7/+8
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-3/+3
2008-06-08Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert1-12/+7
2008-06-04C++ify knotholdersMaximilian Albert1-2/+2
2008-06-02check if item is LPEItem before casting!!! fixes bug 236788Johan B. C. Engelen1-6/+14
2008-05-30LPE STACKING!Johan B. C. Engelen1-3/+3
2008-05-19Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert1-1/+2
2008-05-19Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert1-1/+8
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-2/+2
2008-03-20Add on-canvas editing of LPE PointParam.Johan B. C. Engelen1-6/+15
2008-03-12fix FIXME: remove setting knotholder to NULL, because it is already nulled by...Johan B. C. Engelen1-2/+0
2008-02-27* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen1-3/+11
2008-02-23* on-canvas clip and mask editing :) in the object menu you can find how to ...Johan B. C. Engelen1-0/+4
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-0/+1
2008-01-12fix over_the_stroke for paths in transformed groupsbulia byak1-6/+5
2007-11-04Warning cleanupJon A. Cruz1-16/+16
2007-10-30LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen1-1/+1
2007-10-23fix undoing of LPE paths again. please test. (now nodepath is only updated wh...Johan B. C. Engelen1-3/+8
2007-10-23Revert undo LPE paths fix; crashed on linux :(Johan B. C. Engelen1-1/+3
2007-10-20LPE: fix undoing changes to pathparameter on-canvas.Johan B. C. Engelen1-9/+18
2007-10-20LPE: add on-canvas editing of path parameters!Johan B. C. Engelen1-12/+10