summaryrefslogtreecommitdiffstats
path: root/src/extension/script/InkscapeScript.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning cleanup.Jon A. Cruz2012-04-041-6/+6
| | | (bzr r11144)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* 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)
* Move script dialog from gtkmm to jvmBob Jamison2008-03-311-8/+8
| | | (bzr r5272)
* Got initial JS execution workingBob Jamison2008-03-111-3/+3
| | | (bzr r5057)
* Put /bind references back inBob Jamison2008-03-101-8/+0
| | | (bzr r5025)
* Put it back :-)Bob Jamison2008-03-101-1/+0
| | | (bzr r5023)
* Update headerBob Jamison2008-03-101-5/+30
| | | (bzr r5021)
* Temporary kludge to permit linkingJon A. Cruz2008-03-101-2/+11
| | | (bzr r5020)
* clean up tabs and DOS-ishnessBob Jamison2008-03-101-26/+33
| | | (bzr r5018)
* Switch to newer binding stuffBob Jamison2008-03-101-62/+70
| | | (bzr r5016)
* Rearrange bindings to use PyCXXBob Jamison2007-04-151-5/+5
| | | (bzr r2891)
* handle request for not-compiled-in internal scripting; execute didn't check ↵Ralf Stephan2006-05-291-0/+6
| | | | | return value; fixes #1495283 (bzr r1062)
* const typesBob Jamison2006-05-061-27/+27
| | | (bzr r754)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+177
(bzr r1)