summaryrefslogtreecommitdiffstats
path: root/src/ui/clipboard.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)