gimp/app/dialogs
Sven Neumann a65e1a39e4 app/core/Makefile.am new file that holds enums that are registered with
2001-12-08  Sven Neumann  <sven@gimp.org>

	* app/core/Makefile.am
	* app/core/core-enums.h: new file that holds enums that are registered
	with the type system and is used to generate core-enums.c.

	* app/core/core-types.h: include core-enums.h

	* app/base/base-types.h: namespace cleanup. Prefix all enumeration
	types with Gimp and their values with GIMP. Moved GimpLayerModeEffects
	enum ...

	* app/base/base-enums.h: ... here.

	* app/image_map.c
	* app/base/temp-buf.c
	* app/core/gimpcontext.[ch]
	* app/core/gimpdrawable-transform.c
	* app/core/gimpdrawable.c
	* app/core/gimpedit.c
	* app/core/gimpimage-mask.c
	* app/core/gimpimage-merge.c
	* app/core/gimpimage-new.c
	* app/core/gimpimage-projection.c
	* app/core/gimpimage.[ch]
	* app/core/gimplayer.[ch]
	* app/display/gimpdisplayshell-dnd.c
	* app/display/gimpdisplayshell-render.c
	* app/gui/brush-select.c
	* app/gui/layers-commands.c
	* app/gui/preferences-dialog.c
	* app/gui/toolbox.c
	* app/paint-funcs/paint-funcs.[ch]
	* app/tools/gimpconvolvetool.c
	* app/tools/gimperasertool.c
	* app/tools/gimpiscissorstool.c
	* app/tools/gimppainttool.[ch]
	* app/tools/gimptexttool.c
	* app/tools/paint_options.c
	* app/widgets/gimplayerlistview.c
	* app/widgets/gimpwidgets-constructors.[ch]
	* app/xcf/xcf-load.c
	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/color.pdb
	* tools/pdbgen/pdb/layer.pdb
	* tools/pdbgen/pdb/tools.pdb: changed accordingly.

	* libgimpbase/gimpbasetypes.h: no need to chop GIMP prefix off the
	enums any longer.

	* app/pdb/brush_select_cmds.c
	* app/pdb/brushes_cmds.c
	* app/pdb/color_cmds.c
	* app/pdb/layer_cmds.c
	* app/pdb/message_cmds.c
	* app/pdb/procedural_db_cmds.c
	* app/pdb/tools_cmds.c
	* libgimp/gimpenums.h
	* plug-ins/script-fu/script-fu-constants.c
	* tools/pdbgen/enums.pl: regenerated.

	* app/gimprc.c: removed code to parse for "plug_in" keyword which was
	left over from some very early gimp days.

	* app/plug-in/plug-in.[ch]: removed now unused function plug_in_add().
2001-12-08 23:12:59 +00:00
..
about-dialog.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +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 added Rebecca Walter (bex). 2001-11-26 13:17:18 +00:00
color-dialog.c app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
color-dialog.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
convert-dialog.c app/gui/convert-dialog.c app/gui/dialogs-constructors.c 2001-11-26 17:12:29 +00:00
convert-dialog.h app/Makefile.am removed. new files: the convert functionality without GUI 2001-04-18 17:57:10 +00:00
dialogs-constructors.c app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +00:00
dialogs-constructors.h put the last_opened menu entries in a submenu called "Open Recent", added 2001-11-29 18:11:31 +00:00
dialogs.c app/widgets/Makefile.am put the whole generic stuff from gui/menus.[ch] 2001-11-27 19:27:55 +00:00
dialogs.h app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
file-dialog-utils.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
file-dialog-utils.h app/interface.c app/gui/about-dialog.c app/gui/brush-editor.c 2001-08-14 16:33:28 +00:00
file-open-dialog.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
file-open-dialog.h Makefile.am removed... 2001-11-10 19:35:21 +00:00
file-save-dialog.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
file-save-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
image-new-dialog.c app/gui/convert-dialog.c app/gui/dialogs-constructors.c 2001-11-26 17:12:29 +00:00
image-new-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
info-dialog.c app/gui/gradient-select.c app/gui/gui.c app/gui/indicator-area.c 2001-11-30 16:52:28 +00:00
info-dialog.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
info-window.c app/gui/gradient-select.c app/gui/gui.c app/gui/indicator-area.c 2001-11-30 16:52:28 +00:00
info-window.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
module-dialog.c app/gui/module-browser.c More of my proofing. 2001-12-06 11:51:26 +00:00
module-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
offset-dialog.c some GUI fiddling. 2001-12-06 12:21:54 +00:00
offset-dialog.h use the passed Gimp pointer instead of using "the_gimp". 2001-12-03 17:59:48 +00:00
palette-import-dialog.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
palette-import-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
preferences-dialog.c app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
preferences-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
resize-dialog.c don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
resize-dialog.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
resolution-calibrate-dialog.c don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
resolution-calibrate-dialog.h app/docindex.c app/gdisplay_color_ui.c app/gimpprogress.c app/nav_window.c 2001-08-01 09:33:12 +00:00
tips-dialog.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +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
user-install-dialog.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
user-install-dialog.h removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00