index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shape-editor.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-06-04
C++ify knotholders
Maximilian Albert
1
-2
/
+2
2008-06-02
check if item is LPEItem before casting!!! fixes bug 236788
Johan B. C. Engelen
1
-6
/
+14
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-3
/
+3
2008-05-19
Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...
Maximilian Albert
1
-1
/
+2
2008-05-19
Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...
Maximilian Albert
1
-1
/
+8
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-2
/
+2
2008-03-20
Add on-canvas editing of LPE PointParam.
Johan B. C. Engelen
1
-6
/
+15
2008-03-12
fix FIXME: remove setting knotholder to NULL, because it is already nulled by...
Johan B. C. Engelen
1
-2
/
+0
2008-02-27
* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...
Johan B. C. Engelen
1
-3
/
+11
2008-02-23
* on-canvas clip and mask editing :) in the object menu you can find how to ...
Johan B. C. Engelen
1
-0
/
+4
2008-01-25
first set of updates to headers for clean gcc 4.3 builds
Kees Cook
1
-0
/
+1
2008-01-12
fix over_the_stroke for paths in transformed groups
bulia byak
1
-6
/
+5
2007-11-04
Warning cleanup
Jon A. Cruz
1
-16
/
+16
2007-10-30
LPE: implement NEW path-along-path effect, i think that old one has become ob...
Johan B. C. Engelen
1
-1
/
+1
2007-10-23
fix undoing of LPE paths again. please test. (now nodepath is only updated wh...
Johan B. C. Engelen
1
-3
/
+8
2007-10-23
Revert undo LPE paths fix; crashed on linux :(
Johan B. C. Engelen
1
-1
/
+3
2007-10-20
LPE: fix undoing changes to pathparameter on-canvas.
Johan B. C. Engelen
1
-9
/
+18
2007-10-20
LPE: add on-canvas editing of path parameters!
Johan B. C. Engelen
1
-12
/
+10
2007-10-17
Fix undo bug when on-canvas editing LPE path parameter!
Johan B. C. Engelen
1
-3
/
+6
2007-10-12
scroll desktop to selected node after Tab/Shift-Tab
bulia byak
1
-2
/
+10
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-1
/
+1
2007-08-14
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
1
-3
/
+33
2007-05-11
fixed fixme's in shapeeditor and changed verbs for node editting. helps with ...
Johan B. C. Engelen
1
-9
/
+23
2007-04-17
flipping patch by maximilian albert
bulia byak
1
-2
/
+2
2007-03-04
redo NR::Maybe to be less clever
MenTaLguY
1
-3
/
+7
2007-02-13
removing forward declaration of a enum - is it valid at all? at least it work...
bulia byak
1
-2
/
+2
2007-02-13
isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ...
bulia byak
1
-0
/
+435
[prev]