index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
clipboard.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve ID clashes when pasting (fixes bug 165936).
Stephen Silver
2008-06-24
1
-22
/
+3
*
copy complete LPE stack to clipboard instead of only the current active lpe
Johan B. C. Engelen
2008-06-16
1
-5
/
+6
*
new command: relink clone to copied object
bulia byak
2008-06-15
1
-0
/
+35
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-1
/
+1
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-1
/
+1
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-2
/
+7
*
Warning and whitespace cleanup
Jon A. Cruz
2008-05-01
1
-1
/
+1
*
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
2008-04-13
1
-1
/
+1
*
Fix LP bug #190420 (noncompliant desktop entry); remove pointless
Krzysztof Kosi??ski
2008-04-04
1
-5
/
+0
*
fix crash on pasting from empty clipboard
Johan B. C. Engelen
2008-03-28
1
-89
/
+99
*
cleanup ClipboardManagerImpl::pastePathEffect() code.
Johan B. C. Engelen
2008-03-28
1
-17
/
+23
*
fix lpe-PathPAram when deleting the path that it links to
Johan B. C. Engelen
2008-03-28
1
-1
/
+2
*
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
2008-03-28
1
-23
/
+9
*
add linking to other paths to lpe-PathParam
Johan B. C. Engelen
2008-03-27
1
-9
/
+12
*
add method to lookup path object id from Clipboard
Johan B. C. Engelen
2008-03-27
1
-0
/
+25
*
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
2008-03-26
1
-0
/
+1137