Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / ui / clipboard.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-08-30 JazzyNicoExtensions. Shebangs branch merge.
2010-08-13 Ted GouldSync to release 0.48 branch
2010-08-11 Diederik van LieropClear pointers in the snapmanager if they're no longer...
2010-07-13 Ted GouldUpgrading to trunk
2010-07-04 Jon A. CruzSuppress gradient direction line for 'solid' gradients.
2010-07-03 Abhishek Sharma... another c++ification for sp-object.h/cpp and still...
2010-07-01 Abhishek Sharma... C++fied SPDocument added
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2010-05-18 Johan Engelenbetter fix for lpe stack forking
2010-03-26 Ted GouldMerge from trunk
2010-03-19 Jon A. CruzCleanup of SP_ACTIVE_DESKTOP to prepare clipboard code...
2010-03-19 Jon A. CruzBrace safety cleanup.
2010-03-18 Jon A. CruzChanged the embed/link dialog to use radio buttons...
2010-03-14 Johan Engelenfix pasting of LPE stacks
2010-03-04 Krzysztof KosińskiImprove behavior when pasting, DnDing and importing...
2010-02-25 Diederik van Lierop1) Fix moving by an integer multiple of the grid spacin...
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Ted GouldMerging in from trunk
2009-09-14 scislacPatch from Diedrik for 296778
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-05-13 speleo3parent transformation on import and paste (Bug #376064...
2009-05-11 speleo3call sp_document_ensure_up_to_date for getCenter/setCen...
2009-04-29 dvlierop2Make sure that the item center (origin for rotations...
2009-03-26 buliabyakfix copy/paste of color from gradient stops
2009-02-16 buliabyakfix pasting style after copying a text span
2009-02-08 JucaBluesgcc warning cleanup:
2008-12-09 speleo3reworked ClipboardManagerImpl::_pasteDocument, code...
2008-12-08 speleo3fix for Bug #234305 (paste into transformed groups)
2008-11-29 buliabyakcomment
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-18 cilix42More NR ==> Geom conversion (points and some matrices...
2008-09-16 tweenkRefactored preferences handling into a new version of
2008-09-08 cilix42Fix LP #258124 and crash when copying LPEs
2008-08-28 dvlierop2Modify the parameters required for setting up the SnapM...
2008-08-28 joncruzFixed clipboard code to properly load needed extensions...
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-07 dvlierop2Fix regression in object snapper which caused self...
2008-08-06 dvlierop21) When pasting, use an offset that is a multiple of...
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-04 johanengelenNR:: => Geom:: for much of src/ui and src/widgets
2008-08-03 johanengelenremove many needless references to n-art-bpath.h
2008-08-01 johanengelen2geomify a lot of NR::Points to Geom::Point
2008-07-15 ulferiksonSupport for copy/paste with Windows clipboard. (LP...
2008-06-24 sasilverResolve ID clashes when pasting (fixes bug 165936).
2008-06-16 johanengelencopy complete LPE stack to clipboard instead of only...
2008-06-15 buliabyaknew command: relink clone to copied object
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-05-30 johanengelenLPE STACKING!
2008-05-01 joncruzWarning and whitespace cleanup
2008-04-13 johanengelenmove live_effects/n-art-bpath-2geom.* to libnr/n-art...
2008-04-04 tweenkFix LP bug #190420 (noncompliant desktop entry); remove...
2008-03-28 johanengelenfix crash on pasting from empty clipboard
2008-03-28 johanengelencleanup ClipboardManagerImpl::pastePathEffect() code.
2008-03-28 johanengelenfix lpe-PathPAram when deleting the path that it links to
2008-03-28 bgk- Created a SPLPEItem class that handles applying a...
2008-03-27 johanengelenadd linking to other paths to lpe-PathParam
2008-03-27 johanengelenadd method to lookup path object id from Clipboard
2008-03-26 mentalsystem clipboard support (bug #170185) from Chris Kosiński