summaryrefslogtreecommitdiffstats
path: root/src/ui/shape-editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-3/+8
2018-10-24ShapeEditor: Always keep KnotHolders in set_item()Eduard Braun1-16/+6
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-9/+9
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-03-26Base LPE refactorJabier Arraiza1-3/+44
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+3
2017-10-01Rename object-edit.cpp to what it really isStefano Facchini1-2/+2
2017-10-01Fix the editing of clipping and masking objectsStefano Facchini1-12/+7
2017-07-04Fix a bug with select knots and modifiersJabier Arraiza1-7/+5
2017-07-01Finish add selectable knot shapesJabier Arraiza1-6/+6
2017-07-01working on knots selectionJabier Arraiza1-2/+9
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+1
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
2014-10-05Move more UI code into ui/Liam P. White1-3/+9
2014-07-27Properly fix 1309050, revert incorrect fix for 601336Liam P. White1-1/+1
2014-07-26Clean up some ShapeHolder related thingsLiam P. White1-143/+59
2014-07-19Workarounds for crash bugs 1309050, 601336; will fix properly in experimentalLiam P. White1-1/+1
2014-03-02Added some consts. Turned functions to member functions.Markus Engel1-2/+2
2013-09-14Fix bug with tool handles during document unit change.Matthew Petroff1-0/+6
2013-08-03reduce variable scopeJohan B. C. Engelen1-3/+1
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-1/+3
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-1/+1
2010-02-04Don't discard first point in pencil's freehand mode, and add a missing return...Diederik van Lierop1-0/+1
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+10
2010-01-15Warning cleanup.Jon A. Cruz1-1/+1
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-372/+11
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-14/+0
2009-11-23decrease header dependenciesJohan B. C. Engelen1-0/+1
2009-10-15fix crash: draw two paths, select both, object - clip - set, node tool, edit ...bulia byak1-0/+3
2009-07-15shapeeditor: save separate listerner's repr_keys for KnotHolder and NodePaths...Johan B. C. Engelen1-15/+15
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