summaryrefslogtreecommitdiffstats
path: root/src/sp-script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+0
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+2
2015-02-25create SPObject factoryLiam P. White1-10/+0
2013-10-28"fix" some "unused parameter" warningsKris De Gussem1-3/+3
2013-08-03Cleaned up.Markus Engel1-15/+10
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-7/+4
2013-04-06Merged more classes.Markus Engel1-34/+14
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-3/+11
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-9/+9
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-5/+5
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-34/+7
2012-08-21Added "virtual pad" to SPScript.Markus Engel1-22/+55
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-4/+5
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2009-12-13updating my email address in file headersFelipe Corr??a da Silva Sanches1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-01-15adding a "scripting" tab to document properties dialog that allow the user to...Felipe Corr??a da Silva Sanches1-2/+50
2008-08-01Warning cleanupJon A. Cruz1-3/+3
2008-07-22initial handling of <script> tagFelipe Corr??a da Silva Sanches1-0/+127