summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-26fix copy/paste of color from gradient stopsbulia byak1-1/+22
2009-02-16fix pasting style after copying a text spanbulia byak1-6/+28
2009-02-08gcc warning cleanup:Felipe Corr??a da Silva Sanches1-2/+2
2008-12-09reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally fixin...Thomas Holder1-56/+30
2008-12-08fix for Bug #234305 (paste into transformed groups)Thomas Holder1-0/+10
2008-11-29commentbulia byak1-1/+1
2008-11-21Merge from fe-movedTed Gould1-14/+11
2008-10-27From trunkTed Gould1-1/+1
2008-10-11Merging from trunkTed Gould1-6/+6
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-3/+3
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-5/+6
2008-09-08Fix LP #258124 and crash when copying LPEsMaximilian Albert1-1/+1
2008-08-28Modify the parameters required for setting up the SnapManagerDiederik van Lierop1-1/+1
2008-08-28Fixed clipboard code to properly load needed extensions. Fixes bug #171662Jon A. Cruz1-2/+21
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-08-07Fix regression in object snapper which caused self-snappingDiederik van Lierop1-5/+5
2008-08-061) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop1-27/+53
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-4/+4
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen1-8/+11
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-2/+2
2008-07-15Support for copy/paste with Windows clipboard. (LP 217609)Ulf Erikson1-20/+159
2008-06-24Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver1-22/+3
2008-06-16copy complete LPE stack to clipboard instead of only the current active lpeJohan B. C. Engelen1-5/+6
2008-06-15new command: relink clone to copied objectbulia byak1-0/+35
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-1/+1
2008-05-30LPE STACKING!Johan B. C. Engelen1-2/+7
2008-05-01Warning and whitespace cleanupJon A. Cruz1-1/+1
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
2008-04-04Fix LP bug #190420 (noncompliant desktop entry); remove pointless Krzysztof Kosi??ski1-5/+0
2008-03-28fix crash on pasting from empty clipboardJohan B. C. Engelen1-89/+99
2008-03-28cleanup ClipboardManagerImpl::pastePathEffect() code.Johan B. C. Engelen1-17/+23
2008-03-28fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen1-1/+2
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-23/+9
2008-03-27add linking to other paths to lpe-PathParamJohan B. C. Engelen1-9/+12
2008-03-27add method to lookup path object id from ClipboardJohan B. C. Engelen1-0/+25
2008-03-26system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY1-0/+1137