gimp/app/plug-in
Tor Lillqvist aaa44d37e2 Win32-only workaround for bug #137968.
2004-03-22  Tor Lillqvist  <tml@iki.fi>

	* app/plug-in/plug-in.c (plug_in_recv_message): Win32-only
	workaround for bug #137968.
2004-03-22 20:57:26 +00:00
..
.cvsignore added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
Makefile.am [ I've postponed my reservations against pangoft2/fontconfig/freetype2 2003-12-13 01:35:19 +00:00
gimpenvirontable.c include "libgimpbase/gimpbase.h" where needed; removed now unnecessary 2004-01-19 01:54:11 +00:00
gimpenvirontable.h added some rudimentary support to prepend values to existing environment 2002-12-18 02:47:39 +00:00
gimpplugin-message.c changed member "ProcRec *current_temp_proc" to "GList *temp_proc_recs", a 2004-01-20 00:54:43 +00:00
gimpplugin-message.h renamed plug_in->busy to plug_in->in_temp_proc. Added a stack of 2003-01-30 11:20:12 +00:00
gimpplugin-progress.c added lots more "GimpFooFunc gui_foo_func" vtable entries to the Gimp 2003-09-10 22:06:45 +00:00
gimpplugin-progress.h renamed plug_in_progress_init() to plug_in_progress_start() so it matches 2003-01-20 12:17:32 +00:00
gimpplugin.c Win32-only workaround for bug #137968. 2004-03-22 20:57:26 +00:00
gimpplugin.h Use GPid with newer glib so that we work cleanly with the new API. 2004-03-08 18:29:56 +00:00
gimpplugindebug.c added lots of members for the complete state of the plug-ins. 2003-02-11 12:07:31 +00:00
gimpplugindebug.h added hooks for running plug-ins under a memory debugger. Also, removed 2003-02-11 01:21:21 +00:00
gimppluginmanager-call.c changed wm_name to app_name in the GimpConfig struct; increased 2004-02-17 14:03:07 +00:00
gimppluginmanager-call.h added lots of members for the complete state of the plug-ins. 2003-02-11 12:07:31 +00:00
gimppluginmanager-run.c changed wm_name to app_name in the GimpConfig struct; increased 2004-02-17 14:03:07 +00:00
gimppluginmanager-run.h added lots of members for the complete state of the plug-ins. 2003-02-11 12:07:31 +00:00
gimppluginmanager.c app/plug-in/plug-ins.c (plug_ins_init) changed g_warning() to g_printerr() 2004-02-11 13:18:51 +00:00
gimppluginmanager.h Completed the new help infrastructure. Needs some polishing but basically 2003-08-28 18:49:11 +00:00
gimppluginprocedure.c added new function plug_in_proc_def_compare_menu_path() which is a 2004-02-03 13:02:18 +00:00
gimppluginprocedure.h added new function plug_in_proc_def_compare_menu_path() which is a 2004-02-03 13:02:18 +00:00
gimppluginshm.c don't g_return_if_fail() if gimp->plug_in_shm is NULL; return -1 instead. 2004-02-07 00:24:47 +00:00
gimppluginshm.h renamed plug_in->busy to plug_in->in_temp_proc. Added a stack of 2003-01-30 11:20:12 +00:00
makefile.msc new file to keep common definitions for the msc build use common 2004-02-07 23:01:33 +00:00
plug-in-debug.c added lots of members for the complete state of the plug-ins. 2003-02-11 12:07:31 +00:00
plug-in-debug.h added hooks for running plug-ins under a memory debugger. Also, removed 2003-02-11 01:21:21 +00:00
plug-in-def.c added lots more "GimpFooFunc gui_foo_func" vtable entries to the Gimp 2003-09-10 22:06:45 +00:00
plug-in-def.h Completed the new help infrastructure. Needs some polishing but basically 2003-08-28 18:49:11 +00:00
plug-in-message.c changed member "ProcRec *current_temp_proc" to "GList *temp_proc_recs", a 2004-01-20 00:54:43 +00:00
plug-in-message.h renamed plug_in->busy to plug_in->in_temp_proc. Added a stack of 2003-01-30 11:20:12 +00:00
plug-in-params.c Changed the semantics of GIMP_EXTENSION and (to some extent) of 2003-06-19 17:12:00 +00:00
plug-in-params.h badly chopped into the new files below. Pass around much more "PlugIn" and 2002-03-20 17:46:13 +00:00
plug-in-proc-def.c added new function plug_in_proc_def_compare_menu_path() which is a 2004-02-03 13:02:18 +00:00
plug-in-proc-def.h added new function plug_in_proc_def_compare_menu_path() which is a 2004-02-03 13:02:18 +00:00
plug-in-proc.c added new function plug_in_proc_def_compare_menu_path() which is a 2004-02-03 13:02:18 +00:00
plug-in-proc.h added new function plug_in_proc_def_compare_menu_path() which is a 2004-02-03 13:02:18 +00:00
plug-in-progress.c added lots more "GimpFooFunc gui_foo_func" vtable entries to the Gimp 2003-09-10 22:06:45 +00:00
plug-in-progress.h renamed plug_in_progress_init() to plug_in_progress_start() so it matches 2003-01-20 12:17:32 +00:00
plug-in-rc.c return FALSE if the file wasn't found. 2004-02-08 18:49:58 +00:00
plug-in-rc.h added GIMP_CONFIG_ERROR_VERSION to GimpConfigError enum. 2003-11-07 23:47:35 +00:00
plug-in-run.c changed wm_name to app_name in the GimpConfig struct; increased 2004-02-17 14:03:07 +00:00
plug-in-run.h added lots of members for the complete state of the plug-ins. 2003-02-11 12:07:31 +00:00
plug-in-shm.c don't g_return_if_fail() if gimp->plug_in_shm is NULL; return -1 instead. 2004-02-07 00:24:47 +00:00
plug-in-shm.h renamed plug_in->busy to plug_in->in_temp_proc. Added a stack of 2003-01-30 11:20:12 +00:00
plug-in-types.h added lots of members for the complete state of the plug-ins. 2003-02-11 12:07:31 +00:00
plug-in.c Win32-only workaround for bug #137968. 2004-03-22 20:57:26 +00:00
plug-in.h Use GPid with newer glib so that we work cleanly with the new API. 2004-03-08 18:29:56 +00:00
plug-ins.c app/plug-in/plug-ins.c (plug_ins_init) changed g_warning() to g_printerr() 2004-02-11 13:18:51 +00:00
plug-ins.h Completed the new help infrastructure. Needs some polishing but basically 2003-08-28 18:49:11 +00:00