gimp/app/gui
Sven Neumann 4ba6db4e94 Michael Natterer <mitch@gimp.org>
2001-12-03  Sven Neumann  <sven@gimp.org>
	    Michael Natterer <mitch@gimp.org>

	* app/paint-funcs/paint-funcs-mmx.h: removed redefiniton of HAS_ALPHA
	macro.

	* app/core/gimp.c: reverted Daniel's change; it doesn't make the code
	simpler, only more error-prone.

	* app/gui/info-dialog.h
	* app/gui/resize-dialog.h
	* app/core/gimp.h
	* app/core/gimpbrushgenerated.h
	* app/core/gimpbrushpipe.h
	* app/core/gimpchannel.[ch]
	* app/core/gimpcontainer.h
	* app/core/gimpcoreconfig.h
	* app/core/gimpdata.h
	* app/core/gimpdatafactory.[ch]
	* app/core/gimpdrawable-blend.c
	* app/core/gimpdrawable.[ch]
	* app/core/gimpimage.h
	* app/core/gimpimagefile.h
	* app/core/gimplayer.h
	* app/core/gimplayermask.h
	* app/core/gimpmoduleinfo.h
	* app/core/gimppalette.h
	* app/core/gimpundo.h
	* app/widgets/gimpbrushfactoryview.h
	* app/widgets/gimpconstrainedhwrapbox.h
	* app/widgets/gimpcontainermenu.h
	* app/widgets/gimpcontainerview.h
	* app/widgets/gimpdialogfactory.h
	* app/widgets/gimpimagedock.h
	* app/widgets/gimplistitem.h
	* app/widgets/gimpmenuitem.h
	* app/widgets/gimpnavigationpreview.h
	* app/widgets/gimppreview.h
	* app/gimprc.h
	* app/pathP.h
	* app/tools/gimpbezierselecttool.h
	* app/tools/gimpcolorbalancetool.h
	* app/tools/gimpcurvestool.h
	* app/tools/gimpdodgeburntool.c
	* app/tools/gimpfreeselecttool.h
	* app/tools/gimphuesaturationtool.h
	* app/tools/gimpinktool-blob.h
	* app/tools/gimpinktool.h
	* app/tools/gimpiscissorstool.h
	* app/tools/gimpmagnifytool.h
	* app/tools/gimpmeasuretool.h
	* app/tools/gimppainttool.h
	* app/tools/gimppathtool.h
	* app/tools/gimprectselecttool.h
	* app/tools/gimpthresholdtool.h
	* app/tools/gimptool.h
	* app/tools/gimptransformtool.h
	* app/base/base-config.h
	* app/base/gimplut.[ch]
	* app/base/pixel-region.h
	* app/base/pixel-surround.[ch]
	* app/base/temp-buf.[ch]
	* app/base/tile-manager-private.h
	* app/base/tile-manager.[ch]
	* app/base/tile-private.h
	* app/base/tile.[ch]
	* app/display/gimpdisplay.h
	* app/display/gimpdisplayshell-selection.h
	* app/display/gimpdisplayshell.h
	* app/gui/brush-select.h
	* app/gui/gradient-editor.h
	* app/gui/gradient-select.h: reverted most of Daniel's changes.

	There's no reason to use unsigned integers here and in lots of places
	it is even wrong.

	Then it's way too early to convert gbooleans into bitfields. This
	change may make sense in a few places but can happen later when the
	API has settled and the code is more stable.

	* app/gimprc.c: reverted Daniel's change. This is a GCC-ism and this
	code is about to die soon anyway.
