gimp/app
Michael Natterer efd9a3e14a added "wm_name", "wm_class", "display_name" and "monitor_number" to the
2003-11-07  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/gimpprotocol.[ch]: added "wm_name", "wm_class",
	"display_name" and "monitor_number" to the GPConfig message.
	Increased protocol version number.

	* libgimp/gimp.[ch] (gimp_config): read them from the GPConfig
	message and remember them.
	Added public accessors for the new config values.

	* libgimp/gimpui.c (gimp_ui_init): pass wm_name and wm_class to
	gtk_init() and export the display/screen to use to the
	environment.

	* app/core/gimp.[ch]: added vtable entries to get the values
	from the GUI.

	* app/gui/gui-vtable.c: implement the vtable entries.

	* app/plug-in/plug-in-run.c: fill in the GPConfig values using
	the new Gimp vtable functions.

	* app/display/gimpdisplayshell-layer-select.c
	* app/display/gimpdisplayshell.c
	* app/gui/about-dialog.c
	* app/gui/channels-commands.c
	* app/gui/color-notebook.c
	* app/gui/convert-dialog.c
	* app/gui/file-dialog-utils.[ch]
	* app/gui/file-new-dialog.c
	* app/gui/file-open-dialog.c
	* app/gui/file-save-dialog.c
	* app/gui/gradient-editor-commands.c
	* app/gui/gradients-commands.c
	* app/gui/grid-dialog.c
	* app/gui/image-commands.c
	* app/gui/info-dialog.[ch]
	* app/gui/info-window.c
	* app/gui/layers-commands.c
	* app/gui/module-browser.c
	* app/gui/offset-dialog.c
	* app/gui/palette-import-dialog.c
	* app/gui/qmask-commands.c
	* app/gui/resize-dialog.c
	* app/gui/splash.c
	* app/gui/stroke-dialog.c
	* app/gui/templates-commands.c
	* app/gui/tips-dialog.c
	* app/gui/vectors-commands.c
	* app/tools/gimpcurvestool.c
	* app/tools/gimplevelstool.c
	* app/widgets/gimpdock.c
	* app/widgets/gimperrorconsole.c
	* app/widgets/gimptexteditor.c
	* app/widgets/gimptoolbox.c
	* app/widgets/gimpviewabledialog.[ch]
	* libgimpwidgets/gimpfileselection.c
	* libgimpwidgets/gimpquerybox.c
	* libgimpwidgets/gimpunitmenu.c
	* plug-ins/helpbrowser/dialog.c
	* plug-ins/ifscompose/ifscompose.c: replaced all calls to
	gtk_window_set_wmclass() by gtk_window_set_role() and all
	"const gchar *wmclass_name" parameters by "const gchar *role".
	Cleaned up the window role strings.
2003-11-07 17:29:02 +00:00
..
actions added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
base forgot to also add a range check here. 2003-11-01 13:16:02 +00:00
composite removed test-composite. 2003-11-01 19:51:22 +00:00
config Only add FOO_DISABLE_DEPRECATED flags with GTK+ 2.2.x. Add 2003-11-01 20:06:01 +00:00
core added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
dialogs added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
display added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
file renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
gui added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
menus app/gui/dialogs-menu.c app/gui/image-menu.c added Histogram to the dialog 2003-11-01 23:58:25 +00:00
paint removed debugging output that shouldd have never been committed. 2003-10-12 13:28:05 +00:00
paint-funcs app/base/color-balance.c app/base/hue-saturation.c 2003-10-16 19:17:08 +00:00
pdb added a missing GimpHistogramChannel parameter. Fixes wrong values in the 2003-10-30 17:48:16 +00:00
plug-in added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
text use GTK_STOCK_SELECT_FONT stock icon instead of text tool icon. 2003-11-05 01:07:56 +00:00
tools added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
vectors New function that appends a duplicate of the source vectors strokes to the 2003-11-07 13:20:52 +00:00
widgets added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
xcf app/text/Makefile.am new files that load and save text layers to/from XCF. 2003-10-27 21:50:41 +00:00
.cvsignore Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
airbrush.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
app_procs.c added new command-line option --no-fonts. Might be useful to reduce 2003-11-05 00:33:20 +00:00
app_procs.h added new command-line option --no-fonts. Might be useful to reduce 2003-11-05 00:33:20 +00:00
batch.c s/extension/plug_in/ for Script-Fu procedures to get batch mode working 2003-09-03 09:30:09 +00:00
batch.h added G_SPAWN_CHILD_INHERITS_STDIN to the flags passed to g_spawn_async(). 2003-03-21 16:50:55 +00:00
errors.c fixed spelling of The GIMP. 2003-10-24 10:19:33 +00:00
errors.h Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
gimp-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp.rc
libgimp_glue.c changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
libgimp_glue.h changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
main.c added new command-line option --no-fonts. Might be useful to reduce 2003-11-05 00:33:20 +00:00
Makefile.am removed the call to cpu_accel_print_results(); should have got enough 2003-10-20 23:02:49 +00:00
makefile.msc renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
paint_core.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
paint_options.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
plug_in_cmds.c Garry R. Osgood <grosgood@rcn.com> 2001-03-11 13:15:41 +00:00
transform_core.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
wilber.ico