summaryrefslogtreecommitdiffstats
path: root/src/ui/shape-editor-knotholders.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-24Remove remaining uses of sp_round.Tavmjong Bah1-15/+18
2019-09-13UX improvement for creating/modifying 'inline-size' text.Tavmjong Bah1-4/+29
2019-09-13A value of zero for 'inline-size' should act as if 'inline-size' is not set. ↵Tavmjong Bah1-1/+1
Fixes #852.
2019-09-10Fix a crash undoing creation of a SVG 2 FlowJabiertxof1-8/+9
2019-09-07Prepared for beta. Fixed blocking bugJabiertxof1-1/+0
2019-08-17Hatch knot editing initial commitvanntile1-0/+6
2019-05-20Add knot ungrabbed eventJabiertxof1-0/+28
2019-04-02Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz1-1/+1
2018-12-19Separate knots for 'shape-inside' and 'inline-size'.Tavmjong Bah1-101/+130
2018-12-18Add ability to create SVG 2 text:Tavmjong Bah1-0/+189
'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot)
2018-11-08Clarify licensesMax Gaukler1-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-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-8/+8
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-71/+71
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-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-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-04-28Allow FER edition on canvasMarc Jeanmougin1-0/+2
2018-03-26Base LPE refactorJabier Arraiza1-7/+15
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-14/+16
A lot of header clean-up.
2017-10-01Rename object-edit.cpp to what it really isStefano Facchini1-1/+49
2017-07-28Show a control point for the center of a spiralAntonio Ospite1-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-20Adjust the tooltip strings of the objects center pointAntonio Ospite1-3/+3
2017-07-20Show a control point for the center of a rectangleAntonio Ospite1-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-02Add control point at center of starsospite1-0/+34
Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15659)
2017-04-13Ellipses in Inkscape are defined by the center and the radius, but theAntonio Ospite1-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-02Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah1-2/+6
(bzr r15561)
2016-12-19Remove some ocurrences of desktop in knot functionsJabiertxof1-1/+1
(bzr r15337)
2016-08-16Add Shift+drag to arc start and end knots, holding shift will now move both ↵Martin Owens1-10/+25
knots together, maintaining the arc's size. Adjusted buffer for closed/open auto flipping. (bzr r15061)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-2/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+2
(bzr r15025)
2015-10-15Make the handle of a dynamic offset snappableDiederik van Lierop1-3/+5
Fixed bugs: - https://launchpad.net/bugs/1174858 (bzr r14419)
2015-03-16Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah1-6/+6
(bzr r14009)
2015-03-14Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah1-49/+35
(bzr r14004)
2015-02-08Commenting dead assignments.Nicolas Dufour1-8/+16
(bzr r13909)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-10-05Move more UI code into ui/Liam P. White1-2/+4
(bzr r13341.1.253)
2014-09-27Update to experimental r13565Liam P. White1-70/+70
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-70/+70
GThread deprecation errors. (bzr r13341.1.190)
2014-08-04Allow editing of fill and stroke patterns simultaneously. Fixes #601336, ↵Liam P. White1-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-08Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah1-7/+5
using the Circle, Ellipse, and Arc tool. (bzr r12670)
2013-10-04C++Johan B. C. Engelen1-4/+4
(bzr r12660)
2013-09-29Further changes to SPEllipse.Markus Engel1-26/+24
(bzr r12629)
2013-09-26Further refactored SPEllipse.Markus Engel1-4/+4
(bzr r12601)
2013-03-30Turned all functions concerning SPSpiral into member functions.Markus Engel1-6/+6
(bzr r11608.1.61)
2013-01-17const ....Johan B. C. Engelen1-59/+59
(bzr r12039)
2012-12-03UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't ↵Nicolas Dufour1-1/+1
described). (bzr r11927)
2012-10-14Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop1-18/+18
Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)