| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-24 | Remove remaining uses of sp_round. | Tavmjong Bah | 1 | -15/+18 | |
| 2019-09-13 | UX improvement for creating/modifying 'inline-size' text. | Tavmjong Bah | 1 | -4/+29 | |
| 2019-09-13 | A value of zero for 'inline-size' should act as if 'inline-size' is not set. ↵ | Tavmjong Bah | 1 | -1/+1 | |
| Fixes #852. | |||||
| 2019-09-10 | Fix a crash undoing creation of a SVG 2 Flow | Jabiertxof | 1 | -8/+9 | |
| 2019-09-07 | Prepared for beta. Fixed blocking bug | Jabiertxof | 1 | -1/+0 | |
| 2019-08-17 | Hatch knot editing initial commit | vanntile | 1 | -0/+6 | |
| 2019-05-20 | Add knot ungrabbed event | Jabiertxof | 1 | -0/+28 | |
| 2019-04-02 | Replace IS_FINITE with std::isfinite (exists since C++11) | Patrick Storz | 1 | -1/+1 | |
| 2018-12-19 | Separate knots for 'shape-inside' and 'inline-size'. | Tavmjong Bah | 1 | -101/+130 | |
| 2018-12-18 | Add ability to create SVG 2 text: | Tavmjong Bah | 1 | -0/+189 | |
| 'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot) | |||||
| 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-01 | Move macros.h and remove unneeded macros | Eduard Braun | 1 | -1/+1 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -8/+8 | |
| 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 | -71/+71 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -73/+73 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 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-28 | Allow FER edition on canvas | Marc Jeanmougin | 1 | -0/+2 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -7/+15 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -14/+16 | |
| A lot of header clean-up. | |||||
| 2017-10-01 | Rename object-edit.cpp to what it really is | Stefano Facchini | 1 | -1/+49 | |
| 2017-07-28 | Show a control point for the center of a spiral | Antonio Ospite | 1 | -0/+47 | |
| Spirals in Inkscape define a center point but the user cannot easily control the position of the center. Show a control point for the center so it's easier to move the shape around and snap it by its center. | |||||
| 2017-07-20 | Adjust the tooltip strings of the objects center point | Antonio Ospite | 1 | -3/+3 | |
| 2017-07-20 | Show a control point for the center of a rectangle | Antonio Ospite | 1 | -0/+39 | |
| Other shapes like ellipses and stars now show a center point but the user still cannot easily control the position of a rectangle by using its center. Show a control point for the center so it's easier to move the shape around and snap it by its center. | |||||
| 2017-05-02 | Add control point at center of stars | ospite | 1 | -0/+34 | |
| Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15659) | |||||
| 2017-04-13 | Ellipses in Inkscape are defined by the center and the radius, but the | Antonio Ospite | 1 | -0/+36 | |
| user cannot easily control the position of the center. Show a control point for the center so it's easier to move the shape around and snap it by its center. Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15620) | |||||
| 2017-03-02 | Implement arc "chord" type. (Matches Krita "chord" arc type.) | Tavmjong Bah | 1 | -2/+6 | |
| (bzr r15561) | |||||
| 2016-12-19 | Remove some ocurrences of desktop in knot functions | Jabiertxof | 1 | -1/+1 | |
| (bzr r15337) | |||||
| 2016-08-16 | Add Shift+drag to arc start and end knots, holding shift will now move both ↵ | Martin Owens | 1 | -10/+25 | |
| knots together, maintaining the arc's size. Adjusted buffer for closed/open auto flipping. (bzr r15061) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -6/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -2/+6 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -6/+2 | |
| (bzr r15025) | |||||
| 2015-10-15 | Make the handle of a dynamic offset snappable | Diederik van Lierop | 1 | -3/+5 | |
| Fixed bugs: - https://launchpad.net/bugs/1174858 (bzr r14419) | |||||
| 2015-03-16 | Partial fix for bug 1430873. Ellipses should behave properly with % values. | Tavmjong Bah | 1 | -6/+6 | |
| (bzr r14009) | |||||
| 2015-03-14 | Partial fix for bug 1430873. Rectangles should behave properly with % values. | Tavmjong Bah | 1 | -49/+35 | |
| (bzr r14004) | |||||
| 2015-02-08 | Commenting dead assignments. | Nicolas Dufour | 1 | -8/+16 | |
| (bzr r13909) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 | |
| (bzr r13820) | |||||
| 2014-10-05 | Move more UI code into ui/ | Liam P. White | 1 | -2/+4 | |
| (bzr r13341.1.253) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -70/+70 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -70/+70 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-08-04 | Allow editing of fill and stroke patterns simultaneously. Fixes #601336, ↵ | Liam P. White | 1 | -2/+2 | |
| #604025, #486192 Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/604025 - https://launchpad.net/bugs/486192 (bzr r13489) | |||||
| 2013-10-08 | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵ | Tavmjong Bah | 1 | -7/+5 | |
| using the Circle, Ellipse, and Arc tool. (bzr r12670) | |||||
| 2013-10-04 | C++ | Johan B. C. Engelen | 1 | -4/+4 | |
| (bzr r12660) | |||||
| 2013-09-29 | Further changes to SPEllipse. | Markus Engel | 1 | -26/+24 | |
| (bzr r12629) | |||||
| 2013-09-26 | Further refactored SPEllipse. | Markus Engel | 1 | -4/+4 | |
| (bzr r12601) | |||||
| 2013-03-30 | Turned all functions concerning SPSpiral into member functions. | Markus Engel | 1 | -6/+6 | |
| (bzr r11608.1.61) | |||||
| 2013-01-17 | const .... | Johan B. C. Engelen | 1 | -59/+59 | |
| (bzr r12039) | |||||
| 2012-12-03 | UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't ↵ | Nicolas Dufour | 1 | -1/+1 | |
| described). (bzr r11927) | |||||
| 2012-10-14 | Fix "shift disables snapping" for LPEs and for editing objects | Diederik van Lierop | 1 | -18/+18 | |
| Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800) | |||||
