summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bluredge.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
| | | | | | | | | 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)
* Warning cleanupJon A. Cruz2007-11-101-3/+3
| | | (bzr r4052)
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-301-2/+2
| | | | | | | 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)
* r15481@tres: ted | 2007-05-22 09:56:22 -0700Ted Gould2007-06-271-1/+1
| | | | | Switching to sigc::signal so it actually works. (bzr r3126)
* r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould2007-06-271-2/+2
| | | | | | | The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-1/+2
| | | (bzr r2257)
* rename the effectbulia byak2006-11-241-3/+3
| | | (bzr r2025)
* more vectorization, this time in bluredgeMenTaLguY2006-05-091-7/+3
| | | (bzr r785)
* r11569@tres: ted | 2006-04-29 08:55:02 -0700Ted Gould2006-05-021-1/+1
| | | | | | | Pushing the document and node deeper into the code. This way parameters can be placed and edited on those. Mostly, this commit involves getting them into the autogui. (bzr r689)
* r11464@tres: ted | 2006-04-19 09:03:15 -0700Ted Gould2006-05-021-2/+2
| | | | | Adding descriptions and scopes for the parameters. (bzr r672)
* rearrange effect submenus, rename some effects, fix capitalizationbulia byak2006-02-101-1/+1
| | | (bzr r109)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-301-3/+8
| | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+157
(bzr r1)