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
*
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
2010-08-11
1
-0
/
+1
*
Suppress gradient direction line for 'solid' gradients.
Jon A. Cruz
2010-07-04
1
-7
/
+7
*
better fix for lpe stack forking
Johan B. C. Engelen
2010-05-18
1
-2
/
+3
*
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.
Jon A. Cruz
2010-03-19
1
-46
/
+36
*
Brace safety cleanup.
Jon A. Cruz
2010-03-19
1
-73
/
+181
*
Changed the embed/link dialog to use radio buttons instead of a checkbox to m...
Jon A. Cruz
2010-03-18
1
-3
/
+4
*
fix pasting of LPE stacks
Johan B. C. Engelen
2010-03-14
1
-11
/
+18
*
Improve behavior when pasting, DnDing and importing bitmap images
Krzysztof Kosi??ski
2010-03-04
1
-20
/
+19
*
1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...
Diederik van Lierop
2010-02-25
1
-2
/
+3
*
Patch from Diedrik for 296778
Josh Andler
2009-09-14
1
-1
/
+34
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-19
/
+19
*
SPDocument->Document
johnce
2009-08-05
1
-19
/
+19
*
parent transformation on import and paste (Bug #376064, Bug #375499)
Thomas Holder
2009-05-13
1
-1
/
+1
*
call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)
Thomas Holder
2009-05-11
1
-4
/
+1
*
Make sure that the item center (origin for rotations) does not change due to ...
Diederik van Lierop
2009-04-29
1
-15
/
+18
*
fix copy/paste of color from gradient stops
bulia byak
2009-03-26
1
-1
/
+22
*
fix pasting style after copying a text span
bulia byak
2009-02-16
1
-6
/
+28
*
gcc warning cleanup:
Felipe Corr??a da Silva Sanches
2009-02-08
1
-2
/
+2
*
reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally fixin...
Thomas Holder
2008-12-09
1
-56
/
+30
*
fix for Bug #234305 (paste into transformed groups)
Thomas Holder
2008-12-08
1
-0
/
+10
*
comment
bulia byak
2008-11-29
1
-1
/
+1
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-14
/
+11
*
From trunk
Ted Gould
2008-10-27
1
-1
/
+1
*
Merging from trunk
Ted Gould
2008-10-11
1
-6
/
+6
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-3
/
+3
*
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
2008-09-16
1
-5
/
+6
*
Fix LP #258124 and crash when copying LPEs
Maximilian Albert
2008-09-08
1
-1
/
+1
*
Modify the parameters required for setting up the SnapManager
Diederik van Lierop
2008-08-28
1
-1
/
+1
*
Fixed clipboard code to properly load needed extensions. Fixes bug #171662
Jon A. Cruz
2008-08-28
1
-2
/
+21
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-2
/
+2
*
Fix regression in object snapper which caused self-snapping
Diederik van Lierop
2008-08-07
1
-5
/
+5
*
1) When pasting, use an offset that is a multiple of the grid pitch (got lost...
Diederik van Lierop
2008-08-06
1
-27
/
+53
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-4
/
+4
*
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
2008-08-04
1
-8
/
+11
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
1
-2
/
+2
*
Support for copy/paste with Windows clipboard. (LP 217609)
Ulf Erikson
2008-07-15
1
-20
/
+159
*
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
[next]