gimp/app/dialogs
Michael Natterer 7d065360c7 configure.in added new directory app/dialogs and link libappdialogs.c into
2004-09-13  Michael Natterer  <mitch@gimp.org>

	* configure.in
	* app/Makefile.am: added new directory app/dialogs and link
	libappdialogs.c into the gimp binary.

	* app/gui/Makefile.am
	* app/gui/gui-types.h
	* app/gui/gui-vtable.c
	* app/gui/gui.c

	* app/gui/about-dialog.[ch]
	* app/gui/authors.h
	* app/gui/color-notebook.[ch]
	* app/gui/convert-dialog.[ch]
	* app/gui/dialogs-constructors.[ch]
	* app/gui/dialogs.[ch]
	* app/gui/file-dialog-utils.[ch]
	* app/gui/file-new-dialog.[ch]
	* app/gui/file-open-dialog.[ch]
	* app/gui/file-open-location-dialog.[ch]
	* app/gui/file-save-dialog.[ch]
	* app/gui/grid-dialog.[ch]
	* app/gui/info-dialog.[ch]
	* app/gui/info-window.[ch]
	* app/gui/module-browser.[ch]
	* app/gui/offset-dialog.[ch]
	* app/gui/palette-import-dialog.[ch]
	* app/gui/preferences-dialog.[ch]
	* app/gui/quit-dialog.[ch]
	* app/gui/resize-dialog.[ch]
	* app/gui/resolution-calibrate-dialog.[ch]
	* app/gui/stroke-dialog.[ch]
	* app/gui/tips-dialog.[ch]
	* app/gui/tips-parser.[ch]
	* app/gui/user-install-dialog.[ch]: removed these files...

	* app/dialogs/Makefile.am
	* app/dialogs/dialogs-types.h

	* app/dialogs/*.[ch]: ...and added them here. Changed some
	filenames like module-browser -> module-dialog.

	* app/app_procs.c
	* app/actions/actions-types.h
	* app/actions/actions.c
	* app/actions/dialogs-actions.c
	* app/actions/dialogs-commands.c
	* app/actions/dockable-commands.c
	* app/actions/drawable-commands.c
	* app/actions/edit-commands.c
	* app/actions/file-commands.c
	* app/actions/gradient-editor-commands.c
	* app/actions/image-commands.c
	* app/actions/layers-commands.c
	* app/actions/palettes-commands.c
	* app/actions/select-commands.c
	* app/actions/templates-commands.c
	* app/actions/templates-commands.h
	* app/actions/vectors-commands.c
	* app/actions/view-commands.c
	* app/display/gimpdisplayshell-cursor.c
	* app/display/gimpdisplayshell-title.c
	* app/display/gimpdisplayshell.[ch]
	* app/tools/gimpcroptool.c
	* app/tools/gimpperspectivetool.c
	* app/tools/gimprotatetool.c
	* app/tools/gimpscaletool.c
	* app/tools/gimpsheartool.c
	* app/tools/gimptransformtool.[ch]
	* app/tools/gimpvectortool.c
	* app/widgets/gimpcolormapeditor.[ch]
	* app/widgets/gimpcolorpanel.c
	* app/widgets/gimpgradienteditor.[ch]
	* app/widgets/gimppaletteeditor.[ch]
	* app/widgets/gimptoolbox-color-area.c
	* menus/toolbox-menu.xml.in
	* tools/authorsgen/authorsgen.pl: changed accordingly.
2004-09-13 15:15:23 +00:00
..
.cvsignore configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
about-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +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
authors.h Fixed/Added some UTF-8 encoded names. Please speak up if I did mess up 2003-10-25 23:39:51 +00:00
color-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
color-dialog.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
convert-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
convert-dialog.h changed GimpDisplay* parameter to GimpProgress* because that's what it's 2004-09-09 11:42:39 +00:00
dialogs-constructors.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
dialogs-constructors.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
dialogs-types.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
dialogs.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
dialogs.h Switch from GtkItemFactory to GtkUIManager. The migration is almost 2004-04-29 12:52:29 +00:00
file-dialog-utils.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
file-dialog-utils.h renamed parameters and removed useless #includes. 2004-02-27 14:51:51 +00:00
file-open-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
file-open-dialog.h app/widgets/Makefile.am app/widgets/widgets-types.h added new widget that 2004-07-16 21:24:39 +00:00
file-open-location-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
file-open-location-dialog.h changed file_open_location_dialog_show() to 2004-09-09 09:47:33 +00:00
file-save-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
file-save-dialog.h app/widgets/Makefile.am app/widgets/widgets-types.h added new widget that 2004-07-16 21:24:39 +00:00
grid-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
grid-dialog.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
image-new-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
image-new-dialog.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
info-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
info-dialog.h renamed info_dialog_popdown() to info_dialog_hide() and 2004-01-21 11:16:57 +00:00
info-window.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
info-window.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
Makefile.am configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
module-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
module-dialog.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
offset-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
offset-dialog.h renamed convert_to_indexed() to convert_dialog_new() and return the 2004-04-20 13:44:19 +00:00
palette-import-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
palette-import-dialog.h added -DGDK_PIXBUF_DISABLE_DEPRECATED to CPPFLAGS. 2001-12-17 23:41:01 +00:00
preferences-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
preferences-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
quit-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
quit-dialog.h removed the quit dialog code here. 2004-07-09 20:38:35 +00:00
resize-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
resize-dialog.h tools/pdbgen/pdb/image.pdb app/pdb/image_cmds.c reverted changes I did to 2004-06-01 22:04:20 +00:00
resolution-calibrate-dialog.c libgimpwidgets/gimpwidgets.[ch] added new utility function 2004-06-21 13:18:50 +00:00
resolution-calibrate-dialog.h removed the monitor calibration from the user installation process. It's 2004-06-09 23:51:06 +00:00
stroke-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
stroke-dialog.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
tips-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
tips-dialog.h Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
tips-parser.c Applied a bunch of AIX portability fixes (bug #148813): 2004-07-30 00:57:22 +00:00
tips-parser.h updated 2002-02-25 18:36:03 +00:00
user-install-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
user-install-dialog.h Cleaned up the app init and exit stuff even more. Also reduces the number 2003-10-02 11:26:26 +00:00