summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* parent transformation on import and paste (Bug #376064, Bug #375499)Thomas Holder2009-05-131-1/+1
| | | (bzr r7876)
* call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)Thomas Holder2009-05-111-4/+1
| | | (bzr r7860)
* Make sure that the item center (origin for rotations) does not change due to ↵Diederik van Lierop2009-04-291-15/+18
| | | | | copy & paste (Fixes bug #320489) (bzr r7797)
* fix copy/paste of color from gradient stopsbulia byak2009-03-261-1/+22
| | | (bzr r7569)
* fix pasting style after copying a text spanbulia byak2009-02-161-6/+28
| | | (bzr r7301)
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-2/+2
| | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
* reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally ↵Thomas Holder2008-12-091-56/+30
| | | | | fixing remaining issues with bug #234305 (bzr r6978)
* fix for Bug #234305 (paste into transformed groups)Thomas Holder2008-12-081-0/+10
| | | (bzr r6975)
* commentbulia byak2008-11-291-1/+1
| | | (bzr r6919)
* Merge from fe-movedTed Gould2008-11-211-14/+11
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-6/+6
| | | (bzr r6884)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-3/+3
| | | (bzr r6836)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-5/+6
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* Fix LP #258124 and crash when copying LPEsMaximilian Albert2008-09-081-1/+1
| | | (bzr r6778)
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-1/+1
| | | (bzr r6722)
* Fixed clipboard code to properly load needed extensions. Fixes bug #171662Jon A. Cruz2008-08-281-2/+21
| | | (bzr r6719)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
| | | (bzr r6593)
* Fix regression in object snapper which caused self-snappingDiederik van Lierop2008-08-071-5/+5
| | | (bzr r6587)
* 1) When pasting, use an offset that is a multiple of the grid pitch (got ↵Diederik van Lierop2008-08-061-27/+53
| | | | | | | lost during a previous round of refactoring) 2) Refactor some of the pasting code (bzr r6580)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-4/+4
| | | (bzr r6569)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-8/+11
| | | (bzr r6561)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-2/+2
| | | (bzr r6513)
* 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)