summaryrefslogtreecommitdiffstats
path: root/src/seltrans.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-1/+2
| | | (bzr r11321)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-3/+3
| | | (bzr r10766.1.1)
* Remove unused parameterDiederik van Lierop2011-11-051-1/+1
| | | (bzr r10723)
* 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop2011-11-041-7/+9
| | | | | | | snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool 2) Cleanup and simplification of the code that finds the closest snapsource (bzr r10720)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-4/+3
| | | | | the contents forward.h at all). (bzr r10667)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
| | | (bzr r10025)
* Node tool: snap while scaling a selection of nodes. Consider this as ↵Diederik van Lierop2010-12-271-1/+0
| | | | | experimental; needs cleanup! (bzr r9985)
* reduce include dependenciesJohan B. C. Engelen2010-05-181-0/+1
| | | (bzr r9432)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-4/+4
| | | | | for the devs) (bzr r8960)
* When snapping while translating, use the bounding box corners of each ↵Diederik van Lierop2009-08-091-2/+3
| | | | | selected item instead of the selection as a whole (fixes bug #404941) (bzr r8449)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-11/+11
| | | | | displayed "B". (bzr r7335)
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-261-0/+1
| | | (bzr r6903)
* Add an option to the preferences to _only_ snap the node closest to the ↵Diederik van Lierop2008-11-241-0/+1
| | | | | mouse pointer (bzr r6899)
* Merge from fe-movedTed Gould2008-11-211-3/+3
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-40/+40
| | | (bzr r6884)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-2/+2
| | | (bzr r6606)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-4/+4
| | | (bzr r6569)
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵Diederik van Lierop2008-04-111-2/+4
| | | | | std::list in four different places. Now this is handled in only one place (bzr r5407)
* Major overhaul of the selector tool's internals to improve handling of ↵Diederik van Lierop2008-03-251-6/+25
| | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189)
* Fix for bug 168978Bryce Harrington2008-02-061-2/+2
| | | (bzr r4667)
* whitespace cleanupBryce Harrington2008-01-071-2/+2
| | | (bzr r4420)
* flipping patch by maximilian albertbulia byak2007-04-171-1/+5
| | | (bzr r2916)
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX ↵Diederik van Lierop2007-04-081-3/+6
| | | | | or GEOMETRIC_BBOX (bzr r2833)
* Fix for bug 1540195; solution: use correct origin for snappingDiederik van Lierop2007-03-191-0/+5
| | | (bzr r2718)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-3/+2
| | | | | recent bbox regressions. (bzr r2604)
* fix by dvlierop2 for snapping bugs 1579556 and 1579587bulia byak2007-03-051-0/+1
| | | (bzr r2557)
* Other tools now also retain there specific statusbar text when pressing ↵Johan B. C. Engelen2006-10-011-0/+1
| | | | | alt/shift/ctrl. (bzr r1748)
* While moving or transforming a selected object, the statusbartext with ↵Johan B. C. Engelen2006-10-011-0/+3
| | | | | transformation information (angle, etc) is no longer overwritten by the standard text. (bzr r1744)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-6/+6
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-6/+6
| | | | | one major janitorial task we identified.... (bzr r1633)
* fix setting and reading rotation centersbulia byak2006-01-261-0/+4
| | | (bzr r37)
* remember rotation centers, correctly this time (by johncliff and me)bulia byak2006-01-261-2/+2
| | | (bzr r28)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+151
(bzr r1)