summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add improvements to selectors and merge stylesheet on copy to work between docsJabier Arraiza2019-08-291-1/+0
|
* Clarify licensesMax Gaukler2018-11-081-13/+8
| | | | | | - 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
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+0
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-0/+1
|
* Handle transforms and gix groups linked by clipboardJabier Arraiza2018-04-231-1/+1
|
* 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/+1
| | | | | | | 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
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-5/+5
| | | | | | | | | | | | 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)
* during copy and paste, scale stock symbols from units of 'px' to ↵Alvin Penner2015-01-151-1/+1
| | | | | | | | 'document-units'. (Bug 1365451) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13853)
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+2
| | | (bzr r11782)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz2010-03-191-9/+11
| | | (bzr r9209)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8406)
* new command: relink clone to copied objectbulia byak2008-06-151-0/+1
| | | (bzr r5948)
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-271-1/+1
| | | (bzr r5209)
* add method to lookup path object id from ClipboardJohan B. C. Engelen2008-03-271-0/+1
| | | (bzr r5201)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-261-0/+74
(bzr r5190)