summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/script.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould2008-04-221-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A directory for filter effects r19084@shi: ted | 2008-04-21 20:03:59 -0700 The basis for the filter interface for defining effects. r19085@shi: ted | 2008-04-21 20:59:04 -0700 Adding Sepia as an example r19086@shi: ted | 2008-04-21 23:25:57 -0700 Wiring everything in. Cleaning it up so that it looks nice. r19087@shi: ted | 2008-04-22 00:00:08 -0700 Completeing more of the guts. Not done, but the basic infrastructure is now in place. r19088@shi: ted | 2008-04-22 00:19:38 -0700 All the basic plumbing code. It seems to work, except the document is wrong from the controlling filter guy. That should be fixable. r19089@shi: ted | 2008-04-22 00:31:36 -0700 Whoo! Hoo! for simple stuff it seems to work. r19090@shi: ted | 2008-04-22 10:36:16 -0700 First pass at adding the filters from Mauve's example r19091@shi: ted | 2008-04-22 10:37:24 -0700 Fixing misspelling r19092@shi: ted | 2008-04-22 12:32:18 -0700 Should be appending instead of prepending these nodes. r19093@shi: ted | 2008-04-22 13:37:34 -0700 Basic filter with parameters working r19094@shi: ted | 2008-04-22 14:27:20 -0700 Changing it so that by default an effect will have a call to autogui that will work with live effects. Basically this involved migrating the implementation of prefs_effect up from script.cpp to implementation.cpp r19102@shi: ted | 2008-04-22 14:38:46 -0700 Better defaults r19103@shi: ted | 2008-04-22 14:42:07 -0700 Adding filter stuff to be translated (bzr r5490)
* Fix crash with Save As extensionsAaron Spike2008-02-211-0/+1
| | | | | Glib:IOChannel requires a parameterless set_encoding() in order to be binary safe (bzr r4795)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* r16896@shi: ted | 2007-10-30 12:16:06 -0700Ted Gould2007-10-301-0/+2
| | | | | Caching the input file for effects. (bzr r3982)
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-301-2/+4
| | | | | | | 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)
* r15629@tres: ted | 2007-06-26 21:47:00 -0700Ted Gould2007-06-271-3/+7
| | | | | | Adding in the ability to open files. Which required some changes. But, now everything seems happy. Can't break it all anymore. (bzr r3139)
* 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-1/+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)
* r15432@tres: ted | 2007-05-12 21:24:09 -0700Ted Gould2007-06-271-1/+58
| | | | | Cleaning up so that canceling works. (bzr r3123)
* r15377@tres: ted | 2007-05-08 22:03:14 -0700Ted Gould2007-06-271-1/+1
| | | | | | It seems to work... I'm not entirely sure I understand why. Needs more testing, but I'm optimistic. (bzr r3119)
* r15368@tres: ted | 2007-05-05 13:53:51 -0700Ted Gould2007-06-271-8/+0
| | | | | | Basic adjustments to get async all connected in. This compiles for effects, but then it crashes. But, it's a decent start. (bzr r3117)
* revert interface changeBob Jamison2006-06-011-4/+3
| | | (bzr r1118)
* Allow Inkscape to use its own python in preference to something in the path ↵Bob Jamison2006-05-311-42/+128
| | | | | on win32. Also do considerable ustring-ification (bzr r1106)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+86
(bzr r1)