summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug #448872 (Changing the bounding box type in preferences does not u...Nicolas Dufour2013-05-121-1/+24
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-2/+0
* Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop2012-12-081-21/+13
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-3/+3
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-0/+1
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-1/+3
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-3/+3
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-1/+1
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-4/+4
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-091-1/+5
* Don' t use convex hull for snapping a large selection if "only snap closest n...Diederik van Lierop2012-02-151-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+1
* reverting change to seltrans.cpp in rev 10935, as requestedAlvin Penner2012-02-041-10/+2
* implement some switches between visual bbox and geometric bbox, depending on ...Alvin Penner2012-02-041-2/+10
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-3/+5
* Remove unused parameterDiederik van Lierop2011-11-051-2/+2
* Minor code safety and warning cleanup.Jon A. Cruz2011-11-051-1/+1
* 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop2011-11-041-64/+86
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
* Node tool, transforming a set of nodes: Fix crashes, and finish implementatio...Diederik van Lierop2011-09-161-2/+1
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-4/+4
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-3/+5
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+11
* Fix "snap guides" toggleDiederik van Lierop2011-08-251-1/+1
* Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-4/+5
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+2
* Selector's toolbar: changing the dimensions of the visual bounding box of sel...Diederik van Lierop2011-07-101-2/+2
* - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-261-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-04-071-82/+71
|\
| * Allow the center handle to be selectable for items having a width or height c...Diederik van Lierop2011-03-061-35/+44
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-11/+11
| * Properly fix seltrans brokenness in 2Geom and pull updated filesKrzysztof Kosi??ski2011-02-051-4/+4
| * temporary work around 2geom matrix bug to make inkscape more usableJohan B. C. Engelen2011-02-041-4/+4
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-12/+12
| * Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop2010-12-271-24/+4
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-20/+22
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-20/+22
| |\
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-7/+7
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-6/+6
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-34/+30
|\| |
| * | Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop2010-11-171-10/+14
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| * | Fix display of snap source indicator for constrained snapping in the selector...Diederik van Lierop2010-11-161-15/+0
| * | Leave constrained angular snapping to the snap manager, instead of handling i...Diederik van Lierop2010-11-071-0/+1
| * | Fix self-snapping when dragging the transformation center of a selection cont...Diederik van Lierop2010-10-071-10/+7
| * | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-3/+12
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-36/+45
|\| |
| * | Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop2010-07-241-2/+17