summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/script.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)