gimp/app/gui
Michael Natterer ac98e8fa81 app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files
1999-06-06  Michael Natterer  <mitschel@cs.tu-berlin.de>

	* app/Makefile.am
	* app/lc_dialog.[ch]
	* app/lc_dialogP.h
	* app/paths_dialogP.h: new files

	* app/channels_dialog.[ch]
	* app/layers_dialog.[ch]
	* app/layers_dialogP.h
	* app/paths_dialog.[ch]
	* app/menus.[ch]
	* app/file_new_dialog.c: modified

	- Moved the toplevel L&C dialog code to lc_dialog.[ch]. Only
	  these files need knowledge about how to create/update/...
	  the sub-dialogs, so the corresp. functions are defined in
	  lc_dialogP.h.
	- The popup menus are now created by menus.c. The command
	  callbacks are defined in [layers|channels|paths]_dialog.h.
	- Private functions to be used by "friend files" are defined in
	  [layers|paths]_dialogP.h.
	- Changed the order of the ops_buttons in the paths dialog to
	  match the order in the layers and channels dialogs.
	- The paint mode menu and preview stuff still needs to go out of
	  layers_dialog.[ch].
	- I'm not sure about the keybindings in the layer dialog's "Stack"
	  submenu because the list widget has it's own idea of PageUp/Down.
	- Hopefully fixed the update problem with new images by calling
	  lc_dialog_flush() after creating a new image.

	* app/app_procs.c
	* app/bezier_select.c
	* app/commands.c
	* app/floating_sel.c
	* app/gdisplay.c
	* app/gimage.c
	* app/gimage_mask.c
	* app/paint_core.c
	* app/preferences_dialog.c
	* app/transform_core.c
	* app/undo.c: changed #include's according to the new L&C file
	structure.
1999-06-06 17:26:51 +00:00
..
about-dialog.c As we open the ppm file in binary mode, we shouldn't assume that the 1999-06-02 21:56:36 +00:00
about-dialog.h Initial revision 1997-11-24 22:05:25 +00:00
brush-editor.c app/by_color_select.c: plug-ins/script-fu/script-fu-scripts.c: 1998-12-20 00:13:50 +00:00
brush-editor.h ---------------------------------------------------------------------- 1998-07-16 11:44:56 +00:00
brush-select.c store resolution values as doubles, not floats. 1999-05-18 17:33:39 +00:00
brush-select.h app/brush_select.c app/brush_select.h app/pattern_select.c delay the popup 1999-05-01 21:37:34 +00:00
channels-dialog.c app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
channels-dialog.h app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
color-area.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
color-area.h Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +00:00
color-notebook.c Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00
color-notebook.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
color-select.c Cosmetic stuff... 1999-04-20 11:13:33 +00:00
color-select.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
commands.c app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
commands.h app/commands.[ch] app/gdisplay.c for the pleasure of all: a deeper nested 1999-06-01 20:19:49 +00:00
device-status-dialog.c Added pattern preview and its popup. 1999-06-03 06:54:11 +00:00
file-new-dialog.c app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
file-new-dialog.h *app/file_new_dialog.c app/file_new_dialog.h: app/gloal_edit.c: added 1998-06-12 19:43:55 +00:00
gradient-editor.c configure.in removed tips files, AC_SUBST GIMP_PLUGINS and GIMP_MODULES so 1999-05-29 16:35:47 +00:00
gradient-editor.h gave parasite undo a MISC_UNDO class for now so it compiles 1999-04-23 20:54:02 +00:00
gradient-select.c configure.in removed tips files, AC_SUBST GIMP_PLUGINS and GIMP_MODULES so 1999-05-29 16:35:47 +00:00
help-commands.c app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
help-commands.h app/commands.[ch] app/gdisplay.c for the pleasure of all: a deeper nested 1999-06-01 20:19:49 +00:00
indicator-area.c version number bump to 1.1.6 1999-06-05 02:11:16 +00:00
indicator-area.h Added pattern preview and its popup. 1999-06-03 06:54:11 +00:00
info-dialog.c app/info_dialog.c app/rotate_tool.c fixed some very strange grid redraw 1999-05-31 21:46:43 +00:00
info-dialog.h app/commands.c app/crop.c app/file_new_dialog.c app/info_dialog.[ch] 1999-05-31 14:11:10 +00:00
info-window.c app/[all files with resolution info] libgimp/gimp.h libgimp/gimpimage.c 1999-05-22 17:56:35 +00:00
info-window.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
input-dialog.c Added pattern preview and its popup. 1999-06-03 06:54:11 +00:00
layer-select.c app/brush_select.c app/channels_dialog.c app/disp_callbacks.c 1999-01-10 21:54:02 +00:00
layer-select.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
layers-dialog.c app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
layers-dialog.h app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
menus.c app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
menus.h app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
module-browser.c Check for mmap. 1999-05-28 17:47:17 +00:00
module-browser.h *** empty log message *** 1999-04-14 19:51:49 +00:00
palette-editor.c i18n patch from gimp-monniaux-050699-1 1999-06-05 23:41:45 +00:00
palette-editor.h #include <gtk/gtk.h> 1999-04-04 07:12:22 +00:00
palette-select.c add <sys/types.h> 1999-04-23 15:20:10 +00:00
palette-select.h app/palette.c app/palette_select.h app/palette_select.c 1999-01-03 00:12:39 +00:00
paths-dialog.c app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
paths-dialog.h app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
pattern-select.c i18n patch from gimp-monniaux-050699-1 1999-06-05 23:41:45 +00:00
pattern-select.h app/brush_select.c app/brush_select.h app/pattern_select.c delay the popup 1999-05-01 21:37:34 +00:00
plug-in-commands.c i18n patch from gimp-monniaux-050699-1 1999-06-05 23:41:45 +00:00
plug-in-menus.c i18n patch from gimp-monniaux-050699-1 1999-06-05 23:41:45 +00:00
preferences-dialog.c app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
preferences-dialog.h oops, forgot this file a minute ago ;) 1999-03-27 18:19:43 +00:00
resize-dialog.c app/commands.c app/crop.c app/file_new_dialog.c app/info_dialog.[ch] 1999-05-31 14:11:10 +00:00
resize-dialog.h app/commands.c app/crop.c app/file_new_dialog.c app/info_dialog.[ch] 1999-05-31 14:11:10 +00:00
session.c app/app_procs.c renamed init_parse_buffers() to parse_buffers_init(). 1999-06-01 16:43:46 +00:00
session.h app/gradient.c app/gradient.h app/internal_procs.c app/plug_in.c 1998-10-31 16:22:37 +00:00
tips-dialog.c configure.in removed tips files, AC_SUBST GIMP_PLUGINS and GIMP_MODULES so 1999-05-29 16:35:47 +00:00
tips-dialog.h app/colormaps.c app/devices.h minor cleanups 1999-01-14 00:17:13 +00:00
user-install-dialog.c configure.in removed tips files, AC_SUBST GIMP_PLUGINS and GIMP_MODULES so 1999-05-29 16:35:47 +00:00
user-install-dialog.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00