| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 1 | -3/+3 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | Fix initial transform of shape in opened file. | Nathan Lee | 2019-10-30 | 1 | -1/+4 |
| | | | | | | Fix https://gitlab.com/inkscape/inkscape/issues/495 and likely other problems. | ||||
| * | Make href and unhref member functions of SPObject. | Tavmjong Bah | 2019-10-18 | 1 | -4/+8 |
| | | |||||
| * | Use two bounding box caches instead of one | Nathan Lee | 2019-10-01 | 1 | -5/+12 |
| | | | | | | gitlab.com/inkscape/inbox/issues/943 gitlab.com/inkscape/inkscape/issues/339 | ||||
| * | Reduce memory leaks when dragging shapes | Nathan Lee | 2019-09-30 | 1 | -1/+2 |
| | | | | | Remove unnecessary copy per Thomas' suggestion | ||||
| * | Fix bounding box cache invalidation for filters | octycs | 2019-06-20 | 1 | -3/+3 |
| | | |||||
| * | Cache bounding box of shapes | octycs | 2019-06-01 | 1 | -0/+15 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -15/+15 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 1 | -1/+1 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Fix bug 1684238 | Jabiertxof | 2018-09-11 | 1 | -1/+6 |
| | | |||||
| * | Relative values for strokes: | Tavmjong Bah | 2018-08-15 | 1 | -0/+40 |
| | | | | | | | Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width. | ||||
| * | Move global functions into SPPrintContext methods. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -4/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -6/+6 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -21/+21 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -12/+12 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -12/+12 |
| | | |||||
| * | Fixing LPE recalculations warnings on update | Jabier Arraiza | 2018-04-23 | 1 | -0/+3 |
| | | |||||
| * | Fix bug: 1758477 | Jabier Arraiza | 2018-03-28 | 1 | -5/+1 |
| | | | | | | Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477 | ||||
| * | Fix LPE updating problems | Jabiertxo Arraiza Cenoz | 2018-03-28 | 1 | -1/+1 |
| | | |||||
| * | Allow upadate shapen innside groups with LPE | Jabier Arraiza | 2018-03-26 | 1 | -3/+2 |
| | | |||||
| * | Allow path move | Jabier Arraiza | 2018-03-26 | 1 | -3/+1 |
| | | |||||
| * | Fixing refs | Jabier Arraiza | 2018-03-26 | 1 | -2/+4 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -26/+85 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -0/+1175 |
| A lot of header clean-up. | |||||
