summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Inkscape::XML::Node::addChildAtPosThomas Holder2019-10-161-5/+1
* fix global-buffer-overflow (AddressSanitizer)Thomas Holder2019-05-301-2/+2
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-201-4/+4
* Fix inverted direction with on canvas align handlesMartin Owens2019-03-051-4/+8
* Seperate out center alignment and add sepcific tool text for itMartin Owens2019-02-251-0/+4
* Add option for on canvas align handles and move group selection checkboxMartin Owens2019-02-251-1/+4
* Merge in bazaar branch for alignment handlesMartin Owens2019-02-241-1/+41
* modernize loopsMarc Jeanmougin2019-01-021-26/+26
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-3/+0
* Fix for bug #263620 comment 5,Jabier Arraiza2018-10-011-1/+5
* cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-0/+2
* New option to invert y-axisThomas Holder2018-09-121-1/+7
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-8/+8
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-14/+19
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
* Merge branch 'jali/inkscape-ustring_refactor'Tavmjong Bah2017-09-271-11/+9
|\
| * Remove usage of GString from seltrans.cppJan Lingscheid2017-09-211-11/+9
* | Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|/
* SelTrans: fix inconsistencies with _norm, _grip, and rotation centerAntonio Ospite2017-08-091-5/+7
* Starting selectable knotsJabier Arraiza2017-06-301-2/+2
* Fixes bug 1663952Jabiertxof2017-03-061-0/+2
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin2016-10-241-1/+1
* Merged trunkAdrian Boguszewski2016-08-031-7/+1
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+1
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+7
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+1
* | Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-1/+1
* | Added items as a range functionAdrian Boguszewski2016-07-031-12/+13
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-7/+7
|/
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-2/+2
* static code analysisKris De Gussem2015-12-071-5/+5
* Refactoring of the code that handles transformations and snapping in the sele...Diederik van Lierop2015-09-131-100/+103
* Fixed comparison function used in sortsMarc Jeanmougin2015-05-021-1/+1
* more cast cleanupMarc Jeanmougin2015-02-271-1/+1
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-5/+4
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-13/+13
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-27/+27
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-9/+9
* Purge sp_desktop_controlsLiam P. White2014-12-211-3/+3
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-5/+5
* Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-4/+4
* i18n. Fixing untranslated strings.Nicolas Dufour2014-10-291-1/+1
* Fix skewing bug that could lead to infinite transformsDiederik van Lierop2014-08-231-3/+10
* Limit the number of paths to be used as snap targets, to keep Inkscape respon...Diederik van Lierop2014-07-301-0/+1
* Fix regression introduced by rev 13446 / 13333Diederik van Lierop2014-07-111-10/+0
* Fix regression that prevented snapping back to original location, caused by r...Diederik van Lierop2014-07-051-6/+10
* Remove debugging outputDiederik van Lierop2014-05-151-1/+0
* Fix snapping issue in selector toolDiederik van Lierop2014-05-121-25/+39