summaryrefslogtreecommitdiffstats
path: root/src/ui/object-edit.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-01Rename object-edit.cpp to what it really isStefano Facchini1-1618/+0
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
2012-10-14Remove invalid return statementsDiederik van Lierop1-2/+2
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-1/+1
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-26/+56
2012-04-07circle tool: fix shift click to reset to full circle for start angle nodeJohan B. C. Engelen1-0/+12
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-21/+21
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-4/+4
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-2/+2
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-8/+8
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
2010-11-24fix Bug #680520 - crash while using the top rounding handleAdonis Papaderos1-1/+0
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-7/+0
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-10/+10
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-2/+2
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-43/+43
2009-09-06textual patch from bug 408093bulia byak1-1/+1
2009-08-22fix 166186bulia byak1-3/+9
2009-06-20Remove an unused parameter from the snapping APIDiederik van Lierop1-10/+10
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-33/+62
2009-03-13* Implement constrained snapping of knotsDiederik van Lierop1-6/+9