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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-03-26
fix copy/paste of color from gradient stops
bulia byak
1
-1
/
+22
2009-02-16
fix pasting style after copying a text span
bulia byak
1
-6
/
+28
2009-02-08
gcc warning cleanup:
Felipe Corr??a da Silva Sanches
1
-2
/
+2
2008-12-09
reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally fixin...
Thomas Holder
1
-56
/
+30
2008-12-08
fix for Bug #234305 (paste into transformed groups)
Thomas Holder
1
-0
/
+10
2008-11-29
comment
bulia byak
1
-1
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-14
/
+11
2008-10-27
From trunk
Ted Gould
1
-1
/
+1
2008-10-11
Merging from trunk
Ted Gould
1
-6
/
+6
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-3
/
+3
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-5
/
+6
2008-09-08
Fix LP #258124 and crash when copying LPEs
Maximilian Albert
1
-1
/
+1
2008-08-28
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
1
-1
/
+1
2008-08-28
Fixed clipboard code to properly load needed extensions. Fixes bug #171662
Jon A. Cruz
1
-2
/
+21
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-2
/
+2
2008-08-07
Fix regression in object snapper which caused self-snapping
Diederik van Lierop
1
-5
/
+5
2008-08-06
1) When pasting, use an offset that is a multiple of the grid pitch (got lost...
Diederik van Lierop
1
-27
/
+53
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-4
/
+4
2008-08-04
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
1
-8
/
+11
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-2
/
+2
2008-07-15
Support for copy/paste with Windows clipboard. (LP 217609)
Ulf Erikson
1
-20
/
+159
2008-06-24
Resolve ID clashes when pasting (fixes bug 165936).
Stephen Silver
1
-22
/
+3
2008-06-16
copy complete LPE stack to clipboard instead of only the current active lpe
Johan B. C. Engelen
1
-5
/
+6
2008-06-15
new command: relink clone to copied object
bulia byak
1
-0
/
+35
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-1
/
+1
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-2
/
+7
2008-05-01
Warning and whitespace cleanup
Jon A. Cruz
1
-1
/
+1
2008-04-13
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
1
-1
/
+1
2008-04-04
Fix LP bug #190420 (noncompliant desktop entry); remove pointless
Krzysztof Kosi??ski
1
-5
/
+0
2008-03-28
fix crash on pasting from empty clipboard
Johan B. C. Engelen
1
-89
/
+99
2008-03-28
cleanup ClipboardManagerImpl::pastePathEffect() code.
Johan B. C. Engelen
1
-17
/
+23
2008-03-28
fix lpe-PathPAram when deleting the path that it links to
Johan B. C. Engelen
1
-1
/
+2
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-23
/
+9
2008-03-27
add linking to other paths to lpe-PathParam
Johan B. C. Engelen
1
-9
/
+12
2008-03-27
add method to lookup path object id from Clipboard
Johan B. C. Engelen
1
-0
/
+25
2008-03-26
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
1
-0
/
+1137