| Commit message (Expand) | Author | Files | Lines |
| 2017-02-07 | fix two memory leaks | peregrine | 1 | -0/+1 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -2/+2 |
| 2016-06-11 | Extensions: Use underscored variants of parameters / attribute names in inter... | Eduard Braun | 30 | -56/+56 |
| 2015-12-09 | Remove unused header file. | Tavmjong Bah | 1 | -1/+0 |
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -1/+1 |
| 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 "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 1 | -2/+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 | -3/+3 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -9/+7 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | 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/+3 |
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 2 | -2/+2 |
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 2 | -2/+2 |
| 2014-08-26 | UI. Fix for Bug #340723 "Interface inconsistency of tooltips". | Nicolas Dufour | 2 | -2/+2 |
| 2013-10-29 | "fix" some "unused parameter" warnings | Kris De Gussem | 5 | -5/+5 |
| 2013-06-07 | Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338. | Jon A. Cruz | 1 | -0/+8 |
| 2012-02-28 | Fix build failure in extensions | Alex Valavanis | 37 | -1/+42 |
| 2012-02-06 | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 1 | -1/+0 |
| 2011-10-04 | More forward.h purging. | Jon A. Cruz | 1 | -4/+7 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-08-18 | Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image). | Nicolas Dufour | 4 | -144/+273 |
| 2011-06-13 | cmake: | Campbell Barton | 1 | -37/+0 |
| 2011-06-12 | work in progress cmake commit: | Campbell Barton | 1 | -36/+36 |
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -2/+3 |
| 2010-09-19 | Tooltips inconsistency fix part 3 (Bug 340723) | Kris De Gussem | 5 | -5/+5 |
| 2010-09-19 | Tooltips inconsistency fix part 2 (Bug 340723) | Kris De Gussem | 10 | -10/+10 |
| 2010-09-19 | Tooltips inconsistency fix (Bug 340723) | Kris De Gussem | 13 | -13/+13 |
| 2010-09-10 | Extensions. Consistency fix and UI improvements (internal extensions and filt... | Nicolas Dufour | 28 | -49/+49 |
| 2010-04-14 | Fix for ImageMagick solarize extension. | Nicolas Dufour | 1 | -1/+3 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -1/+1 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 |
| 2009-07-12 | fix a small memleak | bulia byak | 1 | -0/+1 |
| 2009-06-29 | better fix, and prevent any further crashes; now tested on windows too | bulia byak | 1 | -4/+8 |
| 2009-06-29 | fix imagemagick effects for file:// uris | bulia byak | 1 | -1/+4 |
| 2009-05-07 | Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, happ... | Josh Andler | 1 | -1/+1 |
| 2009-05-06 | * [INTL:*] fixed typos (by Yuri Chornoivan) | Ivan Mas??r | 2 | -2/+2 |
| 2009-02-02 | copyedit, use repeated calls for graduated contrast | bulia byak | 1 | -3/+6 |
| 2009-02-02 | copyedit, names that make more sense | bulia byak | 2 | -4/+4 |
| 2009-01-28 | since imagemagic effects cannot be cancelled midway, trying to do so often cr... | bulia byak | 1 | -3/+3 |
| 2009-01-26 | fix parameter ranges, copyedit | bulia byak | 2 | -9/+9 |
| 2009-01-05 | Cmake build fixes, minor | Joshua L. Blocher | 1 | -1/+0 |
| 2008-12-10 | * Removing the bitmap files that aren't being used. | Ted Gould | 2 | -96/+0 |
| 2008-07-20 | Warning cleanup | Jon A. Cruz | 2 | -11/+11 |
| 2008-05-03 | Cmake: Add missing CmakeLists.txt | Joshua L. Blocher | 1 | -0/+38 |
| 2008-04-21 | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 35 | -35/+35 |
| 2008-03-26 | Fixing localization issues (following a patch for 0.46 rev. 17583) where some... | Marcin Floryan | 3 | -24/+24 |
| 2007-10-30 | r16895@shi: ted | 2007-10-30 09:35:24 -0700 | Ted Gould | 2 | -0/+85 |
| 2007-10-30 | r16894@shi: ted | 2007-10-30 09:26:42 -0700 | Ted Gould | 2 | -91/+103 |
| 2007-10-30 | r16893@shi: ted | 2007-10-30 07:31:04 -0700 | Ted Gould | 1 | -1/+1 |