summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-0/+50
2012-06-09Use new form of set() method in Gtk::ClipboardAlex Valavanis1-0/+6
2012-05-04Adding checks to prevent null pointer dereferencesKris De Gussem1-11/+26
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem1-180/+5
2012-03-18Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour1-4/+5
2012-02-21cppcheck: null pointer dereference fixKris De Gussem1-3/+3
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-2/+2
2012-01-13Fix for bug #496793 (ctrl c ctrl v of text in edit mode crashes inkscape) by ...Nicolas Dufour1-3/+1
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem1-1/+3
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
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