| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-18 | Multiple fixes for the objects panel | Diederik van Lierop | 1 | -1/+3 | |
| 2019-10-24 | Fix gradient/mesh handles after object with gradient/mesh cloned. | Tavmjong Bah | 1 | -11/+29 | |
| Fixes https://bugs.launchpad.net/inkscape/+bug/453067 Fixes https://gitlab.com/inkscape/inkscape/issues/130 | |||||
| 2019-10-18 | Make href and unhref member functions of SPObject. | Tavmjong Bah | 1 | -20/+12 | |
| 2019-10-01 | Support "lang" and "xml:lang" attributes. | Tavmjong Bah | 1 | -1/+28 | |
| Partial fix for https://gitlab.com/inkscape/inbox/issues/951 | |||||
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -1/+1 | |
| -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | |||||
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -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-06 | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 1 | -14/+9 | |
| This makes the code a lot less readable and greppable for no reason. | |||||
| 2019-01-24 | Demangle: Switch to std::shared_ptr. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2019-01-24 | Event: Switch all call sites from Util::ptr_shared to char const* or ↵ | Emmanuel Gil Peyrot | 1 | -6/+6 | |
| std::shared_ptr. | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -2/+2 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-07 | Replace Broken Image xpm by SVG. | Tavmjong Bah | 1 | -1/+4 | |
| 2018-10-22 | Fix assert when removing LPE Definition | Jabiertxof | 1 | -4/+4 | |
| 2018-10-07 | Fix for NaN checking | Marc Jeanmougin | 1 | -8/+0 | |
| 2018-10-07 | sensible behavior when reading NaN values | Marc Jeanmougin | 1 | -0/+8 | |
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -3/+3 | |
| 2018-10-05 | Removal of code but breaks gradients | Martin Owens | 1 | -49/+0 | |
| 2018-10-04 | Remove old unset code which isn't used any more | Martin Owens | 1 | -15/+0 | |
| 2018-09-29 | Fix for bug: #1791784 LPE path effect undo does not work | Jabier Arraiza | 1 | -4/+7 | |
| 2018-09-11 | Misc. typos | luz.paz | 1 | -2/+2 | |
| Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"` | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -101/+101 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -10/+10 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -10/+10 | |
| 2018-03-26 | Fixing refs | Jabier Arraiza | 1 | -1/+5 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -1/+0 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-10-18 | Refactor Util::ptr_shared | Jan Lingscheid | 1 | -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-21 | Remove usage of GString in sp-object.cpp | Jan Lingscheid | 1 | -8/+9 | |
| 2017-02-10 | Do not delete presentation attributes. Styling source is now tracked | Tavmjong Bah | 1 | -1/+4 | |
| and not automatically converted to properties in a style attribute. Fixed bugs: - https://launchpad.net/bugs/1663511 (bzr r15500) | |||||
| 2017-02-05 | Fix styling breakage from r15471. | Tavmjong Bah | 1 | -1/+1 | |
| (bzr r15478) | |||||
| 2017-01-24 | update to trunk | Jabier Arraiza Cenoz | 1 | -0/+15 | |
| (bzr r15356.1.18) | |||||
| 2017-01-24 | Remove some code and make dependant of rotate copies | Jabiertxof | 1 | -15/+0 | |
| (bzr r15356.1.17) | |||||
| 2017-01-07 | suppress warnings on symbols dialog | Marc Jeanmougin | 1 | -1/+3 | |
| (bzr r15398) | |||||
| 2017-01-05 | Adding base | Jabiertxof | 1 | -0/+15 | |
| (bzr r15392.1.1) | |||||
| 2016-12-28 | First attemp working | Jabiertxof | 1 | -0/+14 | |
| (bzr r15356.1.1) | |||||
| 2016-12-05 | Working on mirror LPE | Jabier Arraiza Cenoz | 1 | -0/+14 | |
| (bzr r15295.1.6) | |||||
| 2016-11-05 | Fix last commit not working, LPE are cloned on copies | Jabier Arraiza Cenoz | 1 | -4/+1 | |
| (bzr r15214) | |||||
| 2016-10-27 | Fix regression in loop prevention | Marc Jeanmougin | 1 | -1/+3 | |
| Fixed bugs: - https://launchpad.net/bugs/1636533 (bzr r15193) | |||||
| 2016-10-19 | Fix bug:1634641 crash on delete | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1634645 (bzr r15179) | |||||
| 2016-10-06 | Fix on delete line | Jabier Arraiza Cenoz | 1 | -1/+4 | |
| (bzr r15017.1.41) | |||||
| 2016-09-26 | Add tracing code. | Tavmjong Bah | 1 | -0/+129 | |
| (bzr r15134) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -2/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+2 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -2/+0 | |
| (bzr r15025) | |||||
| 2016-07-27 | Renamed some functions, fixed tests | Adrian Boguszewski | 1 | -0/+3 | |
| (bzr r14954.1.28) | |||||
| 2016-07-14 | Renamed children list in SPObject | Adrian Boguszewski | 1 | -22/+22 | |
| (bzr r14954.1.21) | |||||
| 2016-07-14 | Last part of new SPObject children list | Adrian Boguszewski | 1 | -51/+15 | |
| (bzr r14954.1.20) | |||||
| 2016-07-13 | Second part of new SPObject children list | Adrian Boguszewski | 1 | -18/+4 | |
| (bzr r14954.1.19) | |||||
| 2016-07-13 | Propagate changes to object tree with changes in style element | Tavmjong Bah | 1 | -1/+3 | |
| (bzr r14949.1.46) | |||||
| 2016-07-11 | First part of new SPObject children list | Adrian Boguszewski | 1 | -55/+69 | |
| (bzr r14954.1.17) | |||||
