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
2009-03-19
tidy up SPObjects that must always be LivePathEffectObjects
Johan B. C. Engelen
1
-2
/
+2
2009-03-19
fix crash when undoing LPE path param edit just after the edit.
Johan B. C. Engelen
1
-8
/
+8
2009-03-10
fix 317365: when moving in/out of defs, an object gets a new SPObject while k...
bulia byak
1
-6
/
+6
2009-02-06
make more things private
bulia byak
1
-39
/
+30
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-4
/
+7
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-4
/
+4
2008-09-18
Some NR::Point ==> Geom::Point replacements
Maximilian Albert
1
-15
/
+15
2008-09-11
convert almost all libnrtype to Geom::
Johan B. C. Engelen
1
-2
/
+2
2008-09-08
2geom update (rev. 1578); fixes node editing of some degenerate paths
Maximilian Albert
1
-4
/
+8
2008-09-07
fix node tool for LPEs by reverting r19694
Johan B. C. Engelen
1
-7
/
+1
2008-09-05
undo last commit - here's a better way to fix this bug
bulia byak
1
-34
/
+29
2008-09-05
fix crash: separate np and kh listeners so that np listener is not fired twic...
bulia byak
1
-8
/
+27
2008-09-02
Fixed forgotten variable assignment
Jon A. Cruz
1
-1
/
+1
2008-08-18
Remove debugging messages
Maximilian Albert
1
-8
/
+0
2008-08-18
Many debugging messages
Maximilian Albert
1
-1
/
+8
2008-08-18
Use the visible curve (instead of original curve when a LPE is applied) for t...
Maximilian Albert
1
-1
/
+7
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-13
Get rid of some superfluous includes
Maximilian Albert
1
-1
/
+1
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-3
/
+3
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-07-29
Remove now obsolete functions
Maximilian Albert
1
-10
/
+1
2008-07-25
in shapeeditor to determine whether tool is above the path, use 2geom methods...
Johan B. C. Engelen
1
-10
/
+18
2008-07-22
Fix LP #250175 (broken undo in node tool)
Maximilian Albert
1
-3
/
+6
2008-07-20
fix stupid crash, make get_item const
bulia byak
1
-6
/
+6
2008-07-14
Enable simultaneous knotholder and nodepath
Maximilian Albert
1
-90
/
+152
2008-07-05
another fix for parallel knotholder and nodepath
bulia byak
1
-3
/
+2
2008-07-05
fix crash triggered by having both knotholder and nodepath at the same time
bulia byak
1
-6
/
+2
2008-06-18
Update LPE helper paths "live" on changes
Maximilian Albert
1
-1
/
+1
2008-06-16
Second step: try to make helper curves respond faster (don't recreate/delete ...
Maximilian Albert
1
-7
/
+8
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-3
/
+3
2008-06-08
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
1
-12
/
+7
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
[next]