gimp/app/display
Michael Natterer e2daae315b an evil temp_hack which lets GimpContext managing the active display
2001-08-14  Michael Natterer  <mitch@gimp.org>

	* app/gdisplay.h: an evil temp_hack which lets GimpContext managing
	the active display withoug including "gdisplay.h". Will go away as
	soon ad context properties are registered dynamically.

	* app/module_db.c: cleaned up the object code in preparation of
	moving it to core/.

	* app/path.c: connect to GimpImage's

	* app/core/gimpobject.[ch]: derive it from GObject, not from
	GtkObject any more (yeah :-)

	* app/core/*.c: #include <glib-object.h> instead of <gtk/gtk.h>,
	removed some remaining GtkObject-isms.

	(left in a few #include <gtk/gtk.h> where bigger changes are needed
	to get rid of the UI dependency).

	* app/core/core-types.h: #include <gdk-pixbuf/gdk-pixbuf.h> here
	temporarily.

	* app/core/gimp.c (gimp_create_display): unref the image after
	creating it's first display.

	* app/core/gimpbrush.[ch]: disabled the parts of the code which
	depend on GimpPaintTool.

	* app/core/gimpbrushgenerated.c
	* app/core/gimpbrushpipe.c: changed accordingly.

	* app/core/gimpcontext.[ch]: evil hack (see above) to manage the
	active display without including "gdisplay.h"

	* app/core/gimpimage-mask.[ch]: pass a context to
	gimage_mask_stroke() and get the current tool's PDB string from
	there.

	* app/core/gimpedit.c: changed accordingly.

	* app/core/gimpimage.c: use gimp_image_update() instead of
	gdisplays_update_full().

	* app/gui/color-area.c
	* app/gui/colormap-dialog.c
	* app/gui/dialogs-constructors.c
	* app/gui/edit-commands.c
	* app/gui/image-commands.c
	* app/gui/toolbox.c: changed accordingly (don't use Gtk methods on
	GObjects).

	* app/gui/menus.c: fix some const warnings by explicit casting.

	* app/tools/*.[ch]: ported all tools to GObject, some minor
	cleanup while i was on it.

	* app/widgets/gimpdialogfactory.[ch]: ported to GObject.

	* app/widgets/gimplayerlistview.h: added FOO_GET_CLASS() macro.

	* tools/pdbgen/app.pl: added a "widgets_eek" hack like "tools_eek"
	which inserts #include "widgets/widgets-types.h" before ordinary
	includes.

	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/edit.pdb
	* app/pdb/brush_select_cmds.c
	* app/pdb/edit_cmds.c: changed according to the stuff above.
2001-08-14 14:53:55 +00:00
..
gimpdisplay-callbacks.c removed GIMP_ZOOM_TYPE, 2001-08-09 16:39:08 +00:00
gimpdisplay-callbacks.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpdisplay-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplay-ops.c set the width of the scrollbar slider to the same value as our default 2001-07-30 17:17:36 +00:00
gimpdisplay-ops.h block all canvas events while resizing the display so the standard canvas 2000-04-16 12:38:44 +00:00
gimpdisplay-render.c removed search_in_path() and the unused xstrsep(). 2001-05-16 18:09:45 +00:00
gimpdisplay-render.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdisplay-scale.c app/docindex.c app/gdisplay_color_ui.c app/gimpprogress.c app/nav_window.c 2001-08-01 09:33:12 +00:00
gimpdisplay-scale.h renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +00:00
gimpdisplay-scroll.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdisplay-scroll.h updated. 2001-02-24 19:29:47 +00:00
gimpdisplay-selection.c app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
gimpdisplay-selection.h major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
gimpdisplay.c Switched to GObject reference counting: 2001-08-12 15:39:23 +00:00
gimpdisplay.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdisplayshell-callbacks.c removed GIMP_ZOOM_TYPE, 2001-08-09 16:39:08 +00:00
gimpdisplayshell-callbacks.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpdisplayshell-draw.c g_strdup (g_get_temp_dir ()), may fix an unseen crash. 2001-07-31 23:28:56 +00:00
gimpdisplayshell-draw.h app/Makefile.am new files containing most of the code from 2001-01-22 03:30:42 +00:00
gimpdisplayshell-filter-dialog.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
gimpdisplayshell-filter-dialog.h fill dummy gimage->base_type as well 2000-01-03 07:49:19 +00:00
gimpdisplayshell-filter.c app/app_procs.c app/datafiles.c app/devices.c app/docindex.c 2001-05-21 20:30:16 +00:00
gimpdisplayshell-filter.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdisplayshell-layer-select.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdisplayshell-layer-select.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
gimpdisplayshell-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplayshell-qmask.c eek, my last change changed the width of all GtkRange subclasses, not only 2001-07-31 16:55:59 +00:00
gimpdisplayshell-qmask.h eek, my last change changed the width of all GtkRange subclasses, not only 2001-07-31 16:55:59 +00:00
gimpdisplayshell-render.c removed search_in_path() and the unused xstrsep(). 2001-05-16 18:09:45 +00:00
gimpdisplayshell-render.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdisplayshell-scale.c app/docindex.c app/gdisplay_color_ui.c app/gimpprogress.c app/nav_window.c 2001-08-01 09:33:12 +00:00
gimpdisplayshell-scale.h renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +00:00
gimpdisplayshell-scroll.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdisplayshell-scroll.h updated. 2001-02-24 19:29:47 +00:00
gimpdisplayshell-selection.c app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
gimpdisplayshell-selection.h major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
gimpdisplayshell.c g_strdup (g_get_temp_dir ()), may fix an unseen crash. 2001-07-31 23:28:56 +00:00
gimpdisplayshell.h app/Makefile.am new files containing most of the code from 2001-01-22 03:30:42 +00:00
gimpnavigationeditor.c fix compiler warning. 2001-08-10 14:41:39 +00:00
gimpnavigationview.c fix compiler warning. 2001-08-10 14:41:39 +00:00
gimpprogress.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
gimpprogress.h app/devices.c app/disp_callbacks.c app/docindex.[ch] app/file-save.c 2001-07-29 14:09:50 +00:00
gximage.c replaced some deprecated gdk functions. 2001-07-24 23:11:30 +00:00
gximage.h Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +00:00