| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-07-01 | Fix various minor typos | Yuri Chornoivan | 1 | -1/+1 | |
| 2019-03-20 | Fixed: circles and ellipses had wrong element names in XML editor (Issue #116) | Joseph Da Silva | 1 | -6/+2 | |
| 2018-12-21 | Allow edit LPE on nestad groups | Jabiertxof | 1 | -1/+1 | |
| 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-25 | Add fixes in review. | Jabiertxof | 1 | -8/+6 | |
| 2018-10-25 | Fixing coding style | Jabiertxof | 1 | -7/+7 | |
| 2018-10-25 | Fix closing issues | Jabiertxof | 1 | -5/+8 | |
| 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 | Fix for bug #263620 comment 5, | Jabier Arraiza | 1 | -8/+3 | |
| Duplicating LPE path more like clone | |||||
| 2018-10-01 | Improvements to transforms in LPE | Jabier Arraiza | 1 | -6/+3 | |
| 2018-09-29 | Fix for bug: #1791784 LPE path effect undo does not work | Jabier Arraiza | 1 | -2/+6 | |
| 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 | -5/+5 | |
| 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 | -35/+35 | |
| 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 | -2/+2 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 | |
| 2018-04-23 | Fixing LPE recalculations warnings on update | Jabier Arraiza | 1 | -3/+9 | |
| 2018-04-23 | Fix warings on updates | Jabier Arraiza | 1 | -6/+5 | |
| 2018-04-23 | Remove some documents updates | Jabier Arraiza | 1 | -3/+0 | |
| 2018-03-26 | Allow upadate shapen innside groups with LPE | Jabier Arraiza | 1 | -1/+1 | |
| 2018-03-26 | Allow path move | Jabier Arraiza | 1 | -1/+6 | |
| 2018-03-26 | Fixing refs | Jabier Arraiza | 1 | -6/+1 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -45/+21 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-12-04 | Add arc radius to toolbar | Geoff Lankow | 1 | -0/+59 | |
| 2017-10-14 | Fixing problems with nested LPE and convert to paths | Jabier Arraiza | 1 | -3/+3 | |
| 2017-10-09 | Fixes for transforms in LPE shapes | Jabiertxo Arraiza Cenoz | 1 | -3/+13 | |
| 2017-09-21 | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 1 | -0/+2 | |
| powerstroke path | |||||
| 2017-05-29 | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵ | Jabiertxof | 1 | -2/+8 | |
| improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713) | |||||
| 2017-05-29 | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵ | Jabiertxof | 1 | -2/+8 | |
| improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10) | |||||
| 2017-03-02 | Implement arc "chord" type. (Matches Krita "chord" arc type.) | Tavmjong Bah | 1 | -19/+56 | |
| (bzr r15561) | |||||
| 2017-01-24 | Remove some code and make dependant of rotate copies | Jabiertxof | 1 | -11/+2 | |
| (bzr r15356.1.17) | |||||
| 2017-01-02 | Remove clone original code | Jabiertxof | 1 | -11/+2 | |
| (bzr r15295.1.47) | |||||
| 2016-12-28 | First attemp working | Jabiertxof | 1 | -2/+11 | |
| (bzr r15356.1.1) | |||||
| 2016-11-08 | [Bug #1638472] Quadrant points of ellipse/circle fail to snap (as source or ↵ | suv-lp | 1 | -3/+4 | |
| target). Fixed bugs: - https://launchpad.net/bugs/1638472 (bzr r15226) | |||||
| 2016-08-17 | Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵ | Tavmjong Bah | 1 | -9/+3 | |
| defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -3/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+3 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -3/+0 | |
| (bzr r15025) | |||||
| 2015-05-22 | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 1 | -0/+1 | |
| (bzr r14059.2.16) | |||||
| 2015-03-16 | Partial fix for bug 1430873. Ellipses should behave properly with % values. | Tavmjong Bah | 1 | -33/+50 | |
| (bzr r14009) | |||||
| 2015-02-25 | create SPObject factory | Liam P. White | 1 | -29/+0 | |
| (bzr r13939.1.1) | |||||
| 2014-11-16 | Don't write the d attribute on <circle> or <ellipse> | Liam P. White | 1 | -1/+1 | |
| (bzr r13720) | |||||
| 2014-11-16 | Fix nasty leak | Liam P. White | 1 | -2/+2 | |
| (bzr r13719) | |||||
| 2014-08-18 | Code cleanup. | Liam P. White | 1 | -17/+16 | |
| (bzr r13341.1.145) | |||||
| 2014-06-27 | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 1 | -2/+0 | |
| (bzr r13441) | |||||
| 2014-06-27 | Remove the incorrect fix for the bug 1241902 | Jabier Arraiza Cenoz | 1 | -2/+0 | |
| (bzr r13341.1.69) | |||||
| 2014-06-11 | Fix for bug #1241902 | Jabier Arraiza Cenoz | 1 | -0/+2 | |
| (bzr r13418) | |||||
