summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* finally removed all GSList from main folder .h filesMarc Jeanmougin2015-12-081-1/+0
| | | (bzr r14504.1.15)
* Fixed comparison function used in sortsMarc Jeanmougin2015-05-021-0/+1
| | | (bzr r14085)
* Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-261-1/+0
| | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-4/+0
| | | (bzr r13922.1.10)
* Merge, resolved conflictsMarc Jeanmougin2015-02-231-2/+3
|\ | | | | (bzr r13922.1.8)
| * Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin2015-02-211-2/+3
| | | | | | | | | | Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935)
* | Removed eclipse files, added removed pot fileMarc Jeanmougin2015-02-231-3/+0
| | | | | | (bzr r13922.1.7)
* | added a set to the SelectionMarc Jeanmougin2015-02-191-2/+3
| | | | | | (bzr r13922.1.6)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-1/+9
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-0/+5
| | | | | 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/+2
| | | (bzr r13802)
* More c++ string usage.Johan B. C. Engelen2014-11-251-1/+6
| | | (bzr r13763)
* Update to experimental r13531Liam P. White2014-08-311-41/+42
|\ | | | | (bzr r13090.1.106)
| * Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-7/+7
| | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
| * Minor pass of header cleanupLiam P. White2014-08-301-36/+37
| | | | | | (bzr r13341.1.189)
* | Update to trunk and fix issuesLiam P. White2014-04-291-1/+1
|\| | | | | (bzr r13090.1.67)
| * Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
| | | | | | (bzr r13309)
* | Updaet to trunkLiam P. White2014-04-061-0/+5
|\| | | | | (bzr r13090.1.49)
| * Allow command line options -i and -j to effect plain-svg output, this ↵Martin Owens2014-04-051-0/+5
| | | | | | | | | | involves cropping and reducing. (bzr r13268)
* | Merge to trunkLiam P. White2014-03-041-4/+4
|\| | | | | (bzr r13090.1.12)
| * change 0 to NULL for pointersJohan B. C. Engelen2014-03-031-4/+4
| | | | | | (bzr r13102)
* | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-0/+1
|/ | | (bzr r13090.1.1)
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-091-1/+1
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* bug fix: xml:space was not initialized, getting random valuesbuliabyak2013-09-281-1/+3
| | | (bzr r12604)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-3/+4
| | | (bzr r11608.1.110)
* various little changesMarkus Engel2013-04-101-0/+3
| | | (bzr r11608.1.93)
* Reactivated independent reference counting in the SPObject tree.Markus Engel2013-04-081-0/+1
| | | (bzr r11608.1.88)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-36/+0
| | | (bzr r11608.1.86)
* Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-2/+5
| | | | | 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-0/+1
| | | | | non-virtual destructor. (bzr r11608.1.66)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-3/+2
| | | (bzr r11608.1.64)
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+4
| | | (bzr r11608.1.63)
* Renamed virtual function names.Markus Engel2013-03-291-10/+10
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-123/+11
|\ | | | | (bzr r11608.1.56)
| * Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-10/+2
| | | | | | | | | | forward declarations (bzr r12203)
| * More GObject boilerplate reductionAlex Valavanis2013-01-261-4/+1
| | | | | | (bzr r12064)
| * more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+0
| | | | | | (bzr r12038)
| * Cleanup more GObject type definitionsAlex Valavanis2013-01-171-80/+2
| | | | | | (bzr r12034)
| * SPObject: Remove todo noteAlex Valavanis2012-11-111-2/+0
| | | | | | (bzr r11870)
| * SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-21/+21
| | | | | | (bzr r11869)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-18/+18
| | | | | | | | | | 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 "virtual pad" to SPObject.Markus Engel2012-08-171-0/+31
|/ | | (bzr r11608.1.1)
* fix build after r10963Johan B. C. Engelen2012-02-151-1/+1
| | | (bzr r10981)
* Header cleaningAlex Valavanis2012-02-121-2/+6
| | | (bzr r10963)
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-1/+1
| | | (bzr r10871)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-57/+387
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-4/+6
| | | (bzr r10696)