summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* reduce variable scopeJohan B. C. Engelen2013-08-031-3/+1
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-1/+3
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* Don't discard first point in pencil's freehand mode, and add a missing return...Diederik van Lierop2010-02-041-0/+1
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+10
* Warning cleanup.Jon A. Cruz2010-01-151-1/+1
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-372/+11
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-14/+0
* decrease header dependenciesJohan B. C. Engelen2009-11-231-0/+1
* fix crash: draw two paths, select both, object - clip - set, node tool, edit ...bulia byak2009-10-151-0/+3
* shapeeditor: save separate listerner's repr_keys for KnotHolder and NodePaths...Johan B. C. Engelen2009-07-151-15/+15
* tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen2009-03-191-2/+2
* fix crash when undoing LPE path param edit just after the edit.Johan B. C. Engelen2009-03-191-8/+8
* fix 317365: when moving in/out of defs, an object gets a new SPObject while k...bulia byak2009-03-101-6/+6
* make more things privatebulia byak2009-02-061-39/+30
* Merge from fe-movedTed Gould2008-11-211-2/+2
* From trunkTed Gould2008-10-271-4/+7
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-4/+4
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-15/+15
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-2/+2
* 2geom update (rev. 1578); fixes node editing of some degenerate pathsMaximilian Albert2008-09-081-4/+8
* fix node tool for LPEs by reverting r19694Johan B. C. Engelen2008-09-071-7/+1
* undo last commit - here's a better way to fix this bugbulia byak2008-09-051-34/+29
* fix crash: separate np and kh listeners so that np listener is not fired twic...bulia byak2008-09-051-8/+27
* Fixed forgotten variable assignmentJon A. Cruz2008-09-021-1/+1
* Remove debugging messagesMaximilian Albert2008-08-181-8/+0
* Many debugging messagesMaximilian Albert2008-08-181-1/+8
* Use the visible curve (instead of original curve when a LPE is applied) for t...Maximilian Albert2008-08-181-1/+7
* Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ...Maximilian Albert2008-08-131-3/+3
* Get rid of some superfluous includesMaximilian Albert2008-08-131-1/+1
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* Remove now obsolete functionsMaximilian Albert2008-07-291-10/+1
* in shapeeditor to determine whether tool is above the path, use 2geom methods...Johan B. C. Engelen2008-07-251-10/+18
* Fix LP #250175 (broken undo in node tool)Maximilian Albert2008-07-221-3/+6
* fix stupid crash, make get_item constbulia byak2008-07-201-6/+6
* Enable simultaneous knotholder and nodepathMaximilian Albert2008-07-141-90/+152
* another fix for parallel knotholder and nodepathbulia byak2008-07-051-3/+2
* fix crash triggered by having both knotholder and nodepath at the same timebulia byak2008-07-051-6/+2
* Update LPE helper paths "live" on changesMaximilian Albert2008-06-181-1/+1
* Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert2008-06-161-7/+8
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
* Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert2008-06-081-12/+7
* C++ify knotholdersMaximilian Albert2008-06-041-2/+2
* check if item is LPEItem before casting!!! fixes bug 236788Johan B. C. Engelen2008-06-021-6/+14
* LPE STACKING!Johan B. C. Engelen2008-05-301-3/+3
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-191-1/+2
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-191-1/+8
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2