summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment out error message about style ref counting and add explanation.Tavmjong Bah2015-01-051-2/+7
| | | (bzr r13838)
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-4/+16
| | | (bzr r13822.1.7)
* Remove sp_style_new().Tavmjong Bah2014-12-251-0/+2
| | | (bzr r13822.1.6)
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-251-1/+1
| | | (bzr r13822.1.5)
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-9/+5
| | | (bzr r13822.1.4)
* Remove sp_style_read_from_object()Tavmjong Bah2014-12-241-1/+1
| | | (bzr r13822.1.3)
* Remove sp_style_new_from_object()Tavmjong Bah2014-12-241-1/+1
| | | (bzr r13822.1.1)
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-0/+1
| | | | | Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-161-0/+16
| | | (bzr r13802)
* More c++ string usage.Johan B. C. Engelen2014-11-251-0/+10
| | | (bzr r13763)
* Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT.Jon A. Cruz2014-11-151-1/+1
| | | (bzr r13712)
* Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse.Jon A. Cruz2014-11-151-1/+1
| | | (bzr r13711)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-8/+8
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Commit patch from Johan to remove GSList and replace with vector.Martin Owens2014-04-051-4/+4
| | | (bzr r13271)
* Allow command line options -i and -j to effect plain-svg output, this ↵Martin Owens2014-04-051-0/+17
| | | | | involves cropping and reducing. (bzr r13268)
* spobject: extra careful, check that repr is not nullptrJohan B. C. Engelen2014-03-241-1/+1
| | | (bzr r13198)
* noop: code legibiltyJohan B. C. Engelen2014-03-241-10/+8
| | | (bzr r13197)
* Do not throw TypeNotRegistered exceptions for now, since they interfereKrzysztof Kosi??ski2014-01-311-18/+16
| | | | | with debugging via 'catch throw'. (bzr r12991)
* Fixing errors and warnings in the debug code.Nicolas Dufour2014-01-041-5/+5
| | | (bzr r12878)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-3/+3
| | | (bzr r12737)
* Fix memleak in reference counting introduced in r12532.Markus Engel2013-10-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1236632 (bzr r12727)
* Fix bug introduced in r12686.Markus Engel2013-10-211-6/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1241034 (bzr r12702)
* Changes to object creation. Fixes some warning in new from template.Markus Engel2013-10-131-14/+15
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239419 (bzr r12686)
* Fixed FeComponentTransfer.Markus Engel2013-09-231-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1229326 (bzr r12582)
* Added missing registration of FeDistantLight; made sure warnings on missing ↵Markus Engel2013-09-231-12/+6
| | | | | | | | types are always issued. Fixed bugs: - https://launchpad.net/bugs/1229326 (bzr r12580)
* Fix grids after C++ification. Patch from Markus EngelMarkus Engel2013-09-201-0/+8
| | | (bzr r12552)
* Fix assertion failure on Ctrl+CKrzysztof Kosi??ski2013-09-191-3/+6
| | | (bzr r12548)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-243/+116
|\ | | | | (bzr r12532)
| * Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-161-2/+2
| | | | | | (bzr r11608.1.124)
| * reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-021-3/+1
| | | | | | (bzr r11608.1.116)
| * Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-59/+7
| | | | | | (bzr r11608.1.111)
| * Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-8/+8
| | | | | | (bzr r11608.1.110)
| * Merged from trunk (r12419).Markus Engel2013-07-141-1/+3
| |\ | |/ |/| (bzr r11608.1.107)
| * Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-2/+2
| | | | | | (bzr r11608.1.96)
| * Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-22/+28
| | | | | | (bzr r11608.1.94)
| * Removed old SPObject factory.Markus Engel2013-04-101-3/+1
| | | | | | (bzr r11608.1.91)
| * Reactivated independent reference counting in the SPObject tree.Markus Engel2013-04-081-0/+9
| | | | | | (bzr r11608.1.88)
| * Added exception to SPFactory / basic handling to SPObject.Markus Engel2013-04-071-21/+50
| | | | | | (bzr r11608.1.87)
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-120/+62
| | | | | | (bzr r11608.1.86)
| * Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-12/+30
| | | | | | | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
| * Added experimental constructor to SPRect. Memory leaks because of ↵Markus Engel2013-04-011-6/+18
| | | | | | | | | | non-virtual destructor. (bzr r11608.1.66)
| * Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-3/+3
| | | | | | (bzr r11608.1.65)
| * Prepared exchange of casting macros.Markus Engel2013-03-311-0/+4
| | | | | | (bzr r11608.1.63)
| * Removed unused function definitionsMarkus Engel2013-03-301-32/+0
| | | | | | (bzr r11608.1.59)
| * Renamed virtual function names.Markus Engel2013-03-291-20/+20
| | | | | | (bzr r11608.1.57)
| * merged from trunkMarkus Engel2013-03-291-165/+83
| |\ | | | | | | (bzr r11608.1.56)
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-10/+10
| | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
| * | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | | | | (bzr r11608.1.48)
| * | Added some virtual pad calls to SPObject.Markus Engel2012-10-061-49/+70
| | | | | | | | | (bzr r11608.1.47)
| * | Added "virtual pad" to SPObject.Markus Engel2012-08-171-12/+90
| | | | | | | | | (bzr r11608.1.1)