gimp/app/file
Michael Natterer b147234460 added new function plug_in_proc_def_compare_menu_path() which is a
2004-02-03  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/plug-in-proc.[ch]: added new function
	plug_in_proc_def_compare_menu_path() which is a GCompareDataFunc.
	(uses g_utf8_collate() on the translated menu paths).

	* app/plug-in/plug-ins.c (plug_ins_init): sort gimp->load_procs
	and gimp->save_procs using the new compare function above.
	Fixes bug #133180.

	(plug_ins_locale_domain)
	(plug_ins_help_domain): don't g_return_if_fail() on a NULL
	prog_name but return the default locale and help domains
	of the GIMP itself.

	(plug_ins_proc_def_insert): removed obsolete and broken (not
	locale and UTF-8 aware) code which tried to insert new plug-in
	menu entries in alphabetical order (was unused except for load
	and save procs).

	Unrelated:

	* app/plug-in/plug-in-proc.[ch]: added const qualifiers.

	* app/file/file-open.c
	* app/file/file-save.c
	* tools/pdbgen/pdb/fileops.pdb: changed accordingly (constify
	local variables).

	* app/pdb/fileops_cmds.c: regenerated.
2004-02-03 13:02:18 +00:00
..
.cvsignore generate app/file/Makefile 2001-10-25 13:30:01 +00:00
file-open.c added new function plug_in_proc_def_compare_menu_path() which is a 2004-02-03 13:02:18 +00:00
file-open.h all functions return the opened image and the pdb status plus a GError 2002-04-19 14:09:53 +00:00
file-save.c added new function plug_in_proc_def_compare_menu_path() which is a 2004-02-03 13:02:18 +00:00
file-save.h added "gboolean set_image_clean" and call gimp_image_clean_all() only if 2003-04-09 09:52:01 +00:00
file-utils.c removed file_utils_filename_to_utf8() ... 2004-01-19 01:08:43 +00:00
file-utils.h removed inclusion of <stdio.h> and "plug-in/plug-in-types.h". 2004-01-19 02:34:47 +00:00
Makefile.am [ I've postponed my reservations against pangoft2/fontconfig/freetype2 2003-12-13 01:35:19 +00:00
makefile.msc still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00