summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-9/+9
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-211-3/+3
| | | (bzr r13819)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-5/+5
| | | (bzr r13809)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-4/+4
| | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* i18n. Fixing untranslated strings.Nicolas Dufour2014-10-291-1/+1
| | | (bzr r13640)
* Fix skewing bug that could lead to infinite transformsDiederik van Lierop2014-08-231-3/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1266499 (bzr r13530)
* Limit the number of paths to be used as snap targets, to keep Inkscape ↵Diederik van Lierop2014-07-301-0/+1
| | | | | | | | responsive in very complex drawings Fixed bugs: - https://launchpad.net/bugs/1348959 (bzr r13483)
* Fix regression introduced by rev 13446 / 13333Diederik van Lierop2014-07-111-10/+0
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1256597 - https://launchpad.net/bugs/1340011 (bzr r13450)
* Fix regression that prevented snapping back to original location, caused by ↵Diederik van Lierop2014-07-051-6/+10
| | | | | | | | rev. 13333 Fixed bugs: - https://launchpad.net/bugs/1337170 (bzr r13446)
* Remove debugging outputDiederik van Lierop2014-05-151-1/+0
| | | (bzr r13379)
* Fix snapping issue in selector toolDiederik van Lierop2014-05-121-25/+39
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1255764 (bzr r13361)
* Fix bounding box cache issues in general, and prevent the selector tool from ↵Diederik van Lierop2014-05-031-28/+43
| | | | | | | | updating anything in case of identity affines (which prevents the bounding box from being invalidated) Fixed bugs: - https://launchpad.net/bugs/1256597 (bzr r13333)
* Further refactored SPKnot.Markus Engel2014-03-281-8/+8
| | | (bzr r13226)
* First step of refactoring SPKnot.Markus Engel2014-03-271-34/+30
| | | (bzr r13223)
* Embedded SVG's cannot be transformed.Tavmjong Bah2014-02-281-0/+6
| | | (bzr r13076)
* modify transform behaviour for unscaled stroke width, Preserved Transforms ↵Alvin Penner2013-12-301-4/+6
| | | | | | | | (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12863)
* modify transform behaviour for scaled stroke width, Preserved TransformsAlvin Penner2013-12-171-2/+5
| | | (bzr r12852)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* static code analysis: performanceKris De Gussem2013-10-161-1/+1
| | | (bzr r12695)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-4/+4
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-5/+8
| | | (bzr r12380.1.47)
* Make handle colour a configurable property.Martin Owens2013-07-031-9/+4
| | | (bzr r12401)
* Refactor resize, rotate, skew handle codeMartin Owens2013-07-021-183/+104
| | | (bzr r12400)
* Fix for Bug #448872 (Changing the bounding box type in preferences does not ↵Nicolas Dufour2013-05-121-1/+24
| | | | | | | | update the preview) by Vinipsmaker. Fixed bugs: - https://launchpad.net/bugs/448872 (bzr r12329)
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-2/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
* Selector tool: improve responsiveness for snapping a path's internal ↵Diederik van Lierop2012-12-081-21/+13
| | | | | intersections (was unbearable already for paths having 20+ segments) (bzr r11937)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-3/+3
| | | (bzr r11469.1.1)
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-0/+1
| | | (bzr r11460)
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-1/+3
| | | (bzr r11350)
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-3/+3
| | | (bzr r11321)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-1/+1
| | | (bzr r11318)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-4/+4
| | | (bzr r11207)
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-091-1/+5
| | | (bzr r11194)
* Don' t use convex hull for snapping a large selection if "only snap closest ↵Diederik van Lierop2012-02-151-1/+1
| | | | | node" has been enabled (bzr r10984)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* reverting change to seltrans.cpp in rev 10935, as requestedAlvin Penner2012-02-041-10/+2
| | | (bzr r10936)
* implement some switches between visual bbox and geometric bbox, depending on ↵Alvin Penner2012-02-041-2/+10
| | | | | | | | prefs (Bug 906952) Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10935)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
| | | (bzr r10830)
* Refactor snap-preferences a bit moreDiederik van Lierop2011-12-181-3/+5
| | | (bzr r10780)
* Remove unused parameterDiederik van Lierop2011-11-051-2/+2
| | | (bzr r10723)
* Minor code safety and warning cleanup.Jon A. Cruz2011-11-051-1/+1
| | | (bzr r10722)
* 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop2011-11-041-64/+86
| | | | | | | 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)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10659)
* Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop2011-09-161-2/+1
| | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-4/+4
| | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-3/+5
| | | (bzr r10582.1.6)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+11
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Fix "snap guides" toggleDiederik van Lierop2011-08-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/814457 (bzr r10582)