gimp/app/dialogs
Manish Singh 9706fce0a3 Support for custom plug-in interpreters, independent of OS support.
2005-02-20  Manish Singh  <yosh@gimp.org>

        Support for custom plug-in interpreters, independent of OS support.

        * app/core/Makefile.am
        * app/core/core-types.h
        * app/core/gimpinterpreterdb.[ch]: implemented GimpInterpreterDB,
        which handles registering and resolving custom plug-in interpreters.

        * app/core/gimp.[ch]: keep a GimpInterpreterDB around.

        * app/config/gimpcoreconfig.[ch]
        * app/config/gimprc-blurbs.h
        * app/dialogs/preferences-dialog.c
        * app/dialogs/user-install-dialog.c
        * app/widgets/gimphelp-ids.h: interpreter-path config stuff.

        * app/plug-in/plug-in.c: use registered interpreters when running
        plug-ins.

        * themes/Default/images/preferences/Makefile.am
        * themes/Default/images/preferences/folders-interp.png: just copied
        folders-plug-ins.png here, need a better one.

        * data/interpreters/Makefile.am: creates system interpreter directory.

        * data/interpreters/default.interp: sample interpreter file info.

        * data/Makefile.am
        * configure.in: add data/interpreters directory.

        * plug-ins/pygimp/Makefile.am: install pygimp.interp, which configures
        the python interpreter to point to the python we were built with. Also
        register the .py extension.

        * etc/gimprc
        * docs/gimprc.5.in: regenerated
