Gimp/app
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
..
actions an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
arch/i386/mmx app/Makefile.am app/detect_mmx.S app/arch/i386/mmx/detect_mmx.S 2001-04-02 17:19:41 +00:00
base an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
core an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
dialogs an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
display an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
file added a TODO entry about additional image/file info. 2001-08-11 14:39:19 +00:00
gui an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
menus an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
paint an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
paint-funcs added GTK_DISABLE_COMPAT_H back to CPPFLAGS. 2001-08-01 00:35:59 +00:00
pdb an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
plug-in app/devices.c app/disp_callbacks.c app/docindex.[ch] app/file-save.c 2001-07-29 14:09:50 +00:00
tools an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
widgets an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
xcf updated for GTK2 build 2001-07-28 19:40:07 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
airbrush.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
app_procs.c Switched to GObject reference counting: 2001-08-12 15:39:23 +00:00
app_procs.h removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00
appenums.h removed GIMP_ZOOM_TYPE, 2001-08-09 16:39:08 +00:00
appenv.h app/appenv.h removed "use_mmx" and the MMX detection. 2001-07-13 19:25:34 +00:00
apptypes.h app/Makefile.am removed... 2001-07-05 15:34:26 +00:00
batch.c bahave like the old batch code and call app_exit(FALSE) when reading from 2001-07-18 01:11:36 +00:00
batch.h seems Mathieu messed up the last commit :) Added these two files back from 2001-07-18 00:24:07 +00:00
colormaps.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
colormaps.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
devices.c fsck^^^ -- lovely autofoo wants "changequote([,])dnl" 2001-08-11 19:53:35 +00:00
devices.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
disp_callbacks.c removed GIMP_ZOOM_TYPE, 2001-08-09 16:39:08 +00:00
disp_callbacks.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
docindex.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
docindex.h app/devices.c app/disp_callbacks.c app/docindex.[ch] app/file-save.c 2001-07-29 14:09:50 +00:00
errors.c cleanup. 2001-08-07 00:06:06 +00:00
errors.h app_procs.c errors.c errors.h file-save.c gdisplay.c module_db.c use 2001-07-25 01:03:43 +00:00
file-open.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
file-open.h app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
file-save.c added a TODO entry about additional image/file info. 2001-08-11 14:39:19 +00:00
file-save.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
file-utils.c app/errorconsole.c use GtkTextView. 2001-07-27 15:18:20 +00:00
file-utils.h added RunModeType. removed RunModeType. don't scan app/plug_in.h for 2001-04-28 15:11:29 +00:00
floating_sel.c app/appenv.h removed "use_mmx" and the MMX detection. 2001-07-13 19:25:34 +00:00
floating_sel.h app/Makefile.am new file with one set of functions... 2001-01-29 13:51:23 +00:00
gdisplay.c Switched to GObject reference counting: 2001-08-12 15:39:23 +00:00
gdisplay.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gdisplay_color.c app/app_procs.c app/datafiles.c app/devices.c app/docindex.c 2001-05-21 20:30:16 +00:00
gdisplay_color.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay_color_ui.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
gdisplay_color_ui.h
gdisplay_ops.c set the width of the scrollbar slider to the same value as our default 2001-07-30 17:17:36 +00:00
gdisplay_ops.h
general.c removed search_in_path() and the unused xstrsep(). 2001-05-16 18:09:45 +00:00
general.h removed search_in_path() and the unused xstrsep(). 2001-05-16 18:09:45 +00:00
gimp.rc
gimp.sym
gimphelp.c set the width of the scrollbar slider to the same value as our default 2001-07-30 17:17:36 +00:00
gimphelp.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +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
gimprc.c Switched to GObject reference counting: 2001-08-12 15:39:23 +00:00
gimprc.h configure.in themes/Default/images/Makefile.am some new Makefiles to make 2001-08-05 20:34:10 +00:00
gximage.c replaced some deprecated gdk functions. 2001-07-24 23:11:30 +00:00
gximage.h
image_map.c app/Makefile.am removed. 2001-07-07 22:49:01 +00:00
image_map.h config.guess new versions from CVS (at least that's what my debian package 2001-05-24 17:09:57 +00:00
image_render.c removed search_in_path() and the unused xstrsep(). 2001-05-16 18:09:45 +00:00
image_render.h new directory app/base/ 2001-05-15 11:25:25 +00:00
interface.c g_strdup (g_get_temp_dir ()), may fix an unseen crash. 2001-07-31 23:28:56 +00:00
interface.h app/Makefile.am new files containing most of the code from 2001-01-22 03:30:42 +00:00
libgimp_glue.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
libgimp_glue.h removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00
main.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
Makefile.am added dependency on PangoFT2 (Pango compiled with FreeType2 support). 2001-08-11 15:35:16 +00:00
makefile.mingw.in disabled display filters code, since it is unfinished 2000-12-24 20:27:04 +00:00
makefile.msc updated for GTK2 build 2001-07-28 19:40:07 +00:00
marching_ants.h
module_db.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
module_db.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
nav_window.c fix compiler warning. 2001-08-10 14:41:39 +00:00
nav_window.h major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
ops_buttons.c app/docindex.c more GObject porting. 2001-07-29 08:37:43 +00:00
ops_buttons.h app/docindex.c more GObject porting. 2001-07-29 08:37:43 +00:00
paint_core.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
paint_options.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
path.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
path.h removed path_to_beziersel() so this file can be safely included from 2001-07-17 20:50:01 +00:00
path_bezier.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
path_bezier.h app/Makefile.am app/apptypes.h app/path_bezier.[ch] app/path_curves.[ch] 2001-04-07 14:55:39 +00:00
path_curves.c s/USE_GCC_INTEL_MMX/HAVE_ASM_MMX/ 2001-05-19 16:09:41 +00:00
path_curves.h app/path_curves.[ch] app/tools/gimpdrawtool.c app/tools/gimppathtool.[ch] 2001-04-11 13:28:53 +00:00
path_transform.h Introduced GimpPaintTool and GimpDrawTool 2001-02-27 05:21:12 +00:00
pathP.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
plug_in.c app/devices.c app/disp_callbacks.c app/docindex.[ch] app/file-save.c 2001-07-29 14:09:50 +00:00
plug_in.h added RunModeType. removed RunModeType. don't scan app/plug_in.h for 2001-04-28 15:11:29 +00:00
plug_in_cmds.c Garry R. Osgood <grosgood@rcn.com> 2001-03-11 13:15:41 +00:00
qmask.c eek, my last change changed the width of all GtkRange subclasses, not only 2001-07-31 16:55:59 +00:00
qmask.h eek, my last change changed the width of all GtkRange subclasses, not only 2001-07-31 16:55:59 +00:00
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
scale.h renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +00:00
scroll.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
scroll.h updated. 2001-02-24 19:29:47 +00:00
selection.c app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
selection.h major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
transform_core.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
undo.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
undo.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
undo_history.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
undo_history.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
undo_types.h
user_install.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
user_install.h removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00
wilber.ico