gimp/app/display
Michael Natterer cacbd302e8 app/Makefile.am removed.
2001-11-30  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/colormaps.[ch]: removed.

	* app/app_procs.c: don't call it.

	* app/gui/gui.c: configure GdkRGB here.

	* app/display/gimpdisplayshell.c
	* app/display/gximage.c
	* app/gui/color-notebook.c
	* app/gui/color-select.c
	* app/gui/colormap-dialog.c
	* app/gui/info-window.c
	* app/gui/preferences-dialog.c
	* app/tools/gimpmovetool.c
	* app/display/gimpdisplayshell-selection.c: changed accordingly
	(simply removed the unneded include or use
	gdk_gc_set_rgb_[fg|bg]_color() instead).

	* app/display/gimpdisplayshell.c
	* app/display/gimpdisplayshell-callbacks.[ch]: chopped
	gimp_display_shell_canvas_events() in smaller callbacks. Only the
	events that trigger tool actions are handled in a single callback.
2001-11-30 16:39:40 +00:00
..
.cvsignore added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
display-types.h include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +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 put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpdisplay-handlers.h fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplay.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpdisplay.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
gimpdisplayshell-callbacks.c app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
gimpdisplayshell-callbacks.h app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
gimpdisplayshell-dnd.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpdisplayshell-dnd.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-draw.c app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
gimpdisplayshell-draw.h replaced the QMask radio buttons ba a single check button. Still needs 2001-11-29 16:44:51 +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 include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpdisplayshell-render.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +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 include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpdisplayshell-scroll.h fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplayshell-selection.c app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
gimpdisplayshell-selection.h Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimpdisplayshell.c app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
gimpdisplayshell.h replaced the QMask radio buttons ba a single check button. Still needs 2001-11-29 16:44:51 +00:00
gimpnavigationeditor.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpnavigationview.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpprogress.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpprogress.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gximage.c app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
gximage.h Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +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