summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/imagemagick.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize: add overridesMarc Jeanmougin2019-01-021-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60694271Jabier Arraiza2018-05-091-10/+0
* Start migrating 0.92 patch to masterJabier Arraiza2018-05-091-0/+10
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+0
* Do not crash if raster image can not be opened by ImageMagickEduard Braun2017-09-301-12/+20
* fix two memory leaksperegrine2017-02-071-0/+1
* Added items as a range functionAdrian Boguszewski2016-07-031-4/+4
|\
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-2/+2
|/
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
* static code analysisKris De Gussem2015-12-071-1/+1
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-271-2/+0
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-2/+2
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-3/+3
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-9/+7
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+3
* Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.Jon A. Cruz2013-06-071-0/+8
* Fix build failure in extensionsAlex Valavanis2012-02-281-0/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
* Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour2011-08-181-144/+154
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-2/+3
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-1/+1
* SPDocument->Documentjohnce2009-08-051-1/+1
* fix a small memleakbulia byak2009-07-121-0/+1
* better fix, and prevent any further crashes; now tested on windows toobulia byak2009-06-291-4/+8
* fix imagemagick effects for file:// urisbulia byak2009-06-291-1/+4
* Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, happ...Josh Andler2009-05-071-1/+1
* since imagemagic effects cannot be cancelled midway, trying to do so often cr...bulia byak2009-01-281-3/+3
* Warning cleanupJon A. Cruz2008-07-201-3/+3
* r16894@shi: ted | 2007-10-30 09:26:42 -0700Ted Gould2007-10-301-67/+99
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-301-3/+5
* r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould2007-09-131-64/+65
* fix build for boost and imagemagickBob Jamison2007-08-191-6/+26
* r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould2007-08-101-0/+175