summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support for copy/paste with Windows clipboard. (LP 217609)Ulf Erikson2008-07-151-20/+159
| | | (bzr r6318)
* Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver2008-06-241-22/+3
| | | (bzr r6048)
* copy complete LPE stack to clipboard instead of only the current active lpeJohan B. C. Engelen2008-06-161-5/+6
| | | (bzr r5957)
* new command: relink clone to copied objectbulia byak2008-06-151-0/+35
| | | (bzr r5948)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
| | | (bzr r5823)
* LPE STACKING!Johan B. C. Engelen2008-05-301-2/+7
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* Warning and whitespace cleanupJon A. Cruz2008-05-011-1/+1
| | | (bzr r5564)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
| | | (bzr r5427)
* Fix LP bug #190420 (noncompliant desktop entry); remove pointless Krzysztof Kosi??ski2008-04-041-5/+0
| | | | | config.h inclusion in ui/clipboard.cpp (bzr r5333)
* fix crash on pasting from empty clipboardJohan B. C. Engelen2008-03-281-89/+99
| | | (bzr r5225)
* cleanup ClipboardManagerImpl::pastePathEffect() code.Johan B. C. Engelen2008-03-281-17/+23
| | | (bzr r5224)
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-281-1/+2
| | | | | fix ClipboardManager to construct the svgd from pathvector instead of obtaining the string from PathParam which can be a href instead of svgd (bzr r5222)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-23/+9
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-271-9/+12
| | | (bzr r5209)
* add method to lookup path object id from ClipboardJohan B. C. Engelen2008-03-271-0/+25
| | | (bzr r5201)
* system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY2008-03-261-0/+1137
(bzr r5190)