summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: private SPIBase::_nameThomas Holder2019-10-281-2/+1
|
* Clipboard: Fix pasting of image data on WindowsPatrick Storz2019-10-261-0/+7
| | | | Workaround for what is most likely a gtk bug.
* fix compiling issuesJabiertxof2019-09-291-0/+2
|
* Comment dead code not used currentlyJabiertxof2019-09-291-1/+1
|
* Fixes pointed by ThomasJabiertxof2019-09-291-12/+10
|
* Realy fix crash pasting and speed improvementsJabiertxof2019-09-161-16/+17
|
* Allow paste preserving new lines into a flowtext elementJabiertxof2019-09-161-0/+8
|
* Allow paste on flowbox at same sice of origin, also improve creation to get ↵Jabiertxof2019-09-161-3/+4
| | | | rid of transforms on origin
* Allow to paste paragraphs in SVG2 Flow then paste overflow the shapeJabiertxof2019-09-131-1/+7
|
* add improvements to selectors and merge stylesheet on copy to work between docsJabier Arraiza2019-08-291-1/+7
|
* Formatting last commitvanntile2019-08-171-12/+11
|
* Some useful hatch changesvanntile2019-08-171-5/+39
|
* Refactoring: replace funcs with methods.Shlomi Fish2019-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* Allow rects be LPE like other primitivesJabier Arraiza2019-06-011-3/+0
|
* Add hide operand, work on groups and allow shapes as parameters in LPE BoolJabier Arraiza2019-05-261-0/+10
|
* More document.h cleanup.Tavmjong Bah2019-04-061-1/+1
|
* Remove unnecessary conversionNathan Lee2019-03-121-2/+2
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/207
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-1/+1
| | | | Makes searching through code for them easier.
* modernize loopsMarc Jeanmougin2019-01-021-18/+15
|
* Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-031-1/+1
| | | | | | There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine.
* Fix stream class locationsAlexander Valavanis2018-11-181-1/+0
|
* Clarify licensesMax Gaukler2018-11-081-14/+7
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* fix clipboard URL rebasingThomas Holder2018-11-071-1/+6
|
* fix memory leak in ClipboardManagerImplThomas Holder2018-11-061-1/+3
|
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-4/+4
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Fix for bug:#1005036Jabier Arraiza2018-09-291-3/+2
| | | | Pasting a powerstroke resets the width controls
* Minor fixMarc Jeanmougin2018-09-091-1/+1
|
* copypaste bugfixMarc Jeanmougin2018-09-091-9/+11
|
* use user-specific cache dir for clipboard temp fileMarc Jeanmougin2018-08-211-4/+4
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-12/+12
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-53/+53
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-12/+12
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-18/+18
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-18/+18
|
* Allow rotation to projection and noumerous bugfixes pointed by Lazur in IRCJabier Arraiza2018-04-231-0/+1
|
* Handle transforms and gix groups linked by clipboardJabier Arraiza2018-04-231-4/+4
|
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-3/+5
|
* Fix: relink clone to copy for ellipsesilomaf2018-02-031-1/+2
| | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1652660
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-20/+22
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Misc. typosluzpaz2017-12-041-1/+1
| | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
* Don't set a default 'font-size' when copying text if one is not set.Tavmjong Bah2017-11-141-2/+5
| | | | Fixes bug reported by crogers when pasting into flowed text.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Added new LPE parameter to store Items array, also bugfixing in patharray ↵Jabiertxo Arraiza Cenoz2017-09-141-1/+1
| | | | parameter
* This commit is based on a coment on bug #1670644. And allow to fill the fill ↵Jabier Arraiza2017-09-091-0/+49
| | | | | | | between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy
* avoid double transform of <use> element during copy. (Bug 1679428)Alvin Penner2017-04-221-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1679428 (bzr r15631)
* merge minor refactoringShlomi Fish2017-02-281-9/+2
|\ | | | | (bzr r15555)
| * Merged.Shlomi Fish2017-02-061-20/+20
| |\ | | | | | | (bzr r15369.1.18)