summaryrefslogtreecommitdiffstats
path: root/src/sp-script.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "fix" some "unused parameter" warningsKris De Gussem2013-10-281-3/+3
| | | (bzr r12738)
* Cleaned up.Markus Engel2013-08-031-15/+10
| | | (bzr r11608.1.117)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-7/+4
| | | (bzr r11608.1.86)
* Merged more classes.Markus Engel2013-04-061-34/+14
| | | (bzr r11608.1.84)
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+10
| | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
* Added constructors to SP classes.Markus Engel2013-04-011-3/+11
| | | (bzr r11608.1.67)
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | (bzr r11608.1.63)
* Renamed virtual function names.Markus Engel2013-03-291-9/+9
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-72/+8
|\ | | | | (bzr r11608.1.56)
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-34/+7
| | | | | | (bzr r12055)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-5/+5
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | (bzr r11608.1.48)
* | Added "virtual pad" to SPScript.Markus Engel2012-08-211-22/+55
|/ | | (bzr r11608.1.34)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-4/+5
| | | (bzr r10060)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-8/+10
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
|/ | | (bzr r9546.1.2)
* updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-131-1/+1
| | | (bzr r8889)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* 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)