summaryrefslogtreecommitdiffstats
path: root/src/ui/object-edit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename object-edit.cpp to what it really isStefano Facchini2017-10-011-1618/+0
|
* Show a control point for the center of a spiralAntonio Ospite2017-07-281-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.
* Adjust the tooltip strings of the objects center pointAntonio Ospite2017-07-201-3/+3
|
* Show a control point for the center of a rectangleAntonio Ospite2017-07-201-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.
* Add control point at center of starsospite2017-05-021-0/+34
| | | | | | Fixed bugs: - https://launchpad.net/bugs/481506 (bzr r15659)
* Ellipses in Inkscape are defined by the center and the radius, but theAntonio Ospite2017-04-131-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)
* Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah2017-03-021-2/+6
| | | (bzr r15561)
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-1/+1
| | | (bzr r15337)
* Add Shift+drag to arc start and end knots, holding shift will now move both ↵Martin Owens2016-08-161-10/+25
| | | | | knots together, maintaining the arc's size. Adjusted buffer for closed/open auto flipping. (bzr r15061)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-2/+6
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+2
| | | (bzr r15025)
* Make the handle of a dynamic offset snappableDiederik van Lierop2015-10-151-3/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1174858 (bzr r14419)
* Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah2015-03-161-6/+6
| | | (bzr r14009)
* Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-141-49/+35
| | | (bzr r14004)
* Commenting dead assignments.Nicolas Dufour2015-02-081-8/+16
| | | (bzr r13909)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Update to trunk r13638Liam P. White2014-10-251-80/+133
| | | (bzr r13341.1.286)
* Move more UI code into ui/Liam P. White2014-10-051-0/+1399
(bzr r13341.1.253)