| Commit message (Expand) | Author | Files | Lines |
| 2019-08-01 | Avoid implicit charset conversion when using stream output operator | Patrick Storz | 1 | -1/+1 |
| 2019-04-27 | Fixing coding style | Jabier Arraiza | 1 | -1/+1 |
| 2019-04-27 | Fixes some crashes when selector is * and allow select multiple tags | Jabier Arraiza | 1 | -0/+3 |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -6/+3 |
| 2018-12-03 | Replace InkGC with std::shared_ptr for MessageStack | Emmanuel Gil Peyrot | 1 | -2/+4 |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -3/+0 |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -7/+7 |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 |
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -9/+13 |
| 2017-12-30 | Cleanup comments and unused functions | Jabier Arraiza | 1 | -13/+0 |
| 2017-12-29 | Fix message probles on boolops and for example when moving or transforming a ... | Jabiertxo Arraiza Cenoz | 1 | -1/+4 |
| 2017-10-01 | First batch | Marc Jeanmougin | 1 | -10/+9 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -10/+1 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+10 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -10/+1 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -1/+1 |
| 2015-10-29 | static code analysis | Kris De Gussem | 1 | -3/+3 |
| 2015-03-06 | Fix for Bug #1428967 (Inkscape0.91 crashes under interface using Chinese/Taiw... | Nicolas Dufour | 1 | -2/+2 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -4/+4 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -7/+7 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -17/+17 |
| 2014-11-10 | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 1 | -28/+49 |
| 2014-05-14 | i18n. Fix for Bug #1318929 (untranslatable string in trunk-r13370). | Nicolas Dufour | 1 | -3/+21 |
| 2013-10-31 | Partially fix crashes when entering a group with deleted id | Krzysztof Kosi??ski | 1 | -4/+9 |
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -1/+1 |
| 2013-09-24 | change names for displayName and detailedDescription, improve char code and r... | Martin Owens | 1 | -13/+14 |
| 2013-09-21 | Fix format security errors | Alex Valavanis | 1 | -1/+1 |
| 2013-09-20 | Refactor status-bar text for multiple items, was very broken | Martin Owens | 1 | -88/+20 |
| 2013-08-03 | reduce variable scope | Johan B. C. Engelen | 1 | -2/+1 |
| 2013-07-04 | Code readability improvements and licence changes for action-context.* | Eric Greveson | 1 | -2/+2 |
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -2/+3 |
| 2013-06-17 | Fix my own mis-credit and some symbols labels | Martin Owens | 1 | -1/+1 |
| 2013-06-16 | Fix layer selection so defs don't change layers, updated symbol text. | Martin Owens | 1 | -0/+8 |
| 2013-06-11 | Fix bug where symbols weren't identified as such | Martin Owens | 1 | -2/+5 |
| 2013-04-29 | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 1 | -1/+1 |
| 2013-04-05 | Merged Item. | Markus Engel | 1 | -1/+1 |
| 2013-04-02 | Cleaned up a bit. Uses some C++11 features. | Markus Engel | 1 | -22/+66 |
| 2012-10-11 | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 1 | -1/+6 |
| 2012-10-04 | code cleanup: add own includes to cpp files or make the functions static if t... | Campbell Barton | 1 | -3/+3 |
| 2012-08-15 | i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects). | Nicolas Dufour | 1 | -1/+1 |
| 2012-05-17 | Fixed warning with printf format. Also corrected inproper type that resulted ... | Jon A. Cruz | 1 | -12/+15 |
| 2012-05-15 | minor fix for translations | Kris De Gussem | 1 | -1/+1 |
| 2012-05-11 | UI. Filtered objects count (patch by David Mathog). | Nicolas Dufour | 1 | -1/+26 |
| 2011-10-18 | cppcheck | Kris De Gussem | 1 | -1/+1 |
| 2011-02-21 | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 1 | -2/+2 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-08-22 | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 1 | -8/+4 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -1/+1 |