summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/grid-arrange-tab.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-1/+1
2019-07-27Make doc2dt a document propertyThomas Holder1-1/+1
2019-04-02Tidy various dialog UIsNathan Lee1-0/+1
2019-01-02modernize loopsMarc Jeanmougin1-2/+1
2018-11-08Clarify licensesMax Gaukler1-17/+18
2018-09-23fix "Arrange" dialog with inverted y-axisThomas Holder1-3/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2017-11-07Misc. typosUnknown1-1/+1
2017-10-01First batchMarc Jeanmougin1-6/+4
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-1/+2
2017-06-29Use Gtk orientable widgetsAlexander Valavanis1-0/+4
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis1-161/+160
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-19/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-6/+6
2015-12-07static code analysisKris De Gussem1-1/+1
2015-11-13static code analysisKris De Gussem1-3/+3
2015-08-30Why would anyone make a sorting function that is not antisymmetric ? That mak...Marc Jeanmougin1-9/+3
2015-07-13fix "arrange" tool (typo)Marc Jeanmougin1-1/+1
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+0
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19added a set to the SelectionMarc Jeanmougin1-17/+11
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-11/+10
2015-02-18Just...mc1-24/+30
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-1/+1
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-12/+0
2014-06-252. connect signalsLiam P. White1-1/+2
2014-05-11i18n. Fix for bug #1318345 (untranslatable strings in trunk-r13348).Nicolas Dufour1-1/+1
2014-03-27Get pollar tiling working agains with trunkMartin Owens1-1/+6
2012-05-09Renamed files to better match coding conventionsDenis Declara1-1/+1
2012-04-27Code Refactoreing. Moved parts of the code from tile.cpp tile.h to arrangetab...Denis Declara1-198/+6
2012-04-24Added first support for elliptical arrangementsDenis Declara1-3/+24
2012-04-19Improved UI of PolarArrangement Tab and connected some widgets to events (now...Denis Declara1-6/+72
2012-04-15Added some POC code to move objects aroundDenis Declara1-0/+12
2012-04-15Improved User interface.Denis Declara1-4/+27
2012-04-09Added initial gui for polar arrangement tabDenis Declara1-8/+45
2012-04-04Changed enum used for alignment, which hopefully will fix daily deb builds.Denis Declara1-1/+1
2012-04-02Anchor widget now reads the last alignment from the settings. Anchor selectio...Denis Declara1-0/+4
2012-03-31Brought old code, "Rows and Columns" in it's own class. Added a separate clas...Denis Declara1-35/+63