2005-02-21 02:56:29 +00:00
..
.cvsignore configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
about-dialog.c Added new splash by Bill Luhtala <bluhtala@telus.net>. 2004-12-17 00:06:10 +00:00
about-dialog.h app/devices.[ch] app/gui/about-dialog.[ch] app/gui/preferences-dialog.[ch] 2001-04-18 16:39:34 +00:00
authors.h set version to 2.2.0. 2004-12-10 23:30:37 +00:00
authors.xsl set version to 2.2.0. 2004-12-10 23:30:37 +00:00
channel-options-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
channel-options-dialog.h app/dialogs/Makefile.am new files implementing the channel options dialog 2004-10-19 09:17:37 +00:00
convert-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
convert-dialog.h changed GimpDisplay* parameter to GimpProgress* because that's what it's 2004-09-09 11:42:39 +00:00
dialogs-constructors.c should save before comitting... 2004-10-16 20:19:26 +00:00
dialogs-constructors.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
dialogs-types.h removed ColorDialog typedef. 2004-10-11 15:02:12 +00:00
dialogs.c added a "menu_factory" parameter instead of trying to get it from the 2004-11-22 16:03:54 +00:00
dialogs.h fixed a typo in the double-inclusion guard. 2004-10-09 21:47:26 +00:00
file-open-dialog.c app/dialogs/file-open-dialog.c (file_open_dialog_response) don't bail out 2005-02-12 16:04:11 +00:00
file-open-dialog.h removed function file_open_dialog_show() and changed internal function 2004-09-13 16:01:52 +00:00
file-open-location-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
file-open-location-dialog.h changed file_open_location_dialog_show() to 2004-09-09 09:47:33 +00:00
file-save-dialog.c when appending an extension, update the filename entry so the user can see 2005-02-14 10:41:55 +00:00
file-save-dialog.h app/dialogs/Makefile.am removed these files. 2004-09-13 16:37:01 +00:00
grid-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
grid-dialog.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
image-merge-layers-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
image-merge-layers-dialog.h app/dialogs/Makefile.am one more dialog split out of actions/. 2004-10-23 16:42:37 +00:00
image-new-dialog.c app/actions/data-commands.c app/actions/edit-commands.c 2005-02-10 11:00:46 +00:00
image-new-dialog.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
image-scale-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
image-scale-dialog.h app/dialogs/Makefile.am a wrapper around the scale dialog that takes care 2004-10-27 01:20:07 +00:00
info-dialog.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-01-18 17:57:10 +00:00
info-dialog.h renamed info_dialog_popdown() to info_dialog_hide() and 2004-01-21 11:16:57 +00:00
info-window.c use g_strndup() instead of g_strdup() if a length was passed. 2004-11-22 15:25:50 +00:00
info-window.h fixed unit handling. Right-align the labels displaying the cursor 2004-10-12 20:14:25 +00:00
layer-add-mask-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
layer-add-mask-dialog.h app/dialogs/Makefile.am one more dialog split out of actions/. 2004-10-23 14:02:53 +00:00
layer-options-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
layer-options-dialog.h app/dialogs/Makefile.am the new/edit layer dialog. 2004-10-22 22:28:45 +00:00
Makefile.am check for gthread-2.0 unless the --disable-mp option is given. 2005-02-13 15:08:08 +00:00
makefile.msc [new file] app/dialogs/Makefile.am : added to EXTRA_DIST 2004-11-21 14:22:45 +00:00
module-dialog.c use gtk_tree_model_get_iter_first() instead of the deprecated 2004-11-03 17:09:15 +00:00
module-dialog.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
offset-dialog.c app/config/gimprc-blurbs.h app/dialogs/offset-dialog.c 2005-02-14 10:50:16 +00:00
offset-dialog.h renamed convert_to_indexed() to convert_dialog_new() and return the 2004-04-20 13:44:19 +00:00
palette-import-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
palette-import-dialog.h added -DGDK_PIXBUF_DISABLE_DEPRECATED to CPPFLAGS. 2001-12-17 23:41:01 +00:00
preferences-dialog.c Support for custom plug-in interpreters, independent of OS support. 2005-02-21 02:56:29 +00:00
preferences-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
print-size-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
print-size-dialog.h app/dialogs/Makefile.am new files for the Print Size dialog that is still 2004-11-13 22:27:39 +00:00
quit-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
quit-dialog.h removed the quit dialog code here. 2004-07-09 20:38:35 +00:00
resize-dialog.c app/actions/data-commands.c app/actions/edit-commands.c 2005-02-10 11:00:46 +00:00
resize-dialog.h started to redo the Resize dialog in the style of the new Scale dialog. 2004-10-27 10:33:08 +00:00
resolution-calibrate-dialog.c fix for setups with multiple monitors on the same screen. 2005-02-14 13:51:02 +00:00
resolution-calibrate-dialog.h removed the monitor calibration from the user installation process. It's 2004-06-09 23:51:06 +00:00
scale-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
scale-dialog.h added a resolution label similar to one in the template editor. Prepared 2004-10-26 23:31:34 +00:00
stroke-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
stroke-dialog.h added labels ("_Stroke") to the SLEECTION_STROKE and PATH_STROKE stock 2004-10-23 10:28:56 +00:00
template-options-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
template-options-dialog.h app/dialogs/Makefile.am the new/edit template dialog. 2004-10-22 18:13:46 +00:00
tips-dialog.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
tips-dialog.h Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
tips-parser.c new file holding the opaque typedefs for libgimpconfig. Includes 2005-01-25 20:30:20 +00:00
tips-parser.h updated 2002-02-25 18:36:03 +00:00
user-install-dialog.c Support for custom plug-in interpreters, independent of OS support. 2005-02-21 02:56:29 +00:00
user-install-dialog.h Cleaned up the app init and exit stuff even more. Also reduces the number 2003-10-02 11:26:26 +00:00
vectors-export-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
vectors-export-dialog.h app/dialogs/Makefile.am app/dialogs/vectors-export-dialog.[ch] new files. 2004-10-23 22:54:41 +00:00
vectors-import-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
vectors-import-dialog.h app/dialogs/Makefile.am app/dialogs/vectors-export-dialog.[ch] new files. 2004-10-23 22:54:41 +00:00
vectors-options-dialog.c Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey 2005-02-08 20:40:33 +00:00
vectors-options-dialog.h app/dialogs/Makefile.am one more dialog split out of actions/. 2004-10-19 14:08:44 +00:00