summaryrefslogtreecommitdiffstats
path: root/src/object/sp-object.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-18Multiple fixes for the objects panelDiederik van Lierop1-1/+3
2019-10-24Fix gradient/mesh handles after object with gradient/mesh cloned.Tavmjong Bah1-11/+29
Fixes https://bugs.launchpad.net/inkscape/+bug/453067 Fixes https://gitlab.com/inkscape/inkscape/issues/130
2019-10-18Make href and unhref member functions of SPObject.Tavmjong Bah1-20/+12
2019-10-01Support "lang" and "xml:lang" attributes.Tavmjong Bah1-1/+28
Partial fix for https://gitlab.com/inkscape/inbox/issues/951
2019-08-23Eliminate clang warningsThomas Holder1-1/+1
-Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-1/+1
Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-14/+9
This makes the code a lot less readable and greppable for no reason.
2019-01-24Demangle: Switch to std::shared_ptr.Emmanuel Gil Peyrot1-1/+1
2019-01-24Event: Switch all call sites from Util::ptr_shared to char const* or ↵Emmanuel Gil Peyrot1-6/+6
std::shared_ptr.
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-11-07Replace Broken Image xpm by SVG.Tavmjong Bah1-1/+4
2018-10-22Fix assert when removing LPE DefinitionJabiertxof1-4/+4
2018-10-07Fix for NaN checkingMarc Jeanmougin1-8/+0
2018-10-07sensible behavior when reading NaN valuesMarc Jeanmougin1-0/+8
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-3/+3
2018-10-05Removal of code but breaks gradientsMartin Owens1-49/+0
2018-10-04Remove old unset code which isn't used any moreMartin Owens1-15/+0
2018-09-29Fix for bug: #1791784 LPE path effect undo does not workJabier Arraiza1-4/+7
2018-09-11Misc. typosluz.paz1-2/+2
Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-101/+101
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-10/+10
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-10/+10
2018-03-26Fixing refsJabier Arraiza1-1/+5
2018-03-26Base LPE refactorJabier Arraiza1-1/+0
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-1/+1
Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway.
2017-09-21Remove usage of GString in sp-object.cppJan Lingscheid1-8/+9
2017-02-10Do not delete presentation attributes. Styling source is now trackedTavmjong Bah1-1/+4
and not automatically converted to properties in a style attribute. Fixed bugs: - https://launchpad.net/bugs/1663511 (bzr r15500)
2017-02-05Fix styling breakage from r15471.Tavmjong Bah1-1/+1
(bzr r15478)
2017-01-24update to trunkJabier Arraiza Cenoz1-0/+15
(bzr r15356.1.18)
2017-01-24Remove some code and make dependant of rotate copiesJabiertxof1-15/+0
(bzr r15356.1.17)
2017-01-07suppress warnings on symbols dialogMarc Jeanmougin1-1/+3
(bzr r15398)
2017-01-05Adding baseJabiertxof1-0/+15
(bzr r15392.1.1)
2016-12-28First attemp workingJabiertxof1-0/+14
(bzr r15356.1.1)
2016-12-05Working on mirror LPEJabier Arraiza Cenoz1-0/+14
(bzr r15295.1.6)
2016-11-05Fix last commit not working, LPE are cloned on copiesJabier Arraiza Cenoz1-4/+1
(bzr r15214)
2016-10-27Fix regression in loop preventionMarc Jeanmougin1-1/+3
Fixed bugs: - https://launchpad.net/bugs/1636533 (bzr r15193)
2016-10-19Fix bug:1634641 crash on deleteJabier Arraiza Cenoz1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1634645 (bzr r15179)
2016-10-06Fix on delete lineJabier Arraiza Cenoz1-1/+4
(bzr r15017.1.41)
2016-09-26Add tracing code.Tavmjong Bah1-0/+129
(bzr r15134)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2016-07-27Renamed some functions, fixed testsAdrian Boguszewski1-0/+3
(bzr r14954.1.28)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-22/+22
(bzr r14954.1.21)
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-51/+15
(bzr r14954.1.20)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-18/+4
(bzr r14954.1.19)
2016-07-13Propagate changes to object tree with changes in style elementTavmjong Bah1-1/+3
(bzr r14949.1.46)
2016-07-11First part of new SPObject children listAdrian Boguszewski1-55/+69
(bzr r14954.1.17)