summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-05Move more UI code into ui/Liam P. White1-171/+0
(bzr r13341.1.253)
2014-07-27Properly fix 1309050, revert incorrect fix for 601336Liam P. White1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1309050 (bzr r13472)
2014-07-26Clean up some ShapeHolder related thingsLiam P. White1-143/+59
(bzr r13341.1.100)
2014-07-19Workarounds for crash bugs 1309050, 601336; will fix properly in experimentalLiam P. White1-1/+1
Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/1309050 (bzr r13455)
2014-03-02Added some consts. Turned functions to member functions.Markus Engel1-2/+2
(bzr r13089)
2013-09-14Fix bug with tool handles during document unit change.Matthew Petroff1-0/+6
(bzr r12475.1.17)
2013-08-03reduce variable scopeJohan B. C. Engelen1-3/+1
(bzr r12464)
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-1/+3
(bzr r11316)
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
(bzr r11011)
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-1/+1
(bzr r10659)
2010-02-04Don't discard first point in pencil's freehand mode, and add a missing ↵Diederik van Lierop1-0/+1
return statement Fixed bugs: - https://launchpad.net/bugs/452174 (bzr r9052)
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+10
(bzr r9034)
2010-01-15Warning cleanup.Jon A. Cruz1-1/+1
(bzr r8981)
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-372/+11
(bzr r8846.2.6)
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-14/+0
(bzr r8846.1.1)
2009-11-23decrease header dependenciesJohan B. C. Engelen1-0/+1
(bzr r8841)
2009-10-15fix crash: draw two paths, select both, object - clip - set, node tool, edit ↵bulia byak1-0/+3
clippath, drag a clippath node, undo (bzr r8773)
2009-07-15shapeeditor: save separate listerner's repr_keys for KnotHolder and ↵Johan B. C. Engelen1-15/+15
NodePaths, to fix bug #387298 (bzr r8289)
2009-03-19tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen1-2/+2
(bzr r7526)
2009-03-19fix crash when undoing LPE path param edit just after the edit.Johan B. C. Engelen1-8/+8
(bzr r7525)
2009-03-10fix 317365: when moving in/out of defs, an object gets a new SPObject while ↵bulia byak1-6/+6
keeping the same repr. this change does not fix all crashes that result from this, need more work on knotholder when it's editing clippaths or masks (bzr r7465)
2009-02-06make more things privatebulia byak1-39/+30
(bzr r7239)
2008-11-21Merge from fe-movedTed Gould1-2/+2
(bzr r6891)
2008-10-27From trunkTed Gould1-4/+7
(bzr r6885)
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-4/+4
(bzr r6839)
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-15/+15
(bzr r6835)
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-2/+2
(bzr r6793)
2008-09-082geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert1-4/+8
(bzr r6784)
2008-09-07fix node tool for LPEs by reverting r19694Johan B. C. Engelen1-7/+1
(bzr r6776)
2008-09-05undo last commit - here's a better way to fix this bugbulia byak1-34/+29
(bzr r6768)
2008-09-05fix crash: separate np and kh listeners so that np listener is not fired ↵bulia byak1-8/+27
twice when a path with pattern fill is edited (bzr r6766)
2008-09-02Fixed forgotten variable assignmentJon A. Cruz1-1/+1
(bzr r6755)
2008-08-18Remove debugging messagesMaximilian Albert1-8/+0
(bzr r6689)
2008-08-18Many debugging messagesMaximilian Albert1-1/+8
(bzr r6661)
2008-08-18Use the visible curve (instead of original curve when a LPE is applied) for ↵Maximilian Albert1-1/+7
testing whether we are over stroke; TODO: we must check whether this is also the right thing to do in all other circumstanced (e.g., when editing in node tool) (bzr r6660)
2008-08-13Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ↵Maximilian Albert1-3/+3
passing in the current desktop and nodepath from the caller (bzr r6615)
2008-08-13Get rid of some superfluous includesMaximilian Albert1-1/+1
(bzr r6613)
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-3/+3
(bzr r6593)
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
(bzr r6569)
2008-07-29Remove now obsolete functionsMaximilian Albert1-10/+1
(bzr r6458)
2008-07-25in shapeeditor to determine whether tool is above the path, use 2geom ↵Johan B. C. Engelen1-10/+18
methods instead of livarot. (bzr r6419)
2008-07-22Fix LP #250175 (broken undo in node tool)Maximilian Albert1-3/+6
(bzr r6392)
2008-07-20fix stupid crash, make get_item constbulia byak1-6/+6
(bzr r6369)
2008-07-14Enable simultaneous knotholder and nodepathMaximilian Albert1-90/+152
(bzr r6291)
2008-07-05another fix for parallel knotholder and nodepathbulia byak1-3/+2
(bzr r6162)
2008-07-05fix crash triggered by having both knotholder and nodepath at the same timebulia byak1-6/+2
(bzr r6161)
2008-06-18Update LPE helper paths "live" on changesMaximilian Albert1-1/+1
(bzr r5995)
2008-06-16Second step: try to make helper curves respond faster (don't recreate/delete ↵Maximilian Albert1-7/+8
the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955)
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-3/+3
(bzr r5915)
2008-06-08Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert1-12/+7
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)