gimp/app/display
Michael Natterer 65d3b34d15 removed gimp_layer_has_alpha(), use gimp_drawable_has_alpha() instead.
2002-01-31  Michael Natterer  <mitch@gimp.org>

	* app/core/gimplayer.[ch]: removed gimp_layer_has_alpha(), use
	gimp_drawable_has_alpha() instead.

	* app/core/gimpimage-convert.c
	* app/core/gimpimage-merge.c
	* app/core/gimpimage-projection.c
	* app/display/gimpdisplayshell.c
	* app/gui/layers-commands.c: changed accordingly.

	* app/core/gimpimage.[ch]: added gimp_image_has_alphe(), made some
	variable names more verbose and use enum types instead of "gint"
	in functions calling initial_region() and combine_regions().

	* app/widgets/gimpchannellistview.c: show an alpha channel preview
	only if the image has alpha.

	* app/widgets/gimppreview.c: reordered functions,
	gimp_preview_render_and_flush(): fixed channel preview rendering,
	calculate the component byte offsets before entering the render
	loop instead of duplicating the render code for the gray/alpha
	case.
2002-01-31 16:47:20 +00:00
..
.cvsignore app/display/Makefile.am new file with GimpCursorMode enum. 2001-12-18 17:45:29 +00:00
display-enums.h app/display/Makefile.am new file with GimpCursorMode enum. 2001-12-18 17:45:29 +00:00
display-types.h app/display/Makefile.am new file with GimpCursorMode enum. 2001-12-18 17:45:29 +00:00
gimpdisplay-area.c Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimpdisplay-area.h Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimpdisplay-foreach.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpdisplay-foreach.h added "update_guide" signal. 2001-11-14 15:40:30 +00:00
gimpdisplay-handlers.c added GIMP_IMAGE_TYPE_IS_[RGB|GRAY|INDEXED]() and 2001-12-14 15:30:31 +00:00
gimpdisplay-handlers.h fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplay.c Convert ugly comments into named structure fields. Much cleaner and less 2001-12-02 14:59:30 +00:00
gimpdisplay.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpdisplayshell-callbacks.c CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
gimpdisplayshell-callbacks.h app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
gimpdisplayshell-dnd.c made gimp->global_buffer a GimpBuffer, not TileManager. 2001-12-12 23:48:18 +00:00
gimpdisplayshell-dnd.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-draw.c removed gimp_layer_has_alpha(), use gimp_drawable_has_alpha() instead. 2002-01-31 16:47:20 +00:00
gimpdisplayshell-draw.h CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
gimpdisplayshell-filter-dialog.c don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
gimpdisplayshell-filter-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdisplayshell-filter.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdisplayshell-filter.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdisplayshell-handlers.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpdisplayshell-handlers.h app/Makefile.am removed. 2001-11-10 19:10:28 +00:00
gimpdisplayshell-layer-select.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-layer-select.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-marching-ants.h app/display/gimpdisplay-marching-ants.h removed... 2001-11-10 23:03:22 +00:00
gimpdisplayshell-render.c added GIMP_IMAGE_TYPE_IS_[RGB|GRAY|INDEXED]() and 2001-12-14 15:30:31 +00:00
gimpdisplayshell-render.h app/display/Makefile.am removed. It was a wrapper around nothing since we 2001-11-30 18:23:49 +00:00
gimpdisplayshell-scale.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpdisplayshell-scale.h app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpdisplayshell-scroll.c app/display/Makefile.am removed. It was a wrapper around nothing since we 2001-11-30 18:23:49 +00:00
gimpdisplayshell-scroll.h fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplayshell-selection.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
gimpdisplayshell-selection.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpdisplayshell.c removed gimp_layer_has_alpha(), use gimp_drawable_has_alpha() instead. 2002-01-31 16:47:20 +00:00
gimpdisplayshell.h CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
gimpnavigationeditor.c derive from GtkDrawingArea instead of deprecated GtkPreview. 2002-01-30 14:54:27 +00:00
gimpnavigationview.c derive from GtkDrawingArea instead of deprecated GtkPreview. 2002-01-30 14:54:27 +00:00
gimpprogress.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
gimpprogress.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
Makefile.am app/base/Makefile.am app/core/Makefile.am nicer output of glib-mkenums. 2001-12-30 15:35:27 +00:00
makefile.msc define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00