summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/polar-arrange-tab.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Arrange > Polar unaffected by y-axis directionNathan Lee2019-09-211-4/+5
| | | | | | | In Arrange > Polar > Parameterized > Angle: update tooltips to reflect current behaviour. Fix https://gitlab.com/inkscape/inkscape/issues/374
* Make doc2dt a document propertyThomas Holder2019-07-271-2/+2
| | | | Closes #340
* Refactoring: replace funcs with methods.Shlomi Fish2019-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* Tidy various dialog UIsNathan Lee2019-04-021-0/+4
|
* modernize loopsMarc Jeanmougin2019-01-021-8/+4
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* fix "Arrange" dialog with inverted y-axisThomas Holder2018-09-231-7/+3
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-11/+13
| | | | A lot of header clean-up.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-2/+2
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+0
|
* [Bug #1658397] Object > Arrange > Polar Coordinates dialog text.Nicolas Dufour2017-01-241-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1658397 (bzr r15437)
* Merged trunkAdrian Boguszewski2016-08-091-31/+0
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-31/+0
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-31/+0
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-2/+0
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| |/ | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-1/+1
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* static code analysisKris De Gussem2015-11-131-1/+1
| | | (bzr r14463)
* static code analysisKris De Gussem2015-11-051-1/+1
| | | (bzr r14446)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-2/+2
| | | (bzr r13922.1.10)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-3/+3
| | | (bzr r13922.1.5)
* Just...mc2015-02-181-9/+5
| | | | | | | some... more... lines... (bzr r13922.1.2)
* UI: some strings were not translatableKris De Gussem2015-01-031-8/+8
| | | (bzr r13834)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* Migrate more widgets to Gtk::GridAlex Valavanis2014-08-231-0/+32
| | | (bzr r13341.1.169)
* Get pollar tiling working agains with trunkMartin Owens2014-03-271-4/+4
| | | (bzr r11073.1.37)
* The Polar Arrange Tab of the Arrange Dialog now hides the parametricDenis Declara2012-05-191-7/+2
| | | | | controls until the user selects the corresponding radio button (bzr r11073.1.35)
* Added documentation and made helper functions in polar-arrange-tab.cpp staticDenis Declara2012-05-191-6/+16
| | | (bzr r11073.1.34)
* Removed debug outputDenis Declara2012-05-091-5/+0
| | | (bzr r11073.1.32)
* Renamed files to better match coding conventionsDenis Declara2012-05-091-0/+414
(bzr r11073.1.31)