summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-02Fixed comparison function used in sortsMarc Jeanmougin1-1/+1
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-5/+5
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
2015-02-25Isolate components of libgcLiam P. White1-1/+1
2015-02-21Fixes bug 1152657: "Paste selection with original+clone(s): Wrong placement ...Marc Jeanmougin1-1/+9
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-10/+10
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-16/+17
2015-01-21Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah1-2/+5
2015-01-15during copy and paste, scale stock symbols from units of 'px' to 'document-un...Alvin Penner1-9/+20
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-4/+4
2014-12-19disable rev 13709, following Bug 1365451, comments 13-16Alvin Penner1-2/+2
2014-11-15scale symbols when changing document units (Bug 1365451)Alvin Penner1-0/+7
2014-10-25Cleaned casts from sp-shape by fixing member type.Jon A. Cruz1-0/+1
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-53/+78
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-07-28Fix for copy&paste clone original with clip-path/maskLiam P. White1-0/+9
2014-03-18Added in new toy effect "Taper Strokes," readded a missing header file, bugfixesLiam P. White1-0/+9
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-3/+3
2013-10-04C++Johan B. C. Engelen1-2/+2
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen1-1/+1
2013-09-12fix Windows buildJohan B. C. Engelen1-3/+3
2013-09-02Allow EMF import from Wine apps on LinuxKrzysztof Kosi??ski1-14/+17
2013-08-28Improve code readability.Matthew Petroff1-2/+2
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-4/+4
2013-04-21Cleaned up a bit.Markus Engel1-1/+2
2013-04-21Remove GLib error and remove some cruftMartin Owens1-8/+4
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-3/+2
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
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