| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix build failure in extensions | Alex Valavanis | 2012-02-28 | 37 | -1/+42 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/942570 (bzr r11028) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+0 |
| | | | | (bzr r10940) | ||||
| * | More forward.h purging. | Jon A. Cruz | 2011-10-04 | 1 | -4/+7 |
| | | | | (bzr r10665) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+1 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image). | Nicolas Dufour | 2011-08-18 | 4 | -144/+273 |
| | | | | (bzr r10554) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -37/+0 |
| | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -36/+36 |
| | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -2/+3 |
| | | | | (bzr r10067) | ||||
| * | Tooltips inconsistency fix part 3 (Bug 340723) | Kris De Gussem | 2010-09-19 | 5 | -5/+5 |
| | | | | (bzr r9772) | ||||
| * | Tooltips inconsistency fix part 2 (Bug 340723) | Kris De Gussem | 2010-09-19 | 10 | -10/+10 |
| | | | | (bzr r9770) | ||||
| * | Tooltips inconsistency fix (Bug 340723) | Kris De Gussem | 2010-09-19 | 13 | -13/+13 |
| | | | | (bzr r9769) | ||||
| * | Extensions. Consistency fix and UI improvements (internal extensions and ↵ | Nicolas Dufour | 2010-09-10 | 28 | -49/+49 |
| | | | | | | filters). (bzr r9754) | ||||
| * | Fix for ImageMagick solarize extension. | Nicolas Dufour | 2010-04-14 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/362271 (bzr r9329) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8408) | ||||
| * | fix a small memleak | bulia byak | 2009-07-12 | 1 | -0/+1 |
| | | | | (bzr r8265) | ||||
| * | better fix, and prevent any further crashes; now tested on windows too | bulia byak | 2009-06-29 | 1 | -4/+8 |
| | | | | (bzr r8184) | ||||
| * | fix imagemagick effects for file:// uris | bulia byak | 2009-06-29 | 1 | -1/+4 |
| | | | | (bzr r8183) | ||||
| * | Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, ↵ | Josh Andler | 2009-05-07 | 1 | -1/+1 |
| | | | | | | happy on Karmic now) (bzr r7831) | ||||
| * | * [INTL:*] fixed typos (by Yuri Chornoivan) | Ivan Mas??r | 2009-05-06 | 2 | -2/+2 |
| | | | | (bzr r7827) | ||||
| * | copyedit, use repeated calls for graduated contrast | bulia byak | 2009-02-02 | 1 | -3/+6 |
| | | | | (bzr r7218) | ||||
| * | copyedit, names that make more sense | bulia byak | 2009-02-02 | 2 | -4/+4 |
| | | | | (bzr r7217) | ||||
| * | since imagemagic effects cannot be cancelled midway, trying to do so often ↵ | bulia byak | 2009-01-28 | 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) | ||||
| * | fix parameter ranges, copyedit | bulia byak | 2009-01-26 | 2 | -9/+9 |
| | | | | (bzr r7185) | ||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -1/+0 |
| | | | | (bzr r7078) | ||||
| * | * Removing the bitmap files that aren't being used. | Ted Gould | 2008-12-10 | 2 | -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 cleanup | Jon A. Cruz | 2008-07-20 | 2 | -11/+11 |
| | | | | (bzr r6367) | ||||
| * | Cmake: Add missing CmakeLists.txt | Joshua L. Blocher | 2008-05-03 | 1 | -0/+38 |
| | | | | (bzr r5586) | ||||
| * | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 2008-04-21 | 35 | -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 Floryan | 2008-03-26 | 3 | -24/+24 |
| | | | | | | some messages for internal extensions were not being used as translated. (bzr r5197) | ||||
| * | r16895@shi: ted | 2007-10-30 09:35:24 -0700 | Ted Gould | 2007-10-30 | 2 | -0/+85 |
| | | | | | | Adding in Chris' downsample patch. (bzr r3981) | ||||
| * | r16894@shi: ted | 2007-10-30 09:26:42 -0700 | Ted Gould | 2007-10-30 | 2 | -91/+103 |
| | | | | | | OH MY GOD IT WORKS!!! (bzr r3980) | ||||
| * | r16893@shi: ted | 2007-10-30 07:31:04 -0700 | Ted Gould | 2007-10-30 | 1 | -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 -0700 | Ted Gould | 2007-10-30 | 2 | -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 Prokoudine | 2007-10-13 | 1 | -1/+1 |
| | | | | (bzr r3903) | ||||
| * | r16594@tres: ted | 2007-09-18 09:27:48 -0700 | Ted Gould | 2007-09-19 | 3 | -24/+24 |
| | | | | | | Making a lot more strings translatable. (bzr r3769) | ||||
| * | r16593@tres: ted | 2007-09-18 09:16:31 -0700 | Ted Gould | 2007-09-19 | 2 | -76/+0 |
| | | | | | | Commenting out convolve completely and removing flop. (bzr r3768) | ||||
| * | r16564@tres: ted | 2007-09-12 20:45:12 -0700 | Ted Gould | 2007-09-13 | 44 | -184/+178 |
| | | | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740) | ||||
| * | * Added refernce link for translators | Luca Bruno | 2007-08-27 | 2 | -0/+2 |
| | | | | (bzr r3595) | ||||
| * | fix build for boost and imagemagick | Bob Jamison | 2007-08-19 | 1 | -6/+26 |
| | | | | (bzr r3512) | ||||
| * | r16217@tres: ted | 2007-08-10 10:36:27 -0700 | Ted Gould | 2007-08-10 | 72 | -0/+3207 |
| ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450) | |||||
