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