| Commit message (Expand) | Author | Files | Lines |
| 2019-11-20 | fix PNG export dialog crash (heap-use-after-free) | Thomas Holder | 1 | -3/+3 |
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -19/+5 |
| 2019-08-18 | reduce usage of desktop coordinates (#341) | Thomas Holder | 1 | -2/+4 |
| 2019-07-01 | Fix various minor typos | Yuri Chornoivan | 1 | -4/+4 |
| 2019-04-02 | Tidy various dialog UIs | Nathan Lee | 1 | -18/+22 |
| 2019-02-20 | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 1 | -6/+6 |
| 2019-01-08 | Remove unused header file. | Tavmjong Bah | 1 | -1/+0 |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -6/+6 |
| 2018-12-29 | Rm deprecated budget widgets | Alexander Valavanis | 1 | -4/+12 |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 |
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 1 | -2/+2 |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -2/+2 |
| 2018-06-18 | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 1 | -3/+3 |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -20/+20 |
| 2018-06-12 | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 1 | -2/+2 |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -19/+20 |
| 2018-01-16 | panel: Remove the unused "title" label | Stefano Facchini | 1 | -1/+1 |
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 |
| 2017-11-30 | Make bitmap export progress dialog transient for the main window | Eduard Braun | 1 | -0/+1 |
| 2017-11-25 | Allow to cancel PNG export | Eduard Braun | 1 | -4/+4 |
| 2017-10-13 | Remove deprecated GNOME VFS | Stefano Facchini | 1 | -9/+1 |
| 2017-07-08 | Fix Gtk alignment API | Alexander Valavanis | 1 | -2/+4 |
| 2017-06-28 | Refactor profile directory use and promote IO::Resource get_path and get_file... | Martin Owens | 1 | -1/+2 |
| 2017-03-20 | Implement rotation via desktop to window affine. | Tavmjong Bah | 1 | -8/+1 |
| 2017-01-04 | antialiasing options on export | Marc Jeanmougin | 1 | -3/+12 |
| 2016-12-27 | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 1 | -10/+5 |
| 2016-11-05 | Add exporters | Jabier Arraiza Cenoz | 1 | -3/+0 |
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo... | Marc Jeanmougin | 1 | -1/+1 |
| 2016-10-02 | Doc rotate start | Jabier Arraiza Cenoz | 1 | -1/+11 |
| 2016-09-25 | minor fix (+ satisfy build bots (?)) | Marc Jeanmougin | 1 | -3/+4 |
| 2016-09-25 | Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept... | Marc Jeanmougin | 1 | -5/+56 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -14/+1 |
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -5/+0 |
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -84/+6 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+15 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -15/+1 |
| 2016-07-27 | Renamed some functions, fixed tests | Adrian Boguszewski | 1 | -1/+1 |
| 2016-07-01 | Added xmlNodes as range function | Adrian Boguszewski | 1 | -5/+4 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -7/+7 |
| 2015-11-05 | static code analysis | Kris De Gussem | 1 | -3/+3 |
| 2015-09-12 | Export. Fix for bug #170295 (default export image name for not-saved drawings). | Nicolas Dufour | 1 | -0/+7 |
| 2015-07-10 | Force PNG bitmap export to always write with PNG extension | Jabier Arraiza Cenoz | 1 | -3/+5 |
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur... | Alex Valavanis | 1 | -4/+0 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -2/+2 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -4/+4 |
| 2015-02-18 | I can't really understand why, but i can now launch inkscape without it segfa... | mc | 1 | -6/+6 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -13/+15 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -8/+7 |
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -2/+2 |