summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-03Doxygen cleanup.Jon A. Cruz1-40/+41
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-2/+0
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-4/+4
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-3/+3
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-16/+17
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+1
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz1-7/+7
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-2/+2
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-10/+10
2010-05-18better fix for lpe stack forkingJohan B. C. Engelen1-2/+3
2010-03-19Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz1-46/+36
2010-03-19Brace safety cleanup.Jon A. Cruz1-73/+181
2010-03-18Changed the embed/link dialog to use radio buttons instead of a checkbox to m...Jon A. Cruz1-3/+4
2010-03-14fix pasting of LPE stacksJohan B. C. Engelen1-11/+18
2010-03-04Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski1-20/+19
2010-02-251) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop1-2/+3
2009-09-14Patch from Diedrik for 296778Josh Andler1-1/+34
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-19/+19
2009-08-05SPDocument->Documentjohnce1-19/+19
2009-05-13parent transformation on import and paste (Bug #376064, Bug #375499)Thomas Holder1-1/+1
2009-05-11call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)Thomas Holder1-4/+1
2009-04-29Make sure that the item center (origin for rotations) does not change due to ...Diederik van Lierop1-15/+18
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