| Commit message (Expand) | Author | Files | Lines |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 |
| 2018-09-20 | flip transform dialog icons | Thomas Holder | 1 | -1/+1 |
| 2018-09-20 | fix transform dialog icons with inverted y-axis | Thomas Holder | 1 | -3/+10 |
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -4/+3 |
| 2018-07-02 | Reduce width of Transform dialog by making spinbuttons narrower | Geoff Lankow | 1 | -0/+6 |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -2/+2 |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -8/+11 |
| 2018-01-16 | panel: Remove the unused "title" label | Stefano Facchini | 1 | -1/+1 |
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -1/+1 |
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -5/+8 |
| 2016-12-27 | Rm remaining Gtk::Stock usage | Alex Valavanis | 1 | -1/+0 |
| 2016-12-27 | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 1 | -2/+2 |
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo... | Marc Jeanmougin | 1 | -11/+9 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -5/+1 |
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -102/+0 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+5 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -5/+1 |
| 2016-07-27 | Renamed some functions, fixed tests | Adrian Boguszewski | 1 | -11/+11 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -7/+7 |
| 2015-12-09 | Remove unused header file. | Tavmjong Bah | 1 | -1/+0 |
| 2015-11-05 | static code analysis | Kris De Gussem | 1 | -4/+4 |
| 2015-09-25 | UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting propo... | Nicolas Dufour | 1 | -0/+3 |
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur... | Alex Valavanis | 1 | -4/+0 |
| 2015-04-27 | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 1 | -1/+1 |
| 2015-04-27 | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 1 | -1/+0 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -10/+10 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -11/+11 |
| 2015-02-18 | Just... | mc | 1 | -18/+23 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -6/+6 |
| 2014-12-21 | Purge sp_desktop_message_stack | Liam P. White | 1 | -7/+7 |
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -1/+1 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+2 |
| 2014-11-24 | Units: make it absolutely clear that Document properties unit dropdown is for... | Johan B. C. Engelen | 1 | -2/+2 |
| 2014-08-26 | Standardise InkscapeApplication GObject implementation (namespace not support... | Alex Valavanis | 1 | -2/+2 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -2/+2 |
| 2014-06-26 | 4. further refactor Application class; create proper singleton, encapsulate m... | Liam P. White | 1 | -2/+2 |
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -5/+4 |
| 2014-06-25 | 2. connect signals | Liam P. White | 1 | -7/+6 |
| 2014-01-04 | modify get_scale_transform_for_variable_stroke() to be consistent with get_sc... | Alvin Penner | 1 | -3/+4 |
| 2013-06-29 | Transform dialog. do not use singular transforms. (Bug 1189446) | Alvin Penner | 1 | -0/+35 |
| 2013-06-21 | cppcheck | Kris De Gussem | 1 | -2/+2 |
| 2013-06-06 | Added configure/ifdef guards to only bring in the needed #include if glibmm h... | Jon A. Cruz | 1 | -0/+2 |
| 2013-06-04 | Correct to compile against recent gtkmm, including updated macports versions.... | Jon A. Cruz | 1 | -0/+2 |
| 2013-03-13 | Migrate remaining dialogs to Gtk::Grid | Alex Valavanis | 1 | -2/+90 |
| 2012-10-04 | code cleanup: make more functions static, add includes. | Campbell Barton | 1 | -4/+4 |
| 2012-10-04 | code cleanup: make more functions static or include their own headers. | Campbell Barton | 1 | -1/+1 |
| 2012-08-28 | Fix for 1042508 : Transform dialog when floating doesnt work on active doc | John Smith | 1 | -0/+11 |
| 2012-08-01 | Fix for 512247 : Show the direction in Object/Transform/Rotate | John Smith | 1 | -0/+57 |
| 2012-05-22 | Drop deprecated GtkNotebookPage usage | Alex Valavanis | 1 | -2/+5 |
| 2012-03-22 | UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are t... | Nicolas Dufour | 1 | -1/+1 |