summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/transformation.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Distribute/Move considers selection orderNathan Lee2019-07-271-2/+2
| | | | | Only used when objects have same anchor position. Address gitlab.com/inkscape/inbox/issues/665
* Merge branch 'refactoring' of gitlab.com:shlomif/inkscapeMarc Jeanmougin2019-06-201-6/+6
|\
| * Refactoring: replace funcs with methods.Shlomi Fish2019-06-121-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Refactor: convert rotate_rel() to a method.Shlomi Fish2019-06-121-1/+1
| |
* | fix #305 Transform->Skew->Horizontal directionThomas Holder2019-06-171-2/+4
|/
* Tidy various dialog UIsNathan Lee2019-04-021-2/+2
|
* Realign labels in "Transform" dialogPatrick Storz2019-03-221-4/+20
|
* Update translation dialog for flipped axisNathan Lee2019-03-111-8/+10
| | | | | | Flipping icon no longer works, now that we use icon themes. Fixes https://gitlab.com/inkscape/inkscape/issues/127
* modernize loopsMarc Jeanmougin2019-01-021-10/+4
|
* Rm deprecated budget widgetsAlexander Valavanis2018-12-291-4/+12
|
* Fix codding styleJabiertxof2018-11-091-1/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* flip transform dialog iconsThomas Holder2018-09-201-1/+1
|
* fix transform dialog icons with inverted y-axisThomas Holder2018-09-201-3/+10
|
* adding gtk-themeJabier Arraiza2018-07-211-4/+3
|
* Reduce width of Transform dialog by making spinbuttons narrowerGeoff Lankow2018-07-021-0/+6
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This reduces the boilerplate required to add a new element to a container.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-8/+11
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-5/+8
|
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
| | | (bzr r15368)
* Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-2/+2
| | | (bzr r15366)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-11/+9
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* Merged trunkAdrian Boguszewski2016-08-091-102/+0
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-102/+0
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-102/+0
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-5/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+5
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+1
| |/ | | | | (bzr r15025)
* | Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-11/+11
| | | | | | (bzr r14954.1.28)
* | Added items as a range functionAdrian Boguszewski2016-07-031-11/+11
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-7/+7
|/ | | (bzr r14954.1.10)
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
| | | (bzr r14522)
* static code analysisKris De Gussem2015-11-051-4/+4
| | | (bzr r14446)
* UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting ↵Nicolas Dufour2015-09-251-0/+3
| | | | | | | | proportional). Fixed bugs: - https://launchpad.net/bugs/1365405 (bzr r14386)
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\ | | | | (bzr r13922.1.19)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-1/+1
| | | | | | (bzr r13922.1.17)
* | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-271-1/+0
| | | | | | (bzr r13922.1.16)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-10/+10
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-11/+11
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-18/+23
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-6/+6
| | | (bzr r13820)
* Purge sp_desktop_message_stackLiam P. White2014-12-211-7/+7
| | | (bzr r13817)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+2
| | | (bzr r13809)