summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/align-and-distribute.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-27Distribute/Move considers selection orderNathan Lee1-2/+2
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish1-7/+7
2019-05-28Fix align-to of text objectsTobias Ellinghaus1-5/+5
2019-02-25Add option for on canvas align handles and move group selection checkboxMartin Owens1-8/+24
2019-02-24Merge in bazaar branch for alignment handlesMartin Owens1-3/+12
2019-01-02modernize loopsMarc Jeanmougin1-26/+11
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-5/+0
2018-09-30refactor: simplify loopThomas Holder1-9/+3
2018-09-30fix Align > Rearrange > clockwise with y-axis downThomas Holder1-0/+3
2018-09-12New option to invert y-axisThomas Holder1-2/+16
2018-07-21adding gtk-themeJabier Arraiza1-1/+2
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-2/+4
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-4/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-8/+8
2018-03-28a bit more of warning cleanupFelipe Corrêa da Silva Sanches1-1/+2
2018-02-28Allow to align multiple objects as group relatively to a single objectEduard Braun1-2/+11
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-15/+17
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-11-07Misc. typosUnknown1-1/+1
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+2
2017-01-11fix comment typosAlex Valavanis1-2/+2
2016-11-02Add some unit tests for object-set cppificationMarc Jeanmougin1-1/+1
2016-09-25Changed order of selection itemsAdrian Boguszewski1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+1
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-37/+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
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-8/+8
2016-03-13"Relative to" option for node alignment.Marc Jeanmougin1-2/+74
2016-03-03Add support for the "relative to" setting when aligning baselines (fixes 167228)Marc Jeanmougin1-3/+46
2015-12-09Remove unused header file.Tavmjong Bah1-1/+0
2015-10-02Fixes some non-antisymmetrical sort functionMarc Jeanmougin1-1/+1
2015-04-27removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin1-5/+0
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-13/+13
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-18/+14
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-41/+46
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-14/+14
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-9/+8
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-2/+2
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-2/+2
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-6/+4
2014-06-252. connect signalsLiam P. White1-6/+8
2014-04-03Try and explain what selection means when aligning. Changed Selection to Sele...Martin Owens1-1/+1