| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-01-02 | modernize: add overrides | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-05-09 | fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60694271 | Jabier Arraiza | 1 | -10/+0 | |
| 2018-05-09 | Start migrating 0.92 patch to master | Jabier Arraiza | 1 | -0/+10 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 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 | -1/+0 | |
| A lot of header clean-up. | |||||
| 2017-09-30 | Do not crash if raster image can not be opened by ImageMagick | Eduard Braun | 1 | -12/+20 | |
| The crash only affected embedded images. (we were already catching the exception when loading a linked file) While at it add some error reporting via debug messages, fix a memory leak and do some minor cleanup. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1720330 | |||||
| 2017-02-07 | fix two memory leaks | peregrine | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1662686 - https://launchpad.net/bugs/1662683 (bzr r15493) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -2/+2 | |
| (bzr r14954.1.10) | |||||
| 2015-12-09 | Remove unused header file. | Tavmjong Bah | 1 | -1/+0 | |
| (bzr r14522) | |||||
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -1/+1 | |
| (bzr r14510) | |||||
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -4/+0 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 2015-04-27 | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 1 | -2/+0 | |
| (bzr r13922.1.16) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -3/+3 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -9/+7 | |
| change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 | |
| (bzr r13820) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+3 | |
| (bzr r13809) | |||||
| 2013-06-07 | Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338. | Jon A. Cruz | 1 | -0/+8 | |
| Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12356) | |||||
| 2012-02-28 | Fix build failure in extensions | Alex Valavanis | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/942570 (bzr r11028) | |||||
| 2012-02-06 | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 1 | -1/+0 | |
| (bzr r10940) | |||||
| 2011-08-18 | Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image). | Nicolas Dufour | 1 | -144/+154 | |
| (bzr r10554) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -2/+3 | |
| (bzr r10067) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8408) | |||||
| 2009-07-12 | fix a small memleak | bulia byak | 1 | -0/+1 | |
| (bzr r8265) | |||||
| 2009-06-29 | better fix, and prevent any further crashes; now tested on windows too | bulia byak | 1 | -4/+8 | |
| (bzr r8184) | |||||
| 2009-06-29 | fix imagemagick effects for file:// uris | bulia byak | 1 | -1/+4 | |
| (bzr r8183) | |||||
| 2009-05-07 | Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, ↵ | Josh Andler | 1 | -1/+1 | |
| happy on Karmic now) (bzr r7831) | |||||
| 2009-01-28 | since imagemagic effects cannot be cancelled midway, trying to do so often ↵ | bulia byak | 1 | -3/+3 | |
| crashes; the fix is to disallow UI interaction while it works, at least until we implement a way to safely cancel such effects (bzr r7198) | |||||
| 2008-07-20 | Warning cleanup | Jon A. Cruz | 1 | -3/+3 | |
| (bzr r6367) | |||||
| 2007-10-30 | r16894@shi: ted | 2007-10-30 09:26:42 -0700 | Ted Gould | 1 | -67/+99 | |
| OH MY GOD IT WORKS!!! (bzr r3980) | |||||
| 2007-10-30 | r16677@shi: ted | 2007-10-17 19:31:04 -0700 | Ted Gould | 1 | -3/+5 | |
| Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977) | |||||
| 2007-09-13 | r16564@tres: ted | 2007-09-12 20:45:12 -0700 | Ted Gould | 1 | -64/+65 | |
| Final GSoC patch from Chris. I took too long to include it :( (bzr r3740) | |||||
| 2007-08-19 | fix build for boost and imagemagick | Bob Jamison | 1 | -6/+26 | |
| (bzr r3512) | |||||
| 2007-08-10 | r16217@tres: ted | 2007-08-10 10:36:27 -0700 | Ted Gould | 1 | -0/+175 | |
| ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450) | |||||
