summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/imagemagick.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize: add overridesMarc Jeanmougin2019-01-021-4/+4
|
* Clarify licensesMax Gaukler2018-11-081-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
* Fix build failure in extensionsAlex Valavanis2012-02-281-1/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/942570 (bzr r11028)
* More forward.h purging.Jon A. Cruz2011-10-041-4/+7
| | | (bzr r10665)
* Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour2011-08-181-0/+1
| | | (bzr r10554)
* Warning cleanupJon A. Cruz2008-07-201-8/+8
| | | (bzr r6367)
* r16894@shi: ted | 2007-10-30 09:26:42 -0700Ted Gould2007-10-301-24/+4
| | | | | OH MY GOD IT WORKS!!! (bzr r3980)
* r16893@shi: ted | 2007-10-30 07:31:04 -0700Ted Gould2007-10-301-1/+1
| | | | | | Wow, that wasn't as hard as I thought it would be. Changing away from SPDocument. Sounded like a good idea, but we need to be able to get selections in the document cache. (bzr r3979)
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-301-3/+9
| | | | | | | 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-4/+6
| | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
* r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould2007-08-101-0/+51
ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)