| Commit message (Expand) | Author | Files | Lines |
| 2009-03-31 | Some minor snap-delay modifications | Diederik van Lierop | 1 | -4/+3 |
| 2009-03-29 | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 1 | -3/+3 |
| 2009-03-09 | Fix #338838, in which zooming and panning with the middle mouse button made I... | Diederik van Lierop | 1 | -9/+8 |
| 2009-03-07 | some keyboards (Apple) have no Insert; allow insert-node with Shift+I too | Ed Halley | 1 | -0/+8 |
| 2009-03-05 | Add option to only flash paths for node tool when none is selected. Applies p... | Jon A. Cruz | 1 | -1/+9 |
| 2009-03-03 | improve helperpath generation on mouse-over | Johan B. C. Engelen | 1 | -6/+1 |
| 2009-02-23 | Fix snapping when dragging gradients (implement the snap delay, use snap tole... | Diederik van Lierop | 1 | -6/+10 |
| 2009-01-08 | move shape_editor from node context to the parent class, event context | bulia byak | 1 | -85/+86 |
| 2008-12-28 | More NR ==> Geom changes | Joshua L. Blocher | 1 | -8/+8 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -2/+2 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -10/+19 |
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -2/+2 |
| 2008-09-13 | only display flash helperpath warning for shapes other than paths | Johan B. C. Engelen | 1 | -2/+7 |
| 2008-08-14 | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 1 | -8/+8 |
| 2008-08-14 | Remove further instances of SP_ACTIVE_DESKTOP | Maximilian Albert | 1 | -1/+1 |
| 2008-08-13 | Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ... | Maximilian Albert | 1 | -8/+8 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -2/+2 |
| 2008-07-29 | Remove now obsolete functions | Maximilian Albert | 1 | -6/+0 |
| 2008-07-29 | Along with nodepath also create/destroy the helperpaths of any LPEs associate... | Maximilian Albert | 1 | -1/+2 |
| 2008-07-14 | Enable simultaneous knotholder and nodepath | Maximilian Albert | 1 | -3/+6 |
| 2008-06-16 | Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ... | Maximilian Albert | 1 | -9/+5 |
| 2008-06-16 | Second step: try to make helper curves respond faster (don't recreate/delete ... | Maximilian Albert | 1 | -24/+8 |
| 2008-06-16 | First step towards making helper paths for LPE items work better | Maximilian Albert | 1 | -43/+29 |
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-06-08 | Add option to either suppress path flash for items with LPE (e.g., spiro spli... | Maximilian Albert | 1 | -28/+74 |
| 2008-05-05 | struct SPCurve => class SPCurve | Johan B. C. Engelen | 1 | -3/+3 |
| 2008-03-06 | add preferences for path flashing on mouseover | Johan B. C. Engelen | 1 | -22/+26 |
| 2008-03-05 | tweak the helperpath flashing: | Johan B. C. Engelen | 1 | -1/+14 |
| 2008-03-05 | Add flashing outline of path when hovering over it. (coded in 20 minutes so p... | Johan B. C. Engelen | 1 | -0/+30 |
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 |
| 2007-12-05 | Always set coord entry fields inactive when switching to the node tool | Maximilian Albert | 1 | -0/+2 |
| 2007-12-05 | Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 an... | Maximilian Albert | 1 | -0/+7 |
| 2007-11-21 | use gobble_key_events to speed up keyboard moves | bulia byak | 1 | -16/+24 |
| 2007-09-22 | prevent wrong rubberband origin after click-selecting in node tool | bulia byak | 1 | -0/+1 |
| 2007-08-14 | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 1 | -132/+92 |
| 2007-07-29 | due to the order of processing events, we must disable lmb handling in childr... | bulia byak | 1 | -5/+5 |
| 2007-03-04 | make conversions away from NR::Maybe explicit | MenTaLguY | 1 | -3/+3 |
| 2007-03-01 | leave the selection alone on mouse down. | Aaron Spike | 1 | -1/+0 |
| 2007-02-13 | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ... | bulia byak | 1 | -342/+89 |
| 2007-01-05 | robustize remembering the dragged segment - store node number, not pointer; f... | bulia byak | 1 | -1/+9 |
| 2007-01-04 | Fix 1593499 (Tablet cursor drift when dragging bezier). | gustav_b | 1 | -3/+18 |
| 2006-11-06 | implement select next/prev as verbs | bulia byak | 1 | -12/+0 |
| 2006-11-05 | When canvas cannot update quickly, ensure that nodes being dragged will stay ... | John Bintz | 1 | -17/+39 |
| 2006-10-19 | remove color cursors | Josh Andler | 1 | -17/+0 |
| 2006-10-04 | Ensure that rubberbanding has been initialized before manipulating rubberband | John Bintz | 1 | -4/+6 |
| 2006-09-28 | factor out creation of livarot_path, and make it on-demand so that update_rep... | bulia byak | 1 | -0/+1 |
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -1/+1 |
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -1/+1 |
| 2006-08-05 | add checks to make sure given nodepath pointers are not null before working w... | John Bintz | 1 | -1/+15 |
| 2006-07-23 | forced redraw of canvas upon completion of zooming or upon starting rubber ba... | John Bintz | 1 | -0/+1 |