2001-12-03 13:44:59 +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 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
brush-editor.c added -DGDK_DISABLE_DEPRECATED. 2001-09-03 13:03:34 +00:00
brush-editor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
brush-select.c app/gui/about-dialog.c app/gui/brush-select.c app/gui/color-notebook.c 2001-11-24 15:38:34 +00:00
brush-select.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
brushes-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
brushes-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
buffers-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
buffers-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
channels-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
channels-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
color-area.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
color-area.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
color-notebook.c app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
color-notebook.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
color-select.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +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-11-30 16:39:40 +00:00
colormap-dialog.h 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
commands.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
commands.h set style properties for dockables. 2001-08-03 19:43:19 +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
data-commands.c the active_tool may change in the middle of gdisplay_canvas_events(), so 2001-07-08 21:44:52 +00:00
data-commands.h the active_tool may change in the middle of gdisplay_canvas_events(), so 2001-07-08 21:44:52 +00:00
device-status-dialog.c app/main.c moved "message_handler" from here... 2001-12-01 21:02:34 +00:00
dialogs-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
dialogs-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
dialogs-constructors.c app/main.c moved "message_handler" from here... 2001-12-01 21:02:34 +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
documents-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
documents-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
edit-commands.c s/gimage_mask/gimp_image_mask/g 2001-11-28 22:42:19 +00:00
edit-commands.h app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
error-console-dialog.c forgot a "return". 2001-12-01 22:59:48 +00:00
error-console-dialog.h app/main.c moved "message_handler" from here... 2001-12-01 21:02:34 +00:00
file-commands.c app/gui/convert-dialog.c app/gui/dialogs-constructors.c 2001-11-26 17:12:29 +00:00
file-commands.h added a (commented out) function to open files (to get rid of including 2001-07-09 17:58:56 +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-new-dialog.c app/gui/convert-dialog.c app/gui/dialogs-constructors.c 2001-11-26 17:12:29 +00:00
file-new-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +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
gradient-editor-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gradient-editor-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gradient-editor.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
gradient-editor.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gradient-select.c app/gui/gradient-select.c app/gui/gui.c app/gui/indicator-area.c 2001-11-30 16:52:28 +00:00
gradient-select.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gradients-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gradients-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gui-types.h include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gui.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
gui.h Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
help-commands.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
help-commands.h set style properties for dockables. 2001-08-03 19:43:19 +00:00
image-commands.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
image-commands.h app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
indicator-area.c app/gui/gradient-select.c app/gui/gui.c app/gui/indicator-area.c 2001-11-30 16:52:28 +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/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
input-dialog.c app/main.c moved "message_handler" from here... 2001-12-01 21:02:34 +00:00
layers-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
layers-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
Makefile.am app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
makefile.msc define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
menus.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
menus.h app/widgets/Makefile.am put the whole generic stuff from gui/menus.[ch] 2001-11-27 19:27:55 +00:00
module-browser.c don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
module-browser.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
offset-dialog.c don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
offset-dialog.h app/Makefile.am removed 2001-04-18 19:14:20 +00:00
palette-editor.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
palette-editor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +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
palette-select.c generate app/file/Makefile 2001-10-25 13:30:01 +00:00
palette-select.h generate app/file/Makefile 2001-10-25 13:30:01 +00:00
palettes-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
palettes-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
paths-dialog.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
paths-dialog.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
pattern-select.c generate app/file/Makefile 2001-10-25 13:30:01 +00:00
pattern-select.h generate app/file/Makefile 2001-10-25 13:30:01 +00:00
patterns-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
patterns-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
plug-in-commands.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
plug-in-menus.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
preferences-dialog.c app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
preferences-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
qmask-commands.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
qmask-commands.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +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
select-commands.c s/gimage_mask/gimp_image_mask/g 2001-11-28 22:42:19 +00:00
select-commands.h app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
session.c pass a "Gimp" to gui_libs_init(), initialize the GUI before initializing 2001-10-23 16:23:32 +00:00
session.h pass a "Gimp" to gui_libs_init(), initialize the GUI before initializing 2001-10-23 16:23:32 +00:00
splash.c themes/Default/images/Makefile.am 2001-11-28 01:14:06 +00:00
splash.h 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
test-commands.c GType is a pointer now, not a guint. 2001-11-27 15:44:02 +00:00
test-commands.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +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
tool-options-dialog.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
tool-options-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
toolbox.c app/main.c moved "message_handler" from here... 2001-12-01 21:02:34 +00:00
toolbox.h generate app/file/Makefile 2001-10-25 13:30:01 +00:00
tools-commands.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
tools-commands.h removed GimpFillType. 2001-06-29 19:25:03 +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
view-commands.c Wishlist item #57669: 2001-11-16 15:08:59 +00:00
view-commands.h Wishlist item #57669: 2001-11-16 15:08:59 +00:00