gimp/app/plug-in
Michael Natterer 14098dc0eb Made --no-interface not calling gtk_init() (and thus not contacting the X
2001-11-17  Michael Natterer  <mitch@gimp.org>

	Made --no-interface not calling gtk_init() (and thus not
	contacting the X server) any more. (Fixes #58961).

	* app/core/gimp.[ch]: added two new function pointers
	"gui_main_loop_func" and "gui_main_loop_quit_func" and an own
	stack of GMainLoops which is used if they are not set.

	* app/gui/gui.[ch]: added main loop functions here and set them as
	pointers in the Gimp instance. Separated gui_libs_init() from
	gui_themes_init() so it can be used as replacement for gtk_init()
	and be called before command line parsing.

	* app/main.c: check for "--no-interface" before initializing
	anything. Added a "--g-fatal-warnings" option (cut'n'paste from
	gtkmain.c). Added a check for "--" (end of options).

	* app/app_procs.c: call the new gimp_main_loop() functions,
	call gui_themes_init().

	* app/devices.[ch]: reduce usage of "the_gimp" by passing "Gimp"
	pointers to some functions.

	* app/plug_in.c: some ugly checks for the_gimp->no_interface which
	will go away once this file is core/ui chopped. Call
	gimp_main_loop() stuff instead of gtk_main().

	* app/core/gimptoolinfo.c: allow passing a NUL GdkPixbuf pointer.
2001-11-17 16:32:34 +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
gimpplugin-message.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
gimpplugin-progress.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
gimpplugin-progress.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
gimpplugin.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
gimpplugin.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
gimppluginmanager-call.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
gimppluginmanager-run.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
gimppluginmanager.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
gimppluginmanager.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
gimppluginshm.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
Makefile.am removed antique Makefile targets, including the "files" hack (which was 2001-11-15 14:42:29 +00:00
plug-in-def.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
plug-in-def.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
plug-in-message.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
plug-in-params.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
plug-in-params.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
plug-in-progress.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
plug-in-progress.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
plug-in-run.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
plug-in-shm.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
plug-in-types.h added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
plug-in.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
plug-in.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
plug-ins.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
plug-ins.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00