summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move more UI code into ui/Liam P. White2014-10-051-171/+0
| | | (bzr r13341.1.253)
* Clean up some ShapeHolder related thingsLiam P. White2014-07-261-143/+59
| | | (bzr r13341.1.100)
* Added some consts. Turned functions to member functions.Markus Engel2014-03-021-2/+2
| | | (bzr r13089)
* Fix bug with tool handles during document unit change.Matthew Petroff2013-09-141-0/+6
| | | (bzr r12475.1.17)
* reduce variable scopeJohan B. C. Engelen2013-08-031-3/+1
| | | (bzr r12464)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-1/+3
| | | (bzr r11316)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
| | | (bzr r11011)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10659)
* Don't discard first point in pencil's freehand mode, and add a missing ↵Diederik van Lierop2010-02-041-0/+1
| | | | | | | | return statement Fixed bugs: - https://launchpad.net/bugs/452174 (bzr r9052)
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+10
| | | (bzr r9034)
* Warning cleanup.Jon A. Cruz2010-01-151-1/+1
| | | (bzr r8981)
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-372/+11
| | | (bzr r8846.2.6)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-14/+0
| | | (bzr r8846.1.1)
* decrease header dependenciesJohan B. C. Engelen2009-11-231-0/+1
| | | (bzr r8841)
* fix crash: draw two paths, select both, object - clip - set, node tool, edit ↵bulia byak2009-10-151-0/+3
| | | | | clippath, drag a clippath node, undo (bzr r8773)
* shapeeditor: save separate listerner's repr_keys for KnotHolder and ↵Johan B. C. Engelen2009-07-151-15/+15
| | | | | NodePaths, to fix bug #387298 (bzr r8289)
* tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen2009-03-191-2/+2
| | | (bzr r7526)
* fix crash when undoing LPE path param edit just after the edit.Johan B. C. Engelen2009-03-191-8/+8
| | | (bzr r7525)
* fix 317365: when moving in/out of defs, an object gets a new SPObject while ↵bulia byak2009-03-101-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)
* make more things privatebulia byak2009-02-061-39/+30
| | | (bzr r7239)
* Merge from fe-movedTed Gould2008-11-211-2/+2
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-4/+7
| | | (bzr r6885)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-4/+4
| | | (bzr r6839)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-15/+15
| | | (bzr r6835)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-2/+2
| | | (bzr r6793)
* 2geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert2008-09-081-4/+8
| | | (bzr r6784)
* fix node tool for LPEs by reverting r19694Johan B. C. Engelen2008-09-071-7/+1
| | | (bzr r6776)
* undo last commit - here's a better way to fix this bugbulia byak2008-09-051-34/+29
| | | (bzr r6768)
* fix crash: separate np and kh listeners so that np listener is not fired ↵bulia byak2008-09-051-8/+27
| | | | | twice when a path with pattern fill is edited (bzr r6766)
* Fixed forgotten variable assignmentJon A. Cruz2008-09-021-1/+1
| | | (bzr r6755)
* Remove debugging messagesMaximilian Albert2008-08-181-8/+0
| | | (bzr r6689)
* Many debugging messagesMaximilian Albert2008-08-181-1/+8
| | | (bzr r6661)
* Use the visible curve (instead of original curve when a LPE is applied) for ↵Maximilian Albert2008-08-181-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)
* Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ↵Maximilian Albert2008-08-131-3/+3
| | | | | passing in the current desktop and nodepath from the caller (bzr r6615)
* Get rid of some superfluous includesMaximilian Albert2008-08-131-1/+1
| | | (bzr r6613)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* Remove now obsolete functionsMaximilian Albert2008-07-291-10/+1
| | | (bzr r6458)
* in shapeeditor to determine whether tool is above the path, use 2geom ↵Johan B. C. Engelen2008-07-251-10/+18
| | | | | methods instead of livarot. (bzr r6419)
* Fix LP #250175 (broken undo in node tool)Maximilian Albert2008-07-221-3/+6
| | | (bzr r6392)
* fix stupid crash, make get_item constbulia byak2008-07-201-6/+6
| | | (bzr r6369)
* Enable simultaneous knotholder and nodepathMaximilian Albert2008-07-141-90/+152
| | | (bzr r6291)
* another fix for parallel knotholder and nodepathbulia byak2008-07-051-3/+2
| | | (bzr r6162)
* fix crash triggered by having both knotholder and nodepath at the same timebulia byak2008-07-051-6/+2
| | | (bzr r6161)
* Update LPE helper paths "live" on changesMaximilian Albert2008-06-181-1/+1
| | | (bzr r5995)
* Second step: try to make helper curves respond faster (don't recreate/delete ↵Maximilian Albert2008-06-161-7/+8
| | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
| | | (bzr r5915)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-081-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)
* C++ify knotholdersMaximilian Albert2008-06-041-2/+2
| | | (bzr r5797)
* check if item is LPEItem before casting!!! fixes bug 236788Johan B. C. Engelen2008-06-021-6/+14
| | | (bzr r5793)