summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/transformation.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-8/+11
* 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
* Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-2/+2
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin2016-10-241-11/+9
* Merged trunkAdrian Boguszewski2016-08-091-102/+0
|\
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-102/+0
| |\
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-102/+0
* | | Merged trunkAdrian Boguszewski2016-08-031-5/+1
|\| |
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+1
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+5
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+1
| |/
* | Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-11/+11
* | Added items as a range functionAdrian Boguszewski2016-07-031-11/+11
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-7/+7
|/
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
* static code analysisKris De Gussem2015-11-051-4/+4
* UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting propo...Nicolas Dufour2015-09-251-0/+3
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* | removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-1/+1
* | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-271-1/+0
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-10/+10
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-11/+11
* | Just...mc2015-02-181-18/+23
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-6/+6
* Purge sp_desktop_message_stackLiam P. White2014-12-211-7/+7
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+2
* Update to trunk r13766Liam P. White2014-11-261-2/+2
|\
| * Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-2/+2
| * Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis2014-08-261-2/+2
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-2/+2
* | 4. further refactor Application class; create proper singleton, encapsulate m...Liam P. White2014-06-261-2/+2
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-5/+4
* | 2. connect signalsLiam P. White2014-06-251-7/+6
|/
* modify get_scale_transform_for_variable_stroke() to be consistent with get_sc...Alvin Penner2014-01-041-3/+4
* Transform dialog. do not use singular transforms. (Bug 1189446)Alvin Penner2013-06-291-0/+35
* cppcheckKris De Gussem2013-06-211-2/+2
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-2/+90