summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/scriptdialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski1-255/+0
(bzr r12428)
2012-05-31Tidy up deprecated Gtkmm menu stuffAlex Valavanis1-17/+5
(bzr r11440)
2012-05-30Gtkmm 3.0 fixes for script dialogAlex Valavanis1-0/+23
(bzr r11439)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
(bzr r11018)
2012-02-20documentationKris De Gussem1-41/+4
(bzr r11003)
2011-11-18cppcheck: initialisation and warning cleanupKris De Gussem1-3/+1
(bzr r10744)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
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-10-27From trunkTed Gould1-10/+14
(bzr r6885)
2008-03-12Better testBob Jamison1-1/+3
(bzr r5068)
2008-03-11Got initial JS execution workingBob Jamison1-26/+13
(bzr r5057)
2008-03-10Update to follow new scripting stuffBob Jamison1-15/+31
(bzr r5017)
2007-11-22The dialog to panel refactoring:gustav_b1-11/+11
* Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
2007-08-29Dockable dialogs patch applied gustav_b1-4/+5
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
2007-04-15Tweak capture of error messagesBob Jamison1-8/+14
(bzr r2892)
2006-12-16Clean up internal Python/Perl dialog text; link against the python dynamic ↵Kees Cook1-0/+20
library (bzr r2094)
2006-08-28Added some set_size_requests to ishmal's cool work so dialogs look nice from theJon Phillips1-0/+2
beginning... (bzr r1648)
2006-05-29handle request for not-compiled-in internal scripting; execute didn't check ↵Ralf Stephan1-6/+2
return value; fixes #1495283 (bzr r1062)