summaryrefslogtreecommitdiffstats
path: root/src/sp-script.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adding a "scripting" tab to document properties dialog that allow the user ↵Felipe Corr??a da Silva Sanches2009-01-151-2/+50
| | | | | | | to manage external javascript references. (also only working for "Inkscape SVG") (bzr r7137)
* Warning cleanupJon A. Cruz2008-08-011-3/+3
| | | (bzr r6495)
* initial handling of <script> tagFelipe Corr??a da Silva Sanches2008-07-221-0/+127
Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391)