summaryrefslogtreecommitdiffstats
path: root/src/ui/shape-editor-knotholders.cpp (unfollow)
Commit message (Expand)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
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
2018-11-08Clarify licensesMax Gaukler1-1/+2
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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-71/+71
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-73/+73
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
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
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
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
2017-05-02Add control point at center of starsospite1-0/+34
2017-04-13Ellipses in Inkscape are defined by the center and the radius, but theAntonio Ospite1-0/+36
2017-03-02Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah1-2/+6
2016-12-19Remove some ocurrences of desktop in knot functionsJabiertxof1-1/+1
2016-08-16Add Shift+drag to arc start and end knots, holding shift will now move both k...Martin Owens1-10/+25
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-2/+6
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+2
2015-10-15Make the handle of a dynamic offset snappableDiederik van Lierop1-3/+5
2015-03-16Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah1-6/+6
2015-03-14Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah1-49/+35
2015-02-08Commenting dead assignments.Nicolas Dufour1-8/+16
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-10-05Move more UI code into ui/Liam P. White1-2/+4
2014-09-27Update to experimental r13565Liam P. White1-70/+70
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-70/+70
2014-08-04Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...Liam P. White1-2/+2
2013-10-08Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah1-7/+5
2013-10-04C++Johan B. C. Engelen1-4/+4
2013-09-29Further changes to SPEllipse.Markus Engel1-26/+24
2013-09-26Further refactored SPEllipse.Markus Engel1-4/+4
2013-03-30Turned all functions concerning SPSpiral into member functions.Markus Engel1-6/+6
2013-01-17const ....Johan B. C. Engelen1-59/+59
2012-12-03UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't descri...Nicolas Dufour1-1/+1
2012-10-14Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop1-18/+18