| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-03 | refactor: Eliminate SPIString::value_default | Thomas Holder | 1 | -3/+3 | |
| - eliminate value_default - make value private (-> _value) - add value() method | |||||
| 2019-10-30 | Fix initial transform of shape in opened file. | Nathan Lee | 1 | -1/+4 | |
| Fix https://gitlab.com/inkscape/inkscape/issues/495 and likely other problems. | |||||
| 2019-10-18 | Make href and unhref member functions of SPObject. | Tavmjong Bah | 1 | -4/+8 | |
| 2019-10-01 | Use two bounding box caches instead of one | Nathan Lee | 1 | -5/+12 | |
| gitlab.com/inkscape/inbox/issues/943 gitlab.com/inkscape/inkscape/issues/339 | |||||
| 2019-09-30 | Reduce memory leaks when dragging shapes | Nathan Lee | 1 | -1/+2 | |
| Remove unnecessary copy per Thomas' suggestion | |||||
| 2019-06-20 | Fix bounding box cache invalidation for filters | octycs | 1 | -3/+3 | |
| 2019-06-01 | Cache bounding box of shapes | octycs | 1 | -0/+15 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -15/+15 | |
| 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-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-09-11 | Fix bug 1684238 | Jabiertxof | 1 | -1/+6 | |
| 2018-08-15 | Relative values for strokes: | Tavmjong Bah | 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. | |||||
| 2018-06-21 | Move global functions into SPPrintContext methods. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -6/+6 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -21/+21 | |
| 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 | -12/+12 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -12/+12 | |
| 2018-04-23 | Fixing LPE recalculations warnings on update | Jabier Arraiza | 1 | -0/+3 | |
| 2018-03-28 | Fix bug: 1758477 | Jabier Arraiza | 1 | -5/+1 | |
| Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477 | |||||
| 2018-03-28 | Fix LPE updating problems | Jabiertxo Arraiza Cenoz | 1 | -1/+1 | |
| 2018-03-26 | Allow upadate shapen innside groups with LPE | Jabier Arraiza | 1 | -3/+2 | |
| 2018-03-26 | Allow path move | Jabier Arraiza | 1 | -3/+1 | |
| 2018-03-26 | Fixing refs | Jabier Arraiza | 1 | -2/+4 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -26/+85 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-05-07 | Fix a bug on tapper stroke detected with Ede_123 on IRC | Jabiertxof | 1 | -1/+1 | |
| (bzr r15673) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -8/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+8 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -8/+1 | |
| (bzr r15025) | |||||
| 2015-02-25 | Collect util/ into a static library | Liam P. White | 1 | -1/+1 | |
| (bzr r13948) | |||||
| 2014-12-23 | Use gray for 'context-fill' and 'context-stroke' in marker selector. | Tavmjong Bah | 1 | -12/+32 | |
| Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822) | |||||
| 2014-12-21 | Implement rendering for 'context-fill' and 'context-stroke' (text not ↵ | Tavmjong Bah | 1 | -5/+22 | |
| handled yet). (bzr r13807) | |||||
| 2014-11-25 | Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn'). | Tavmjong Bah | 1 | -5/+5 | |
| (bzr r13757) | |||||
| 2014-10-25 | Cleaned casts from sp-shape by fixing member type. | Jon A. Cruz | 1 | -66/+64 | |
| (bzr r13638) | |||||
| 2014-10-14 | Implement marker 'orient' attribute value 'auto-start-reverse'. | Tavmjong Bah | 1 | -6/+14 | |
| (bzr r13613) | |||||
| 2014-10-05 | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.248) | |||||
| 2014-08-20 | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' ↵ | Tavmjong Bah | 1 | -6/+14 | |
| (rendering only). (bzr r13341.1.148) | |||||
| 2014-07-28 | related to lp:inkscape r13474, remove unnecessary/broken placement news | Johan B. C. Engelen | 1 | -2/+0 | |
| (bzr r13477) | |||||
| 2014-04-24 | Clean up of style code: refactor marker properties. Step 3. | Tavmjong Bah | 1 | -3/+3 | |
| (bzr r13301) | |||||
| 2013-10-28 | "fix" some "unused parameter" warnings | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12738) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -4/+3 | |
| (bzr r12729) | |||||
| 2013-09-26 | random code cleanup | Johan B. C. Engelen | 1 | -28/+19 | |
| (bzr r12596) | |||||
| 2013-09-25 | C++ify calling a few SPLPEItem functions, much more work than expected... ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| slowly slowly... (bzr r12593) | |||||
| 2013-06-14 | Do not allow markers for children of markers (prevent loop) | Martin Owens | 1 | -0/+7 | |
| Fixed bugs: - https://launchpad.net/bugs/261786 (bzr r12372) | |||||
| 2013-05-26 | Prevent crash from middle marker when a path or polyline has only one point. | Tavmjong Bah | 1 | -2/+4 | |
| (bzr r12343) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -2/+0 | |
| (bzr r11608.1.86) | |||||
| 2013-04-05 | Merged Item. | Markus Engel | 1 | -1/+0 | |
| (bzr r11608.1.81) | |||||
| 2013-04-05 | Merged more classes. | Markus Engel | 1 | -10/+8 | |
| (bzr r11608.1.78) | |||||
| 2013-04-05 | Merged Shape and subclasses. Cleaned up a bit. | Markus Engel | 1 | -173/+193 | |
| (bzr r11608.1.76) | |||||
