summaryrefslogtreecommitdiffstats
path: root/src/extension/script/InkscapeScript.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski1-223/+0
(bzr r12428)
2012-04-04Warning cleanup.Jon A. Cruz1-6/+6
(bzr r11144)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2008-03-31Move script dialog from gtkmm to jvmBob Jamison1-8/+8
(bzr r5272)
2008-03-11Got initial JS execution workingBob Jamison1-3/+3
(bzr r5057)
2008-03-10Put /bind references back inBob Jamison1-8/+0
(bzr r5025)
2008-03-10Put it back :-)Bob Jamison1-1/+0
(bzr r5023)
2008-03-10Update headerBob Jamison1-5/+30
(bzr r5021)
2008-03-10Temporary kludge to permit linkingJon A. Cruz1-2/+11
(bzr r5020)
2008-03-10clean up tabs and DOS-ishnessBob Jamison1-26/+33
(bzr r5018)
2008-03-10Switch to newer binding stuffBob Jamison1-62/+70
(bzr r5016)
2007-04-15Rearrange bindings to use PyCXXBob Jamison1-5/+5
(bzr r2891)
2006-05-29handle request for not-compiled-in internal scripting; execute didn't check ↵Ralf Stephan1-0/+6
return value; fixes #1495283 (bzr r1062)
2006-05-06const typesBob Jamison1-27/+27
(bzr r754)