summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
* Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.brock-alexander2016-06-141-1/+14
* Remove code of a semifixed bugJabier Arraiza Cenoz2016-03-181-7/+8
* Bug #1419517 Fix Crash when applying new path effect after deleting pattern o...Jabier Arraiza Cenoz2016-03-181-8/+7
* Fix for circular references detection in almost all cases, fixing https://bug...Marc Jeanmougin2015-07-141-2/+3
* Fixed comparison function used in sortsMarc Jeanmougin2015-05-021-0/+4
* mergeMarc Jeanmougin2015-04-261-10/+2
|\
| * create SPObject factoryLiam P. White2015-02-251-10/+2
* | Merge, resolved conflictsMarc Jeanmougin2015-02-231-3/+9
|\|
| * Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin2015-02-211-3/+9
* | added a set to the SelectionMarc Jeanmougin2015-02-191-3/+3
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-3/+3
|/
* Comment out error message about style ref counting and add explanation.Tavmjong Bah2015-01-051-2/+7
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-4/+16
* Remove sp_style_new().Tavmjong Bah2014-12-251-0/+2
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-251-1/+1
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-9/+5
* Remove sp_style_read_from_object()Tavmjong Bah2014-12-241-1/+1
* Remove sp_style_new_from_object()Tavmjong Bah2014-12-241-1/+1
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-0/+1
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-161-0/+16
* More c++ string usage.Johan B. C. Engelen2014-11-251-0/+10
* Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT.Jon A. Cruz2014-11-151-1/+1
* Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse.Jon A. Cruz2014-11-151-1/+1
* Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-8/+8
* 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