summaryrefslogtreecommitdiffstats
path: root/src/knot-holder-entity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin1-1/+1
2019-09-24Remove remaining uses of sp_round.Tavmjong Bah1-3/+7
2019-08-17HatchKnotHolderEntityScale & some fixesvanntile1-1/+10
2019-08-17Added knot holder entitiesvanntile1-1/+95
2019-07-15Derive pattern knots off the same subclassNathan Lee1-23/+15
2019-07-15Check knot's pattern still exists before updateNathan Lee1-1/+21
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-01KnotHolder: fix knots selection status when a knot is clicked without ShiftAntonio Ospite1-0/+2
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-2/+2
2018-09-12New option to invert y-axisThomas Holder1-63/+27
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-04-28Allow FER edition on canvasMarc Jeanmougin1-0/+52
2018-03-03Source typosluz.paz1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-7/+9
2017-10-01Fix the editing of clipping and masking objectsStefano Facchini1-3/+3
2016-12-19Remove some ocurrences of desktop in knot functionsJabiertxof1-0/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-9/+9
2014-08-04Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...Liam P. White1-9/+9
2014-06-16fixes to LPEKnot, now usable again.Johan B. C. Engelen1-6/+10
2014-05-29SPPattern c++-sification: class fields are privateTomasz Boczkowski1-4/+4
2014-05-27SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski1-5/+5
2014-03-28Further refactored SPKnot.Markus Engel1-4/+4
2014-03-27First step of refactoring SPKnot.Markus Engel1-4/+5
2013-01-17const ....Johan B. C. Engelen1-8/+8
2012-10-14Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop1-4/+12
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-0/+1
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-6/+9
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-6/+6
2011-06-22Warning cleanup.Jon A. Cruz1-1/+0
2011-02-02update to latest 2geom !Johan B. C. Engelen1-11/+11
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-29- Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop1-16/+4
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-1/+2
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-1/+0
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-56/+73
2010-04-03Fix pattern knotholderKrzysztof Kosi??ski1-73/+56
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-3/+3
2009-08-23When dragging a knot along a constraint line, then allow snapping the positio...Diederik van Lierop1-2/+23
2009-06-20Remove an unused parameter from the snapping APIDiederik van Lierop1-2/+2
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-2/+2
2009-03-13* Implement constrained snapping of knotsDiederik van Lierop1-0/+12
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-5/+5
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-10/+10
2008-10-27From trunkTed Gould1-3/+4