Gimp/app/gui
Michael Natterer d240f623f1 new directory app/base/
2001-05-15  Michael Natterer  <mitch@gimp.org>

	* configure.in: new directory app/base/

	* app/Makefile.am
	* app/boundary.[ch]
	* app/brush_scale.[ch]
	* app/gimpchecks.h
	* app/gimplut.[ch]
	* app/pixel_processor.[ch]
	* app/pixel_region.[ch]
	* app/pixel_surround.[ch]
	* app/temp_buf.[ch]
	* app/tile.[ch]
	* app/tile_cache.[ch]
	* app/tile_manager.[ch]
	* app/tile_manager_pvt.h
	* app/tile_pvt.h
	* app/tile_swap.[ch]: moved to base/

	* app/base/Makefile.am
	* app/base/base-types.h
	* app/base/*: new directory for the sub-object pixel maniplation
	and storage stuff. Does not include Gtk+ or anything outside
	base/. Did some cleanup in all files.

	* app/appenums.h
	* app/apptypes.h
	* app/core/gimpimage.h: removed types which are now in
	base/base-types.h.

	* app/base/base-config.[ch]
	* app/gimprc.[ch]: put the config variables for base/ to their own
	file so base/ doesn not have to include gimprc.h (does not yet
	work, i.e. the variables are un-configurable right now)

	* app/main.c: set a log handler for "Gimp-Base".

	* app/paint-funcs/Makefile.am
	* app/paint-funcs/paint-funcs.[ch]: removed the color hash which
	maps RGB to color indices because it's a totally standalone system
	which has nothing to do with the paint-funcs and introduced a
	GimpImage dependency.

	paint-funcs/ should be considered on the same sub-object
	(glib-only) level as base/, only in a different directory.

	* app/core/Makefile.am
	* app/core/gimpimage-colorhash.[ch]: put the color hash here.

	* app/gimage.c: don't invalidate the color hash here...

	* app/core/gimpimage.c: ... but in the colormap_changed() default
	inplementation. Initialize the hash in class_init().

	* tools/pdbgen/Makefile.am: scan app/base/base-types.h for enums.

	* tools/pdbgen/enums.pl: regenerated.

	* app/[lots]
	* app/core/[of]
	* app/gui/[files]
	* app/pdb/[all]
	* app/tools/[over]
	* app/widgets/[the]
	* tools/pdbgen/pdb/[place]: changed #includes accordingly. And use
	base_config->value instead of the stuff from gimprc.h.
2001-05-15 11:25:25 +00:00
..
.cvsignore configure.in app/Makefile.am new directory which will contain all gui code 2001-04-14 15:21:45 +00:00
about-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
about-dialog.h app/devices.[ch] app/gui/about-dialog.[ch] app/gui/preferences-dialog.[ch] 2001-04-18 16:39:34 +00:00
brush-editor.c new directory app/base/ 2001-05-15 11:25:25 +00:00
brush-editor.h removed more GUI initialisation code. 2001-05-01 13:16:59 +00:00
brush-select.c new directory app/base/ 2001-05-15 11:25:25 +00:00
brush-select.h removed some forgotten tools types. 2001-05-13 11:35:20 +00:00
channels-commands.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
channels-commands.h added virtual method context_item() which works like select_item() and 2001-04-29 15:23:01 +00:00
color-area.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
color-area.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color-notebook.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
color-notebook.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
color-select.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
color-select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
colormap-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
colormap-dialog.h renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
commands.c app/Makefile.am taken behind the curtain and shot. (famous words of Seth 2001-05-11 17:02:30 +00:00
commands.h app/Makefile.am removed. 2001-04-20 16:27:44 +00:00
convert-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
convert-dialog.h app/Makefile.am removed. new files: the convert functionality without GUI 2001-04-18 17:57:10 +00:00
device-status-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
dialogs-commands.c app/Makefile.am taken behind the curtain and shot. (famous words of Seth 2001-05-11 17:02:30 +00:00
dialogs-commands.h app/Makefile.am taken behind the curtain and shot. (famous words of Seth 2001-05-11 17:02:30 +00:00
dialogs-constructors.c some percentage updates. 2001-05-13 12:16:55 +00:00
dialogs-constructors.h app/Makefile.am taken behind the curtain and shot. (famous words of Seth 2001-05-11 17:02:30 +00:00
dialogs.c app/Makefile.am taken behind the curtain and shot. (famous words of Seth 2001-05-11 17:02:30 +00:00
dialogs.h removed more GUI initialisation code. 2001-05-01 13:16:59 +00:00
file-dialog-utils.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
file-dialog-utils.h added RunModeType. removed RunModeType. don't scan app/plug_in.h for 2001-04-28 15:11:29 +00:00
file-new-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
file-new-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
file-open-dialog.c new directory app/base/ 2001-05-15 11:25:25 +00:00
file-open-dialog.h added RunModeType. removed RunModeType. don't scan app/plug_in.h for 2001-04-28 15:11:29 +00:00
file-save-dialog.c new directory app/base/ 2001-05-15 11:25:25 +00:00
file-save-dialog.h added RunModeType. removed RunModeType. don't scan app/plug_in.h for 2001-04-28 15:11:29 +00:00
gradient-editor.c app/Makefile.am removed. Stuff now lives in app_procs.[ch] and in 2001-05-13 21:51:20 +00:00
gradient-editor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
gradient-select.c configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
gradient-select.h app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
gui.c app/Makefile.am removed. Stuff now lives in app_procs.[ch] and in 2001-05-13 21:51:20 +00:00
gui.h app/Makefile.am removed. Stuff now lives in app_procs.[ch] and in 2001-05-13 21:51:20 +00:00
help-commands.c app/Makefile.am taken behind the curtain and shot. (famous words of Seth 2001-05-11 17:02:30 +00:00
help-commands.h app/Makefile.am removed. 2001-04-20 16:27:44 +00:00
indicator-area.c configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
indicator-area.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
info-dialog.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
info-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
info-window.c app/appenums.h app/core/core-types.h moved some more types to core-types.h 2001-05-13 17:25:12 +00:00
info-window.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
input-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
layer-select.c new directory app/base/ 2001-05-15 11:25:25 +00:00
layer-select.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
layers-commands.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
layers-commands.h added virtual method context_item() which works like select_item() and 2001-04-29 15:23:01 +00:00
Makefile.am app/gui/Makefile.am app/gui/channels-dialog.[ch] at the end of their 2001-05-11 15:17:39 +00:00
menus.c app/Makefile.am taken behind the curtain and shot. (famous words of Seth 2001-05-11 17:02:30 +00:00
menus.h changed all menus_get_*() functions to return the GtkItemFactory, not 2001-04-15 18:01:57 +00:00
module-browser.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
module-browser.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
offset-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
offset-dialog.h app/Makefile.am removed 2001-04-18 19:14:20 +00:00
palette-editor.c configure.in added new directory app/core/ for the core object system. 2001-05-09 02:32:03 +00:00
palette-editor.h app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
palette-import-dialog.c new directory app/base/ 2001-05-15 11:25:25 +00:00
palette-import-dialog.h app/Makefile.am moved the palette_import dialog to it's own file. 2001-01-21 21:29:31 +00:00
palette-select.c removed some forgotten tools types. 2001-05-13 11:35:20 +00:00
palette-select.h Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
paths-dialog.c use GimpButton and connect to extended_clicked. 2001-05-14 00:29:38 +00:00
paths-dialog.h app/Makefile.am app/lc_dialogP.h removed stuff that will go away anyway 2001-04-21 02:11:12 +00:00
pattern-select.c new directory app/base/ 2001-05-15 11:25:25 +00:00
pattern-select.h removed some forgotten tools types. 2001-05-13 11:35:20 +00:00
plug-in-commands.c new directory app/base/ 2001-05-15 11:25:25 +00:00
plug-in-menus.c new directory app/base/ 2001-05-15 11:25:25 +00:00
preferences-dialog.c new directory app/base/ 2001-05-15 11:25:25 +00:00
preferences-dialog.h app/devices.[ch] app/gui/about-dialog.[ch] app/gui/preferences-dialog.[ch] 2001-04-18 16:39:34 +00:00
qmask-commands.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
resize-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
resize-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
resolution-calibrate-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
resolution-calibrate-dialog.h really add the new files 2000-09-25 01:31:48 +00:00
session.c added ChannelType. removed ChannelType. regenerated. 2001-05-08 03:48:54 +00:00
session.h app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
splash.c new files: 2001-04-15 20:12:16 +00:00
splash.h new files: 2001-04-15 20:12:16 +00:00
test-commands.c app/Makefile.am taken behind the curtain and shot. (famous words of Seth 2001-05-11 17:02:30 +00:00
test-commands.h app/Makefile.am taken behind the curtain and shot. (famous words of Seth 2001-05-11 17:02:30 +00:00
tips-dialog.c removed more GUI initialisation code. 2001-05-01 13:16:59 +00:00
tips-dialog.h app/devices.[ch] app/gui/about-dialog.[ch] app/gui/preferences-dialog.[ch] 2001-04-18 16:39:34 +00:00
tool-options-dialog.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
tool-options-dialog.h app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
toolbox.c new directory app/base/ 2001-05-15 11:25:25 +00:00
toolbox.h removed more GUI initialisation code. 2001-05-01 13:16:59 +00:00
user-install-dialog.c new directory app/base/ 2001-05-15 11:25:25 +00:00
user-install-dialog.h new files. Code for the resolution calibration dialog that used to live in 2000-09-25 01:27:47 +00:00