summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-16Inkscape::XML::Node::addChildAtPosThomas Holder1-5/+1
2019-05-30fix global-buffer-overflow (AddressSanitizer)Thomas Holder1-2/+2
2019-05-20Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop1-4/+4
2019-03-05Fix inverted direction with on canvas align handlesMartin Owens1-4/+8
2019-02-25Seperate out center alignment and add sepcific tool text for itMartin Owens1-0/+4
2019-02-25Add option for on canvas align handles and move group selection checkboxMartin Owens1-1/+4
2019-02-24Merge in bazaar branch for alignment handlesMartin Owens1-1/+41
2019-01-02modernize loopsMarc Jeanmougin1-26/+26
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+0
2018-10-01Fix for bug #263620 comment 5,Jabier Arraiza1-1/+5
2018-09-26cppcheck: 2 memleaks + copypastaJulien Nabet1-0/+2
2018-09-12New option to invert y-axisThomas Holder1-1/+7
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-14/+19
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-1/+1
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2017-09-21Remove usage of GString from seltrans.cppJan Lingscheid1-11/+9
2017-08-09SelTrans: fix inconsistencies with _norm, _grip, and rotation centerAntonio Ospite1-5/+7
2017-06-30Starting selectable knotsJabier Arraiza1-2/+2
2017-03-06Fixes bug 1663952Jabiertxof1-0/+2
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+7
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-7/+1
2016-07-27Renamed some functions, fixed testsAdrian Boguszewski1-1/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-7/+7
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-2/+2
2015-12-07static code analysisKris De Gussem1-5/+5
2015-09-13Refactoring of the code that handles transformations and snapping in the sele...Diederik van Lierop1-100/+103
2015-05-02Fixed comparison function used in sortsMarc Jeanmougin1-1/+1
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-5/+4
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-13/+13
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-27/+27
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-9/+9
2014-12-21Purge sp_desktop_controlsLiam P. White1-3/+3
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-5/+5
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-4/+4
2014-10-29i18n. Fixing untranslated strings.Nicolas Dufour1-1/+1
2014-08-23Fix skewing bug that could lead to infinite transformsDiederik van Lierop1-3/+10
2014-07-30Limit the number of paths to be used as snap targets, to keep Inkscape respon...Diederik van Lierop1-0/+1
2014-07-11Fix regression introduced by rev 13446 / 13333Diederik van Lierop1-10/+0
2014-07-05Fix regression that prevented snapping back to original location, caused by r...Diederik van Lierop1-6/+10
2014-05-15Remove debugging outputDiederik van Lierop1-1/+0
2014-05-12Fix snapping issue in selector toolDiederik van Lierop1-25/+39
2014-05-03Fix bounding box cache issues in general, and prevent the selector tool from ...Diederik van Lierop1-28/+43
2014-03-28Further refactored SPKnot.Markus Engel1-8/+8
2014-03-27First step of refactoring SPKnot.Markus Engel1-34/+30