summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-24spobject: extra careful, check that repr is not nullptrJohan B. C. Engelen1-1/+1
2014-03-24noop: code legibiltyJohan B. C. Engelen1-10/+8
2014-01-31Do not throw TypeNotRegistered exceptions for now, since they interfereKrzysztof Kosi??ski1-18/+16
2014-01-04Fixing errors and warnings in the debug code.Nicolas Dufour1-5/+5
2013-10-27"fix" some "unused parameter" warningsKris De Gussem1-3/+3
2013-10-26Fix memleak in reference counting introduced in r12532.Markus Engel1-1/+1
2013-10-21Fix bug introduced in r12686.Markus Engel1-6/+1
2013-10-13Changes to object creation. Fixes some warning in new from template.Markus Engel1-14/+15
2013-09-23Fixed FeComponentTransfer.Markus Engel1-0/+2
2013-09-23Added missing registration of FeDistantLight; made sure warnings on missing t...Markus Engel1-12/+6
2013-09-20Fix grids after C++ification. Patch from Markus EngelMarkus Engel1-0/+8
2013-09-19Fix assertion failure on Ctrl+CKrzysztof Kosi??ski1-3/+6
2013-09-16Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel1-2/+2
2013-08-02reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel1-3/+1
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-59/+7
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-8/+8
2013-05-13cleanup document option to clean up unused swatchesRaphael Rosch1-1/+3
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-2/+2
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-22/+28
2013-04-10Removed old SPObject factory.Markus Engel1-3/+1
2013-04-08Reactivated independent reference counting in the SPObject tree.Markus Engel1-0/+9
2013-04-07Added exception to SPFactory / basic handling to SPObject.Markus Engel1-21/+50
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-120/+62
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel1-12/+30
2013-04-01Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel1-6/+18
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-3/+3
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+4
2013-03-30Removed unused function definitionsMarkus Engel1-32/+0
2013-03-29Renamed virtual function names.Markus Engel1-20/+20
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-10/+10
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-50/+134
2012-11-11SPObject: drop sp_object_ prefix on class membersAlex Valavanis1-37/+34
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-0/+3
2012-10-06Added some virtual pad calls to SPObject.Markus Engel1-49/+70
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem1-8/+2
2012-09-03revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem1-2/+8
2012-09-02converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem1-8/+2
2012-08-17Added "virtual pad" to SPObject.Markus Engel1-12/+90
2012-03-18Change finalization order in SPObject: delete signals before callingKrzysztof Kosi??ski1-4/+4
2012-01-11Dropped deprecated function sp_repr_get_int_attributeKris De Gussem1-2/+3
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-2/+2
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah1-1/+26
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-308/+15
2011-07-09Next step in refactoring color management. More to come.Jon A. Cruz1-1/+1
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-2/+2
2011-05-28Port of 0.48.x branch revision 9781.Jon A. Cruz1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1