| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix bounding box cache issues in general, and prevent the selector tool from ↵ | Diederik van Lierop | 2014-05-03 | 1 | -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 Engel | 2014-03-28 | 1 | -8/+8 | |
| | | | | (bzr r13226) | |||||
| * | First step of refactoring SPKnot. | Markus Engel | 2014-03-27 | 1 | -34/+30 | |
| | | | | (bzr r13223) | |||||
| * | Embedded SVG's cannot be transformed. | Tavmjong Bah | 2014-02-28 | 1 | -0/+6 | |
| | | | | (bzr r13076) | |||||
| * | modify transform behaviour for unscaled stroke width, Preserved Transforms ↵ | Alvin Penner | 2013-12-30 | 1 | -4/+6 | |
| | | | | | | | | | (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12863) | |||||
| * | modify transform behaviour for scaled stroke width, Preserved Transforms | Alvin Penner | 2013-12-17 | 1 | -2/+5 | |
| | | | | (bzr r12852) | |||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 | |
| | | | | (bzr r12785) | |||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -1/+1 | |
| | | | | (bzr r12782) | |||||
| * | static code analysis: performance | Kris De Gussem | 2013-10-16 | 1 | -1/+1 | |
| | | | | (bzr r12695) | |||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -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 Petroff | 2013-07-20 | 1 | -5/+8 | |
| | | | | (bzr r12380.1.47) | |||||
| * | Make handle colour a configurable property. | Martin Owens | 2013-07-03 | 1 | -9/+4 | |
| | | | | (bzr r12401) | |||||
| * | Refactor resize, rotate, skew handle code | Martin Owens | 2013-07-02 | 1 | -183/+104 | |
| | | | | (bzr r12400) | |||||
| * | Fix for Bug #448872 (Changing the bounding box type in preferences does not ↵ | Nicolas Dufour | 2013-05-12 | 1 | -1/+24 | |
| | | | | | | | | | update the preview) by Vinipsmaker. Fixed bugs: - https://launchpad.net/bugs/448872 (bzr r12329) | |||||
| * | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 2013-01-27 | 1 | -2/+0 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | |||||
| * | Selector tool: improve responsiveness for snapping a path's internal ↵ | Diederik van Lierop | 2012-12-08 | 1 | -21/+13 | |
| | | | | | | intersections (was unbearable already for paths having 20+ segments) (bzr r11937) | |||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | |||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -3/+3 | |
| | | | | (bzr r11469.1.1) | |||||
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -0/+1 | |
| | | | | (bzr r11460) | |||||
| * | Centralized line creation and enhanced visibility. | Jon A. Cruz | 2012-05-09 | 1 | -1/+3 | |
| | | | | (bzr r11350) | |||||
| * | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 2012-05-04 | 1 | -3/+3 | |
| | | | | (bzr r11321) | |||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -1/+1 | |
| | | | | (bzr r11318) | |||||
| * | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 2012-04-10 | 1 | -4/+4 | |
| | | | | (bzr r11207) | |||||
| * | Replace deprecated GDK key symbols | Alex Valavanis | 2012-04-09 | 1 | -1/+5 | |
| | | | | (bzr r11194) | |||||
| * | Don' t use convex hull for snapping a large selection if "only snap closest ↵ | Diederik van Lierop | 2012-02-15 | 1 | -1/+1 | |
| | | | | | | node" has been enabled (bzr r10984) | |||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 | |
| | | | | (bzr r10963) | |||||
| * | reverting change to seltrans.cpp in rev 10935, as requested | Alvin Penner | 2012-02-04 | 1 | -10/+2 | |
| | | | | (bzr r10936) | |||||
| * | implement some switches between visual bbox and geometric bbox, depending on ↵ | Alvin Penner | 2012-02-04 | 1 | -2/+10 | |
| | | | | | | | | | prefs (Bug 906952) Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10935) | |||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -1/+1 | |
| | | | | (bzr r10830) | |||||
| * | Refactor snap-preferences a bit more | Diederik van Lierop | 2011-12-18 | 1 | -3/+5 | |
| | | | | (bzr r10780) | |||||
| * | Remove unused parameter | Diederik van Lierop | 2011-11-05 | 1 | -2/+2 | |
| | | | | (bzr r10723) | |||||
| * | Minor code safety and warning cleanup. | Jon A. Cruz | 2011-11-05 | 1 | -1/+1 | |
| | | | | (bzr r10722) | |||||
| * | 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵ | Diederik van Lierop | 2011-11-04 | 1 | -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. Cruz | 2011-10-03 | 1 | -1/+1 | |
| | | | | (bzr r10659) | |||||
| * | Node tool, transforming a set of nodes: Fix crashes, and finish ↵ | Diederik van Lierop | 2011-09-16 | 1 | -2/+1 | |
| | | | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633) | |||||
| * | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 2011-09-04 | 1 | -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.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+5 | |
| | | | | (bzr r10582.1.6) | |||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -11/+11 | |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| * | Fix "snap guides" toggle | Diederik van Lierop | 2011-08-25 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/814457 (bzr r10582) | |||||
| * | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 1 | -4/+5 | |
| | | | | | | a single array, instead of each having its own member variable (bzr r10569) | |||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -2/+2 | |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | |||||
| * | Selector's toolbar: changing the dimensions of the visual bounding box of ↵ | Diederik van Lierop | 2011-07-10 | 1 | -2/+2 | |
| | | | | | | | | | | selection of multiple objects having different stroke widths has been fixed (bug #212768, #190557, ...) Fixed bugs: - https://launchpad.net/bugs/212768 - https://launchpad.net/bugs/190557 (bzr r10437.1.5) | |||||
| * | - Add a third group of snap sources/targets, called ¨others¨ (before we ↵ | Diederik van Lierop | 2011-06-26 | 1 | -1/+1 | |
| | | | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372) | |||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -82/+71 | |
| |\ | | | | | (bzr r9508.1.73) | |||||
| | * | Allow the center handle to be selectable for items having a width or height ↵ | Diederik van Lierop | 2011-03-06 | 1 | -35/+44 | |
| | | | | | | | | | | | | | | | close to zero (i.e. lines, dots) Before I fixed this the center handle used to be burried underneath the other handles (bzr r10081) | |||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -11/+11 | |
| | | | | | | | (bzr r10060) | |||||
| | * | Properly fix seltrans brokenness in 2Geom and pull updated files | Krzysztof Kosi??ski | 2011-02-05 | 1 | -4/+4 | |
| | | | | | | | | | | | into Inkscape (bzr r10034) | |||||
| | * | temporary work around 2geom matrix bug to make inkscape more usable | Johan B. C. Engelen | 2011-02-04 | 1 | -4/+4 | |
| | | | | | | | (bzr r10033) | |||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -12/+12 | |
| | | | | | | | (bzr r10025) | |||||
| | * | Node tool: snap while scaling a selection of nodes. Consider this as ↵ | Diederik van Lierop | 2010-12-27 | 1 | -24/+4 | |
| | | | | | | | | | | | experimental; needs cleanup! (bzr r9985) | |||||
