summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/imagemagick.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* fix a small memleakbulia byak2009-07-121-0/+1
| | | (bzr r8265)
* better fix, and prevent any further crashes; now tested on windows toobulia byak2009-06-291-4/+8
| | | (bzr r8184)
* fix imagemagick effects for file:// urisbulia byak2009-06-291-1/+4
| | | (bzr r8183)
* Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, ↵Josh Andler2009-05-071-1/+1
| | | | | happy on Karmic now) (bzr r7831)
* since imagemagic effects cannot be cancelled midway, trying to do so often ↵bulia byak2009-01-281-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)
* Warning cleanupJon A. Cruz2008-07-201-3/+3
| | | (bzr r6367)
* r16894@shi: ted | 2007-10-30 09:26:42 -0700Ted Gould2007-10-301-67/+99
| | | | | OH MY GOD IT WORKS!!! (bzr r3980)
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-301-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)
* r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould2007-09-131-64/+65
| | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
* fix build for boost and imagemagickBob Jamison2007-08-191-6/+26
| | | (bzr r3512)
* r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould2007-08-101-0/+175
ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)