summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-08Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop1-21/+13
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-3/+3
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-0/+1
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-1/+3
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz1-3/+3
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-1/+1
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-4/+4
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis1-1/+5
2012-02-15Don' t use convex hull for snapping a large selection if "only snap closest n...Diederik van Lierop1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-04reverting change to seltrans.cpp in rev 10935, as requestedAlvin Penner1-10/+2
2012-02-04implement some switches between visual bbox and geometric bbox, depending on ...Alvin Penner1-2/+10
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
2011-12-18Refactor snap-preferences a bit moreDiederik van Lierop1-3/+5
2011-11-05Remove unused parameterDiederik van Lierop1-2/+2
2011-11-05Minor code safety and warning cleanup.Jon A. Cruz1-1/+1
2011-11-041) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop1-64/+86
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-1/+1
2011-09-16Node tool, transforming a set of nodes: Fix crashes, and finish implementatio...Diederik van Lierop1-2/+1
2011-09-041) Fix absolute scaling in transform dialogDiederik van Lierop1-4/+4
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-3/+5
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-11/+11
2011-08-25Fix "snap guides" toggleDiederik van Lierop1-1/+1
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-4/+5
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-07-10Selector's toolbar: changing the dimensions of the visual bounding box of sel...Diederik van Lierop1-2/+2
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop1-1/+1
2011-03-06Allow the center handle to be selectable for items having a width or height c...Diederik van Lierop1-35/+44
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-11/+11
2011-02-05Properly fix seltrans brokenness in 2Geom and pull updated filesKrzysztof Kosi??ski1-4/+4
2011-02-04temporary work around 2geom matrix bug to make inkscape more usableJohan B. C. Engelen1-4/+4
2011-02-02update to latest 2geom !Johan B. C. Engelen1-12/+12
2010-12-27Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop1-24/+4
2010-11-17Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop1-10/+14
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-11-16Fix display of snap source indicator for constrained snapping in the selector...Diederik van Lierop1-15/+0
2010-11-07Leave constrained angular snapping to the snap manager, instead of handling i...Diederik van Lierop1-0/+1
2010-10-07Fix self-snapping when dragging the transformation center of a selection cont...Diederik van Lierop1-10/+7
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-3/+12
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-6/+6
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-2/+17
2010-07-20- Remove some old code which snapped the rotation center to the bbox, and whi...Diederik van Lierop1-19/+0
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-15/+28
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-7/+7
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-05-21- "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop1-6/+2
2010-04-18Fix bbox snapping as reported in LP bug #562205Diederik van Lierop1-18/+2
2010-02-251) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop1-5/+9
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-15/+13