summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-12/+12
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-53/+53
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-12/+12
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-18/+18
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-18/+18
2018-04-23Allow rotation to projection and noumerous bugfixes pointed by Lazur in IRCJabier Arraiza1-0/+1
2018-04-23Handle transforms and gix groups linked by clipboardJabier Arraiza1-4/+4
2018-03-28a bit more of warning cleanupFelipe Corrêa da Silva Sanches1-3/+5
2018-02-03Fix: relink clone to copy for ellipsesilomaf1-1/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-20/+22
2018-01-08Misc. typosluz.paz1-1/+1
2017-12-04Misc. typosluzpaz1-1/+1
2017-11-14Don't set a default 'font-size' when copying text if one is not set.Tavmjong Bah1-2/+5
2017-11-07Misc. typosUnknown1-1/+1
2017-09-14Added new LPE parameter to store Items array, also bugfixing in patharray par...Jabiertxo Arraiza Cenoz1-1/+1
2017-09-09This commit is based on a coment on bug #1670644. And allow to fill the fill ...Jabier Arraiza1-0/+49
2017-04-22avoid double transform of <use> element during copy. (Bug 1679428)Alvin Penner1-1/+1
2017-02-28This patch adds the copy-paste formated text functionality to the text tool.Alexandru-Daniel Roman1-1/+44
2017-01-24Remove some code and make dependant of rotate copiesJabiertxof1-2/+0
2017-01-20Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 and...Jabiertxof1-20/+20
2017-01-04Extract some common code into a routine.Shlomi Fish1-9/+2
2017-01-02Remove clone original codeJabiertxof1-2/+0
2016-12-28First attemp workingJabiertxof1-0/+2
2016-11-05Fix last commit not working, LPE are cloned on copiesJabier Arraiza Cenoz1-2/+5
2016-11-05Fix a bug on duplicate item with multiples LPE on it. previously the LPE beco...Jabier Arraiza Cenoz1-23/+17
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-93/+94
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-12/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-10/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+12
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-12/+0
2016-07-27Renamed some functions, fixed testsAdrian Boguszewski1-2/+2
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-3/+3
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-4/+4
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-2/+2
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-3/+3
2016-04-09GTK3 fixsu_v1-0/+4
2016-04-08Remove inkscape-specific glib clone function (and get rid of deprecated Glib ...Marc Jeanmougin1-38/+1
2016-04-02Fix crash on copying orphaned clonesMarc Jeanmougin1-1/+1
2015-12-07static code analysisKris De Gussem1-2/+2
2015-11-05static code analysisKris De Gussem1-5/+5
2015-10-12Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ...Tavmjong Bah1-1/+1
2015-08-18Allows for copying clones between inkscape instances.Marc Jeanmougin1-8/+35
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