summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-901/+0
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-09-21Remove usage of GString in sp-object.cppJan Lingscheid1-1/+1
2017-01-24update to trunkJabier Arraiza Cenoz1-0/+3
(bzr r15356.1.18)
2017-01-24Remove some code and make dependant of rotate copiesJabiertxof1-3/+0
(bzr r15356.1.17)
2017-01-05Adding baseJabiertxof1-0/+3
(bzr r15392.1.1)
2016-12-28First attemp workingJabiertxof1-0/+3
(bzr r15356.1.1)
2016-12-05Working on mirror LPEJabier Arraiza Cenoz1-0/+3
(bzr r15295.1.6)
2016-11-05Move a header placeJabier Arraiza Cenoz1-1/+2
(bzr r15215)
2016-11-05Fix last commit not working, LPE are cloned on copiesJabier Arraiza Cenoz1-1/+3
(bzr r15214)
2016-10-27Fix regression in loop preventionMarc Jeanmougin1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1636533 (bzr r15193)
2016-09-26Add tracing code.Tavmjong Bah1-0/+2
(bzr r15134)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-6/+6
(bzr r14954.1.21)
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-7/+2
(bzr r14954.1.20)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-5/+4
(bzr r14954.1.19)
2016-07-11First part of new SPObject children listAdrian Boguszewski1-12/+17
(bzr r14954.1.17)
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin1-1/+0
(bzr r14504.1.15)
2015-05-02Fixed comparison function used in sortsMarc Jeanmougin1-0/+1
(bzr r14085)
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin1-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)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-4/+0
(bzr r13922.1.10)
2015-02-23Removed eclipse files, added removed pot fileMarc Jeanmougin1-3/+0
(bzr r13922.1.7)
2015-02-21Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin1-2/+3
Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935)
2015-02-19added a set to the SelectionMarc Jeanmougin1-2/+3
(bzr r13922.1.6)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-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)
2014-12-23Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah1-0/+5
Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
2014-12-16Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah1-0/+2
(bzr r13802)
2014-11-25More c++ string usage.Johan B. C. Engelen1-1/+6
(bzr r13763)
2014-09-27Update to experimental r13565Liam P. White1-41/+43
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-7/+7
GThread deprecation errors. (bzr r13341.1.190)
2014-08-30Minor pass of header cleanupLiam P. White1-36/+37
(bzr r13341.1.189)
2014-04-26Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah1-1/+1
(bzr r13309)
2014-04-05Allow command line options -i and -j to effect plain-svg output, this ↵Martin Owens1-0/+5
involves cropping and reducing. (bzr r13268)
2014-03-03change 0 to NULL for pointersJohan B. C. Engelen1-4/+4
(bzr r13102)
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+1
(bzr r13090.1.1)
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour1-1/+1
message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
2013-09-28bug fix: xml:space was not initialized, getting random valuesbuliabyak1-1/+3
(bzr r12604)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-3/+4
(bzr r11608.1.110)
2013-04-10various little changesMarkus Engel1-0/+3
(bzr r11608.1.93)
2013-04-08Reactivated independent reference counting in the SPObject tree.Markus Engel1-0/+1
(bzr r11608.1.88)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-36/+0
(bzr r11608.1.86)
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel1-2/+5
casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
2013-04-01Added experimental constructor to SPRect. Memory leaks because of ↵Markus Engel1-0/+1
non-virtual destructor. (bzr r11608.1.66)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-3/+2
(bzr r11608.1.64)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+4
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-10/+10
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-18/+18
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis1-10/+2
forward declarations (bzr r12203)