index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nodepath.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-01-14
Remove nodepath.cpp and nodepath.h
Krzysztof Kosi??ski
1
-345
/
+0
2009-03-03
improve helperpath generation on mouse-over
Johan B. C. Engelen
1
-3
/
+2
2009-02-19
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
1
-12
/
+8
2008-11-23
1) Improve the way the distance to the pointer is taken into account when fin...
Diederik van Lierop
1
-0
/
+4
2008-11-21
Merge from fe-moved
Ted Gould
1
-64
/
+70
2008-10-27
From trunk
Ted Gould
1
-0
/
+2
2008-09-25
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
1
-0
/
+2
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-3
/
+6
2008-09-18
Some NR::Point ==> Geom::Point replacements
Maximilian Albert
1
-20
/
+20
2008-08-13
Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ...
Maximilian Albert
1
-3
/
+3
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-08-04
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
1
-3
/
+3
2008-07-29
Update helperpaths live also when any of the item's LPEs is modified
Maximilian Albert
1
-0
/
+1
2008-07-29
Along with nodepath also create/destroy the helperpaths of any LPEs associate...
Maximilian Albert
1
-5
/
+14
2008-07-25
purge livarot stuff from nodepath
Johan B. C. Engelen
1
-5
/
+0
2008-07-05
nodepath.h: Supply missing #includes/declarations so that we don't depend on ...
Peter Moulder
1
-0
/
+3
2008-06-19
comment fix
bulia byak
1
-3
/
+6
2008-06-18
Display helper grid for LPELattice; automatically add helper paths for LPE Pa...
Maximilian Albert
1
-1
/
+1
2008-06-18
Separate version of sp_nodepath_generate_helperpath() to generate a helperpat...
Maximilian Albert
1
-0
/
+1
2008-06-16
First step towards making helper paths for LPE items work better
Maximilian Albert
1
-0
/
+1
2008-04-14
use sp_nodepath_make_straight_path in LPEGears
Johan B. C. Engelen
1
-0
/
+1
2008-02-27
fix nodepath.h include dependency
Johan B. C. Engelen
1
-1
/
+1
2008-02-23
* on-canvas clip and mask editing :) in the object menu you can find how to ...
Johan B. C. Engelen
1
-0
/
+1
2007-12-05
Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 an...
Maximilian Albert
1
-0
/
+3
2007-11-03
make setup_notepath function for LPE's and LPE parameters.
Johan B. C. Engelen
1
-1
/
+3
2007-10-20
LPE: add on-canvas editing of path parameters!
Johan B. C. Engelen
1
-1
/
+5
2007-10-12
rearrange, a couple utility methods for node selection
bulia byak
1
-56
/
+59
2007-08-14
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
1
-3
/
+14
2007-05-11
fixed fixme's in shapeeditor and changed verbs for node editting. helps with ...
Johan B. C. Engelen
1
-13
/
+13
2007-04-17
flipping patch by maximilian albert
bulia byak
1
-1
/
+6
2007-02-13
isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ...
bulia byak
1
-4
/
+2
2007-01-05
robustize remembering the dragged segment - store node number, not pointer; f...
bulia byak
1
-1
/
+1
2006-09-28
factor out creation of livarot_path, and make it on-demand so that update_rep...
bulia byak
1
-0
/
+1
2006-09-04
Fix race condition where node dragging is not ended after mouse button is rel...
John Bintz
1
-0
/
+3
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-5
/
+5
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-5
/
+5
2006-07-06
undo annotations
bulia byak
1
-1
/
+1
2006-05-18
make profile selectable via prefs, add elliptic (preliminary, needs perpendic...
bulia byak
1
-0
/
+6
2006-05-16
show handles toggle
bulia byak
1
-1
/
+6
2006-05-12
fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup delet...
bulia byak
1
-2
/
+4
2006-04-14
Attempt to preserve the shape of the path when deleting nodes
Aaron Spike
1
-0
/
+1
2006-04-12
change uint to unsigned int
Bob Jamison
1
-2
/
+2
2006-04-12
remove the old _d_changed and _typestr_changed hacks, replacing by an int-val...
bulia byak
1
-0
/
+3
2006-04-01
store and update livarot_path in nodepath; switch curve_drag to not updating ...
bulia byak
1
-3
/
+8