summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Commit patch from Johan to remove GSList and replace with vector.Martin Owens2014-04-051-4/+4
* Allow command line options -i and -j to effect plain-svg output, this involve...Martin Owens2014-04-051-0/+17
* spobject: extra careful, check that repr is not nullptrJohan B. C. Engelen2014-03-241-1/+1
* noop: code legibiltyJohan B. C. Engelen2014-03-241-10/+8
* Do not throw TypeNotRegistered exceptions for now, since they interfereKrzysztof Kosi??ski2014-01-311-18/+16
* Fixing errors and warnings in the debug code.Nicolas Dufour2014-01-041-5/+5
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-3/+3
* Fix memleak in reference counting introduced in r12532.Markus Engel2013-10-261-1/+1
* Fix bug introduced in r12686.Markus Engel2013-10-211-6/+1
* Changes to object creation. Fixes some warning in new from template.Markus Engel2013-10-131-14/+15
* Fixed FeComponentTransfer.Markus Engel2013-09-231-0/+2
* Added missing registration of FeDistantLight; made sure warnings on missing t...Markus Engel2013-09-231-12/+6
* Fix grids after C++ification. Patch from Markus EngelMarkus Engel2013-09-201-0/+8
* Fix assertion failure on Ctrl+CKrzysztof Kosi??ski2013-09-191-3/+6
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-243/+116
|\
| * Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-161-2/+2
| * reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-021-3/+1
| * Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-59/+7
| * Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-8/+8
| * Merged from trunk (r12419).Markus Engel2013-07-141-1/+3
| |\ | |/ |/|
| * Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-2/+2
| * Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-22/+28
| * Removed old SPObject factory.Markus Engel2013-04-101-3/+1
| * Reactivated independent reference counting in the SPObject tree.Markus Engel2013-04-081-0/+9
| * Added exception to SPFactory / basic handling to SPObject.Markus Engel2013-04-071-21/+50
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-120/+62
| * Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-021-12/+30
| * Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel2013-04-011-6/+18
| * Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-3/+3
| * Prepared exchange of casting macros.Markus Engel2013-03-311-0/+4
| * Removed unused function definitionsMarkus Engel2013-03-301-32/+0
| * Renamed virtual function names.Markus Engel2013-03-291-20/+20
| * merged from trunkMarkus Engel2013-03-291-165/+83
| |\
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-10/+10
| * | Various changes.Markus Engel2013-03-141-1/+1
| * | Added some virtual pad calls to SPObject.Markus Engel2012-10-061-49/+70
| * | Added "virtual pad" to SPObject.Markus Engel2012-08-171-12/+90
* | | cleanup document option to clean up unused swatchesRaphael Rosch2013-05-131-1/+3
| |/ |/|
* | Cleanup more GObject type definitionsAlex Valavanis2013-01-171-50/+134
* | SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-37/+34
* | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+3
* | code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* | some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-8/+2
* | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem2012-09-031-2/+8
* | converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem2012-09-021-8/+2
|/
* Change finalization order in SPObject: delete signals before callingKrzysztof Kosi??ski2012-03-181-4/+4
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-2/+3
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-2/+2
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-1/+26