gimp/app
Michael Natterer c798f9678d removed the last artefact of context signal handling from 1.2:
2004-01-29  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpcontext.[ch]: removed the last artefact of context
	signal handling from 1.2:

	GimpContext used to connect to e.g. the current brush's
	"invalidate_preview" and "name_changed" signals and emitted
	"brush_changed" when the callback was invoked. This was needed to
	make 1.2 work, but is conceptually broken with the real model <->
	view approach implemented in the current code.
	This change also optimizes things quite a bit because lots of
	signal emissions are saved.

	Added utility function which finds a container's current object
	after a freeze/thaw.

	* app/widgets/gimpcontainerview.[ch]: added new virtual function
	GimpContainerView::rename_item(). Connect to "name_changed" of the
	corrent container's children and invoke rename_item() accordingly.

	* app/widgets/gimpcontainertreeview.[ch]: removed name_changed
	handler and implement GimpContainerView::rename_item().

	* app/widgets/gimpcontainergridview.c: ditto. the grid view was
	still relying on the removed GimpContext behaviour for updating
	the label showing the sleected item's name.
2004-01-29 16:34:41 +00:00
..
actions use the new GIMP_STOCK_LAYER_MASK icon for "Add Layer Mask" dialog. 2004-01-27 18:39:46 +00:00
base include "libgimpbase/gimpbase.h" where needed; removed now unnecessary 2004-01-19 01:54:11 +00:00
composite app/composite/gimp-composite-generic.c 2004-01-28 03:58:52 +00:00
config Added infrastructure to make sure we don't write to the global brush, 2004-01-28 21:53:50 +00:00
core removed the last artefact of context signal handling from 1.2: 2004-01-29 16:34:41 +00:00
dialogs Added infrastructure to make sure we don't write to the global brush, 2004-01-28 21:53:50 +00:00
display added '%P' which expands to the PDB id of the active drawable. Moved local 2004-01-27 12:43:53 +00:00
file removed inclusion of <stdio.h> and "plug-in/plug-in-types.h". 2004-01-19 02:34:47 +00:00
gui Added infrastructure to make sure we don't write to the global brush, 2004-01-28 21:53:50 +00:00
menus app/gui/image-menu.c (image_menu_entries) use the new 2004-01-27 15:03:27 +00:00
paint app/tools/gimpcurvestool.c app/tools/gimpinkoptions.c removed explicit 2004-01-29 13:59:14 +00:00
paint-funcs inlined rotate_pointers, changed prototypes and casts around so that we're 2004-01-28 04:28:58 +00:00
pdb removed gimp_image_owns_item() again. 2004-01-26 16:18:16 +00:00
plug-in app/app_procs.c app/errors.c app/main.c app/config/gimpconfigwriter.c 2004-01-23 17:24:44 +00:00
text account for the fact that XLFD stores point sizes in decipoints. 2004-01-26 18:49:33 +00:00
tools app/tools/gimpcurvestool.c app/tools/gimpinkoptions.c removed explicit 2004-01-29 13:59:14 +00:00
vectors removed gimp_image_owns_item() again. 2004-01-26 16:18:16 +00:00
widgets removed the last artefact of context signal handling from 1.2: 2004-01-29 16:34:41 +00:00
xcf add the layer to the image before pasting to it. Fixes bug #132504. 2004-01-26 15:34:47 +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 app/app_procs.c app/errors.c app/main.c app/config/gimpconfigwriter.c 2004-01-23 17:24:44 +00:00
app_procs.h added enum GimpPDBCompatMode which can be one of { OFF, ON, WARN }. 2003-12-05 17:08:35 +00:00
batch.c a tiny change I forgot... 2003-11-30 16:08:46 +00:00
batch.h renamed batch_init() to batch_run(). Install an Gimp::exit handler while 2003-11-30 14:44:13 +00:00
errors.c app/app_procs.c app/errors.c app/main.c app/config/gimpconfigwriter.c 2004-01-23 17:24:44 +00:00
errors.h unref the gimp object after dumping the configuration as a test for 2003-11-17 00:17:01 +00:00
gimp-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp.rc
main.c app/app_procs.c app/errors.c app/main.c app/config/gimpconfigwriter.c 2004-01-23 17:24:44 +00:00
Makefile.am modernized, made a lot of things m4 macros, and made versioning a lot more 2004-01-22 03:51:46 +00:00
makefile.msc [ I've postponed my reservations against pangoft2/fontconfig/freetype2 2003-12-13 01:35:19 +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
units.c libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
units.h libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
wilber.ico