| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2010-01-10 | * Implement node snapping. | Krzysztof Kosi??ski | 1 | -868/+0 | |
| * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9) | |||||
| 2009-08-17 | some more ungrabbing needed | bulia byak | 1 | -0/+9 | |
| (bzr r8497) | |||||
| 2009-08-11 | patch 168780 | bulia byak | 1 | -0/+17 | |
| (bzr r8464) | |||||
| 2009-07-18 | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 1 | -2/+0 | |
| of the related warning messages (bzr r8302) | |||||
| 2009-06-10 | disable helperpath flashing for texts but enable it for grouped paths | bulia byak | 1 | -18/+37 | |
| (bzr r8042) | |||||
| 2009-03-31 | Some minor snap-delay modifications | Diederik van Lierop | 1 | -4/+3 | |
| (bzr r7597) | |||||
| 2009-03-29 | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 1 | -3/+3 | |
| - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | |||||
| 2009-03-09 | Fix #338838, in which zooming and panning with the middle mouse button made ↵ | Diederik van Lierop | 1 | -9/+8 | |
| Inkscape inrespronsive (bzr r7461) | |||||
| 2009-03-07 | some keyboards (Apple) have no Insert; allow insert-node with Shift+I too | Ed Halley | 1 | -0/+8 | |
| (bzr r7434) | |||||
| 2009-03-05 | Add option to only flash paths for node tool when none is selected. Applies ↵ | Jon A. Cruz | 1 | -1/+9 | |
| patch from bug #336490. (bzr r7420) | |||||
| 2009-03-03 | improve helperpath generation on mouse-over | Johan B. C. Engelen | 1 | -6/+1 | |
| (bzr r7406) | |||||
| 2009-02-23 | Fix snapping when dragging gradients (implement the snap delay, use snap ↵ | Diederik van Lierop | 1 | -6/+10 | |
| tolerances from the object snapper) (bzr r7355) | |||||
| 2009-01-08 | move shape_editor from node context to the parent class, event context | bulia byak | 1 | -85/+86 | |
| (bzr r7096) | |||||
| 2008-12-28 | More NR ==> Geom changes | Joshua L. Blocher | 1 | -8/+8 | |
| (bzr r7032) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -2/+2 | |
| (bzr r6891) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -10/+19 | |
| (bzr r6885) | |||||
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -2/+2 | |
| (bzr r6839) | |||||
| 2008-09-13 | only display flash helperpath warning for shapes other than paths | Johan B. C. Engelen | 1 | -2/+7 | |
| (bzr r6805) | |||||
| 2008-08-14 | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 1 | -8/+8 | |
| (bzr r6630) | |||||
| 2008-08-14 | Remove further instances of SP_ACTIVE_DESKTOP | Maximilian Albert | 1 | -1/+1 | |
| (bzr r6628) | |||||
| 2008-08-13 | Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ↵ | Maximilian Albert | 1 | -8/+8 | |
| passing in the current desktop and nodepath from the caller (bzr r6615) | |||||
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r6569) | |||||
| 2008-07-29 | Remove now obsolete functions | Maximilian Albert | 1 | -6/+0 | |
| (bzr r6458) | |||||
| 2008-07-29 | Along with nodepath also create/destroy the helperpaths of any LPEs ↵ | Maximilian Albert | 1 | -1/+2 | |
| associated to its current item (bzr r6452) | |||||
| 2008-07-14 | Enable simultaneous knotholder and nodepath | Maximilian Albert | 1 | -3/+6 | |
| (bzr r6291) | |||||
| 2008-06-16 | Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ↵ | Maximilian Albert | 1 | -9/+5 | |
| flashing when LPE already provides a helperpath (bzr r5956) | |||||
| 2008-06-16 | Second step: try to make helper curves respond faster (don't recreate/delete ↵ | Maximilian Albert | 1 | -24/+8 | |
| the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955) | |||||
| 2008-06-16 | First step towards making helper paths for LPE items work better | Maximilian Albert | 1 | -43/+29 | |
| (bzr r5954) | |||||
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r5915) | |||||
| 2008-06-08 | Add option to either suppress path flash for items with LPE (e.g., spiro ↵ | Maximilian Albert | 1 | -28/+74 | |
| splines use this) or display it permanently while the item is selected. (bzr r5860) | |||||
| 2008-05-05 | struct SPCurve => class SPCurve | Johan B. C. Engelen | 1 | -3/+3 | |
| change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | |||||
| 2008-03-06 | add preferences for path flashing on mouseover | Johan B. C. Engelen | 1 | -22/+26 | |
| (bzr r4977) | |||||
| 2008-03-05 | tweak the helperpath flashing: | Johan B. C. Engelen | 1 | -1/+14 | |
| * reduce time a little (should this be a preference?) * when leaving an object, instantly hide the flasher. * when entering the same object as before, show the flasher again to be done: make preferences to turn on/off and any other desired settings (bzr r4972) | |||||
| 2008-03-05 | Add flashing outline of path when hovering over it. (coded in 20 minutes so ↵ | Johan B. C. Engelen | 1 | -0/+30 | |
| perhaps buggy) Will be put under a preference, for those who want it. (bzr r4971) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 | |
| (bzr r4629) | |||||
| 2007-12-05 | Always set coord entry fields inactive when switching to the node tool | Maximilian Albert | 1 | -0/+2 | |
| (bzr r4179) | |||||
| 2007-12-05 | Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 ↵ | Maximilian Albert | 1 | -0/+7 | |
| and #172113) (bzr r4174) | |||||
| 2007-11-21 | use gobble_key_events to speed up keyboard moves | bulia byak | 1 | -16/+24 | |
| (bzr r4121) | |||||
| 2007-09-22 | prevent wrong rubberband origin after click-selecting in node tool | bulia byak | 1 | -0/+1 | |
| (bzr r3787) | |||||
| 2007-08-14 | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 1 | -132/+92 | |
| (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | |||||
| 2007-07-29 | due to the order of processing events, we must disable lmb handling in ↵ | bulia byak | 1 | -5/+5 | |
| children contexts so that parent event context can handle it for space panning (bzr r3341) | |||||
| 2007-03-04 | make conversions away from NR::Maybe explicit | MenTaLguY | 1 | -3/+3 | |
| (bzr r2530) | |||||
| 2007-03-01 | leave the selection alone on mouse down. | Aaron Spike | 1 | -1/+0 | |
| This prevents selecting nodes on drag and still allows them to be selected on click. (bzr r2490) | |||||
| 2007-02-13 | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵ | bulia byak | 1 | -342/+89 | |
| handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374) | |||||
| 2007-01-05 | robustize remembering the dragged segment - store node number, not pointer; ↵ | bulia byak | 1 | -1/+9 | |
| fixes crash 1505549 (bzr r2134) | |||||
| 2007-01-04 | Fix 1593499 (Tablet cursor drift when dragging bezier). | gustav_b | 1 | -3/+18 | |
| (bzr r2127) | |||||
| 2006-11-06 | implement select next/prev as verbs | bulia byak | 1 | -12/+0 | |
| (bzr r1917) | |||||
| 2006-11-05 | When canvas cannot update quickly, ensure that nodes being dragged will stay ↵ | John Bintz | 1 | -17/+39 | |
| selected. (bzr r1904) | |||||
| 2006-10-19 | remove color cursors | Josh Andler | 1 | -17/+0 | |
| (bzr r1811) | |||||
| 2006-10-04 | Ensure that rubberbanding has been initialized before manipulating rubberband | John Bintz | 1 | -4/+6 | |
| (bzr r1764) | |||||
