summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Extract some common code into a routine.Shlomi Fish2017-01-041-9/+2
| | | | | | | | | (bzr r15369.1.8)
* | | This patch adds the copy-paste formated text functionality to the text tool.Alexandru-Daniel Roman2017-02-281-1/+44
| |/ |/| | | | | | | It doesn't retain the font-size and font-style properties. (bzr r15553)
* | Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 ↵Jabiertxof2017-01-201-20/+20
|/ | | | | | | | | and #1656527:Copy & paste of group with shaped path corrupts it, in v0.92 Fixed bugs: - https://launchpad.net/bugs/1656093 - https://launchpad.net/bugs/1656527 (bzr r15426)
* Fix last commit not working, LPE are cloned on copiesJabier Arraiza Cenoz2016-11-051-2/+5
| | | (bzr r15214)
* Fix a bug on duplicate item with multiples LPE on it. previously the LPE ↵Jabier Arraiza Cenoz2016-11-051-23/+17
| | | | | | | | become "clones" if more than 1 LPE on the item. Also wee need to discuss what happends on LPE copied what are inside a group, fork them or clone, currently are cloned This can be a feature or a bug in the same user with diferent works. My proposal is fork it and add a item in paste LPEs to allow cloned LPE on paste (bzr r15213)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-93/+94
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* Merged trunkAdrian Boguszewski2016-08-091-10/+1
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-10/+1
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-10/+1
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-12/+0
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-12/+0
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+12
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+0
| |/ | | | | (bzr r15025)
* | Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-2/+2
| | | | | | (bzr r14954.1.28)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-3/+3
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-4/+4
| | | | | | (bzr r14954.1.20)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-2/+2
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-031-7/+7
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-3/+3
|/ | | (bzr r14954.1.10)
* GTK3 fixsu_v2016-04-091-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14768)
* Remove inkscape-specific glib clone function (and get rid of deprecated Glib ↵Marc Jeanmougin2016-04-081-38/+1
| | | | | | | | ScopedPtr use) Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14766)
* Fix crash on copying orphaned clonesMarc Jeanmougin2016-04-021-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1565272 (bzr r14759)
* static code analysisKris De Gussem2015-12-071-2/+2
| | | (bzr r14510)
* static code analysisKris De Gussem2015-11-051-5/+5
| | | (bzr r14446)
* Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵Tavmjong Bah2015-10-121-1/+1
| | | | | build. (bzr r14404)
* Allows for copying clones between inkscape instances.Marc Jeanmougin2015-08-181-8/+35
| | | | | | | | | | | | This patch puts the original of clones as children of _clipnode (<inkscape:clipboard>). Then, on paste, it checks for the presence of an element with the right id (so that it does not breaks copypaste clones in the same doc), then pastes all, and deletes the original if needed (which automagically unlinks the clone if needed). [an alternate solution is to put the original in the defs (which might cause edition problems) and not unlink. Depending on whether people would be more interested in this behavior there could be a preference item to choose] Fixed bugs: - https://launchpad.net/bugs/167907 (bzr r14309)
* Fixed comparison function used in sortsMarc Jeanmougin2015-05-021-1/+1
| | | (bzr r14085)
* mergeMarc Jeanmougin2015-04-261-1/+1
|\ | | | | (bzr r13922.1.12)
| * Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| | | | | | (bzr r13950)
| * Isolate components of libgcLiam P. White2015-02-251-1/+1
| | | | | | (bzr r13946)
* | more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.11)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-5/+5
| | | | | | (bzr r13922.1.10)
* | Merge, resolved conflictsMarc Jeanmougin2015-02-231-1/+9
|\| | | | | (bzr r13922.1.8)
| * Fixes bug 1152657: "Paste selection with original+clone(s): Wrong placement ↵Marc Jeanmougin2015-02-211-1/+9
| | | | | | | | | | | | | | | | between original and clones" Fixed bugs: - https://launchpad.net/bugs/1152657 (bzr r13932)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-10/+10
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-16/+17
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah2015-01-211-2/+5
| | | (bzr r13867)
* during copy and paste, scale stock symbols from units of 'px' to ↵Alvin Penner2015-01-151-9/+20
| | | | | | | | 'document-units'. (Bug 1365451) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13853)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
| | | (bzr r13809)
* disable rev 13709, following Bug 1365451, comments 13-16Alvin Penner2014-12-191-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13806)
* Update to trunk r13750Liam P. White2014-11-241-0/+7
|\ | | | | (bzr r13341.5.23)
| * scale symbols when changing document units (Bug 1365451)Alvin Penner2014-11-151-0/+7
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13709)
* Update to trunk r13638Liam P. White2014-10-251-53/+79
|\ | | | | (bzr r13341.1.286)
| * Cleaned casts from sp-shape by fixing member type.Jon A. Cruz2014-10-251-0/+1
| | | | | | (bzr r13638)
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-53/+78
| | | | | | (bzr r13634)
* | Move more UI code into ui/Liam P. White2014-10-051-1/+1
|/ | | (bzr r13341.1.253)
* Fix for copy&paste clone original with clip-path/maskLiam P. White2014-07-281-0/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1293979 (bzr r13478)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
| | | (bzr r12785)