summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-08-11XML Privatisation Stuff after a long timeAbhishek Sharma public1-0/+18
2010-07-24Yet mor in c++ificationAbhishek Sharma public1-0/+7
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-87/+109
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-11/+34
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-79/+79
2010-07-02Do not remove color-profile elements during vacuum defs. Fixes bug #444225.Jon A. Cruz1-0/+3
2010-07-02Leave swatches when doing a vacuum pass. Fixes bug #594445.Jon A. Cruz1-18/+20
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-1/+1
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-0/+11
2010-03-02Cleanup on id access.Jon A. Cruz1-30/+65