summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/polar-arrange-tab.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-21Arrange > Polar unaffected by y-axis directionNathan Lee1-4/+5
2019-07-27Make doc2dt a document propertyThomas Holder1-2/+2
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish1-1/+1
2019-04-02Tidy various dialog UIsNathan Lee1-0/+4
2019-01-02modernize loopsMarc Jeanmougin1-8/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-23fix "Arrange" dialog with inverted y-axisThomas Holder1-7/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-11/+13
2017-11-07Misc. typosUnknown1-1/+1
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-2/+2
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2017-01-24update to trunkJabier Arraiza Cenoz1-2/+2
2017-01-24[Bug #1658397] Object > Arrange > Polar Coordinates dialog text.Nicolas Dufour1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-31/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
2015-11-13static code analysisKris De Gussem1-1/+1
2015-11-05static code analysisKris De Gussem1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-2/+2
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-3/+3
2015-02-18Just...mc1-9/+5
2015-01-03UI: some strings were not translatableKris De Gussem1-8/+8
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-08-23Migrate more widgets to Gtk::GridAlex Valavanis1-0/+32
2014-03-27Get pollar tiling working agains with trunkMartin Owens1-4/+4
2012-05-19The Polar Arrange Tab of the Arrange Dialog now hides the parametricDenis Declara1-7/+2
2012-05-19Added documentation and made helper functions in polar-arrange-tab.cpp staticDenis Declara1-6/+16
2012-05-09Removed debug outputDenis Declara1-5/+0
2012-05-09Renamed files to better match coding conventionsDenis Declara1-1/+1
2012-05-05Fixed some math, so that the objects now line up correctlyDenis Declara1-23/+47
2012-05-03Now also the "Arrange on last selected circle" option of the polar arrangemen...Denis Declara1-13/+79
2012-05-01Added undo support for polar arrangement as well as some minor fixesDenis Declara1-1/+5
2012-05-01Got parametrized arrangement to workDenis Declara1-42/+156
2012-05-01Added translation support code (_(), C_()) to the polar arrange tab.Denis Declara1-10/+10
2012-04-27Code Refactoreing. Moved parts of the code from tile.cpp tile.h to arrangetab...Denis Declara1-0/+206