| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-03 | refactor: Eliminate SPIString::value_default | Thomas Holder | 1 | -2/+2 | |
| - eliminate value_default - make value private (-> _value) - add value() method | |||||
| 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-01-02 | modernize loops | Marc Jeanmougin | 1 | -4/+4 | |
| 2018-12-21 | Allow edit LPE on nestad groups | Jabiertxof | 1 | -1/+1 | |
| 2018-12-15 | Remove unused transform functions related to LPE and improvements to ↵ | Jabier Arraiza | 1 | -14/+1 | |
| fill-betreen-* LPEs | |||||
| 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-06 | Update to latest syntax for 'd' as property. | Tavmjong Bah | 1 | -15/+35 | |
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-10-02 | Fixes for LPE transforms and a bug when closing inkscape, related to ↵ | Jabiertxof | 1 | -4/+1 | |
| lpeobject-reference | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-10-01 | Fix for bug #263620 comment 5, | Jabier Arraiza | 1 | -10/+6 | |
| Duplicating LPE path more like clone | |||||
| 2018-10-01 | Improvements to transforms in LPE | Jabier Arraiza | 1 | -6/+10 | |
| 2018-09-29 | Fix for bug: #1791784 LPE path effect undo does not work | Jabier Arraiza | 1 | -2/+7 | |
| 2018-09-13 | fixes and improvementes to power clip and powermask | Jabiertxof | 1 | -0/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -2/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -9/+9 | |
| 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 | -6/+6 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -6/+6 | |
| 2018-04-23 | Fixing LPE recalculations warnings on update | Jabier Arraiza | 1 | -1/+1 | |
| 2018-04-23 | Fix warings on updates | Jabier Arraiza | 1 | -2/+4 | |
| 2018-04-23 | Remove some documents updates | Jabier Arraiza | 1 | -3/+0 | |
| 2018-04-21 | Fixes for d promote to property | Jabier Arraiza | 1 | -37/+33 | |
| 2018-03-28 | Fix bug: 1758477 | Jabier Arraiza | 1 | -1/+0 | |
| Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477 | |||||
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -129/+6 | |
| 2018-03-07 | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 1 | -0/+36 | |
| See e88644b0 for first attempt and for comments. | |||||
| 2018-02-18 | Revert "Promote the path 'd' attribute to a property per SVG 2." | Tavmjong Bah | 1 | -62/+17 | |
| Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583. | |||||
| 2018-02-13 | Promote the path 'd' attribute to a property per SVG 2. | Tavmjong Bah | 1 | -17/+62 | |
| This allows 'd' to be animated via CSS animations. Due to the interactions of 'd' with LPE's, 'd' as a property is converted to 'd' as an attribute in SPPath::update. This changes the XML which causes update() to be called again (and triggers a warning). Fixing this is left to a future patch as is converting the 'd' back to a property on output. | |||||
| 2018-02-06 | Remove unused include. | Tavmjong Bah | 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. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-09-13 | Fixes for clone original LPE | Jabiertxo Arraiza Cenoz | 1 | -0/+1 | |
| 2017-06-24 | Working with powerclip and powermask | Jabier Arraiza | 1 | -2/+1 | |
| 2017-02-21 | Improvements to fill between strokes and fill between many LPE's | Jabier Arraiza Cenoz | 1 | -1/+6 | |
| (bzr r15537) | |||||
| 2017-01-24 | update to trunk | Jabier Arraiza Cenoz | 1 | -16/+15 | |
| (bzr r15356.1.18) | |||||
| 2017-01-02 | Remove clone original code | Jabiertxof | 1 | -16/+15 | |
| (bzr r15295.1.47) | |||||
| 2017-01-01 | Fixing transforms,clips... | Jabiertxof | 1 | -13/+14 | |
| (bzr r15356.1.8) | |||||
| 2016-12-28 | First attemp working | Jabiertxof | 1 | -2/+2 | |
| (bzr r15356.1.1) | |||||
| 2016-12-06 | Fixes for measure LPE and speed path based LPE operations | Jabiertxof | 1 | -31/+31 | |
| (bzr r15302) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -3/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+3 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -3/+1 | |
| (bzr r15025) | |||||
| 2015-09-08 | Fix for bug 179842 | Jabier Arraiza Cenoz | 1 | -1/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/179842 (bzr r14352) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -2/+1 | |
| (bzr r14059.2.1) | |||||
| 2015-02-28 | Workaround for bug #1426090 (more LPE nastiness) | Liam P. White | 1 | -4/+30 | |
| Fixed bugs: - https://launchpad.net/bugs/1426090 (bzr r13954) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -10/+0 | |
| (bzr r13939.1.1) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 | |
| (bzr r13820) | |||||
| 2014-07-28 | fix build. gcc 4.6.1 does not like double parens here :/ | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r13480) | |||||
| 2014-07-28 | Don't update path effects on document load (#1299948) | Liam P. White | 1 | -2/+15 | |
| Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13479) | |||||
| 2014-06-27 | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 1 | -2/+0 | |
| (bzr r13441) | |||||
