summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r2009-05-062-2/+2
| | | (bzr r7827)
* copyedit, use repeated calls for graduated contrastbulia byak2009-02-021-3/+6
| | | (bzr r7218)
* copyedit, names that make more sensebulia byak2009-02-022-4/+4
| | | (bzr r7217)
* 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)
* fix parameter ranges, copyeditbulia byak2009-01-262-9/+9
| | | (bzr r7185)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
| | | (bzr r7078)
* * Removing the bitmap files that aren't being used.Ted Gould2008-12-102-96/+0
| | | | | | | | | | | | | * Removing the filter files that haven't been used. * Adding a small little script to pull the strings out of the filters.svg file and pull them into a header file so that they can be translated. * Fix generate_POTFILES.sh so that it warns that it'll probably break things * Update POTFILES.in so that it matches the files better. * Making a bunch of .svg files not executable. * Patching the effects code so that the sorting of the menus is correct and the first entry is not ignored. (bzr r6984)
* Warning cleanupJon A. Cruz2008-07-202-11/+11
| | | (bzr r6367)
* Cmake: Add missing CmakeLists.txtJoshua L. Blocher2008-05-031-0/+38
| | | (bzr r5586)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-2135-35/+35
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* Fixing localization issues (following a patch for 0.46 rev. 17583) where ↵Marcin Floryan2008-03-263-24/+24
| | | | | some messages for internal extensions were not being used as translated. (bzr r5197)
* r16895@shi: ted | 2007-10-30 09:35:24 -0700Ted Gould2007-10-302-0/+85
| | | | | Adding in Chris' downsample patch. (bzr r3981)
* r16894@shi: ted | 2007-10-30 09:26:42 -0700Ted Gould2007-10-302-91/+103
| | | | | 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-302-6/+14
| | | | | | | 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)
* Fixed a typo (Kernal -> Kernel)Alexandre Prokoudine2007-10-131-1/+1
| | | (bzr r3903)
* r16594@tres: ted | 2007-09-18 09:27:48 -0700Ted Gould2007-09-193-24/+24
| | | | | Making a lot more strings translatable. (bzr r3769)
* r16593@tres: ted | 2007-09-18 09:16:31 -0700Ted Gould2007-09-192-76/+0
| | | | | Commenting out convolve completely and removing flop. (bzr r3768)
* r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould2007-09-1344-184/+178
| | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
* * Added refernce link for translatorsLuca Bruno2007-08-272-0/+2
| | | (bzr r3595)
* 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-1072-0/+3207
ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)