summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Doxygen cleanup.Jon A. Cruz2011-10-031-40/+41
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-2/+0
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-4/+4
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-3/+3
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-16/+17
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-36/+32
|\
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-10/+10
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+1
* | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-7/+7
|/
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-2/+3
* Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz2010-03-191-46/+36
* Brace safety cleanup.Jon A. Cruz2010-03-191-73/+181
* Changed the embed/link dialog to use radio buttons instead of a checkbox to m...Jon A. Cruz2010-03-181-3/+4
* fix pasting of LPE stacksJohan B. C. Engelen2010-03-141-11/+18
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-20/+19
* 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop2010-02-251-2/+3
* Patch from Diedrik for 296778Josh Andler2009-09-141-1/+34
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-19/+19
* SPDocument->Documentjohnce2009-08-051-19/+19
* parent transformation on import and paste (Bug #376064, Bug #375499)Thomas Holder2009-05-131-1/+1
* call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)Thomas Holder2009-05-111-4/+1
* Make sure that the item center (origin for rotations) does not change due to ...Diederik van Lierop2009-04-291-15/+18
* fix copy/paste of color from gradient stopsbulia byak2009-03-261-1/+22
* fix pasting style after copying a text spanbulia byak2009-02-161-6/+28
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-2/+2
* reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally fixin...Thomas Holder2008-12-091-56/+30
* fix for Bug #234305 (paste into transformed groups)Thomas Holder2008-12-081-0/+10
* commentbulia byak2008-11-291-1/+1
* Merge from fe-movedTed Gould2008-11-211-14/+11
* From trunkTed Gould2008-10-271-1/+1
* Merging from trunkTed Gould2008-10-111-6/+6
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-3/+3
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-5/+6
* Fix LP #258124 and crash when copying LPEsMaximilian Albert2008-09-081-1/+1
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-1/+1
* Fixed clipboard code to properly load needed extensions. Fixes bug #171662Jon A. Cruz2008-08-281-2/+21
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
* Fix regression in object snapper which caused self-snappingDiederik van Lierop2008-08-071-5/+5
* 1) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop2008-08-061-27/+53
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-4/+4
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-8/+11
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-2/+2
* Support for copy/paste with Windows clipboard. (LP 217609)Ulf Erikson2008-07-151-20/+159
* Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver2008-06-241-22/+3
* copy complete LPE stack to clipboard instead of only the current active lpeJohan B. C. Engelen2008-06-161-5/+6