gimp/tools
Michael Natterer 725a4e414f added value GIMP_UNDO_GROUP_LAYER_ADD.
2006-11-03  Michael Natterer  <mitch@gimp.org>

	* app/core/core-enums.[ch] (enum GimpUndoType): added value
	GIMP_UNDO_GROUP_LAYER_ADD.

	* app/file/file-open.[ch]: changed file_open_layer() to
	file_open_layers(), added parameter "gboolean merge_visible",
	return a GList of layers.

	* app/dialogs/file-open-dialog.c
	* app/display/gimpdisplayshell-dnd.c
	* app/widgets/gimplayertreeview.c: pass merge_visible = FALSE and
	add all returned layers to the image. Fixes bug #358082.
	(contains lots of duplicated code, will factor that out later).

	* tools/pdbgen/pdb/fileops.pdb (load_layer): pass merge_visible = TRUE
	(load_layers): new wrapper which returns all the image's layers.

	* app/pdb/fileops_cmds.c
	* app/pdb/internal_procs.c
	* libgimp/gimpfileops_pdb.[ch]: regenerated.

	* libgimp/gimp.def: changed accordingly.
2006-11-03 17:12:27 +00:00
..
pdbgen added value GIMP_UNDO_GROUP_LAYER_ADD. 2006-11-03 17:12:27 +00:00
.cvsignore tools/Makefile.am new file, a test hack for clipboard debugging. 2005-05-17 22:42:50 +00:00
Makefile.am tools/Makefile.am new file, a test hack for clipboard debugging. 2005-05-17 22:42:50 +00:00
defcheck.py Simplyfy code for sorting test. Too late yesterday... 2006-10-31 08:54:14 +00:00
gimp-mkenums quote "true" to fix warning about reserved word. 2006-10-24 13:26:35 +00:00
gimp-remote.c tools/gimp-remote.c applied patch from Michael Klein that adds an option 2006-08-14 19:11:15 +00:00
gimppath2svg.py New file: Script to convert an exported gimp-path to a simple SVG-File. 2000-10-03 21:50:09 +00:00
kernelgen.c tools/gimp-remote.c converted tabs to spaces. 2006-04-12 09:45:20 +00:00
rmshm Initial revision 1997-11-24 22:05:25 +00:00
test-clipboard.c tools/gimp-remote.c use G_OPTION_FLAG_NO_ARG where needed. 2005-09-26 10:01:22 +00:00