index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
node-context.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-01-10
* Implement node snapping.
Krzysztof Kosi??ski
1
-868
/
+0
2009-08-17
some more ungrabbing needed
bulia byak
1
-0
/
+9
2009-08-11
patch 168780
bulia byak
1
-0
/
+17
2009-07-18
Make the snap delay mechanism easier to implement for the devs, and get rid o...
Diederik van Lierop
1
-2
/
+0
2009-06-10
disable helperpath flashing for texts but enable it for grouped paths
bulia byak
1
-18
/
+37
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
[next]