gimp/app
Michael Natterer 2fd2a4e6b5 app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c
2001-02-25  Michael Natterer  <mitch@gimp.org>

	* app/channel_ops.c
	* app/channels_dialog.c
	* app/commands.c
	* app/floating_sel.c
	* app/gdisplay.c
	* app/gimpimage.[ch]
	* app/layer_select.c
	* app/layers_dialog.c
	* app/undo.c
	* app/xcf.c
	* app/tools/move.c: remove direct access of gimage->active_layer and
	gimage->active_channel. Reading access is of course harmless, but
	gimp_image_set_active_blah() will trigger a signal emission soon.

	It will probably be neccessary to change the functions to accept
	NULL layers and channels to acheive exactly what weird places like
	floating_sel.c did before by setting it directly.

	* gimptool-1.4.in
	* libgimp/Makefile.am
	* libgimpcolor/Makefile.am
	* libgimpmath/Makefile.am
	* libgimpwidgets/Makefile.am
	* plug-ins/libgck/gck/Makefile.am: made linking against stable
	GIMP installed in the same prefix work again by renaming all our
	libraries explicitly to libgimp<foo>-1.3.* (not as part of the
	libtool revision but as part of the library name). Removed the
	libtool revision to avoid double versioning. This has to be
	hardcoded in the libraries' Makefile.am ...

	* app/Makefile.am
	* plug-ins/FractalExplorer/Makefile.am
	* plug-ins/Lighting/Makefile.am
	* plug-ins/MapObject/Makefile.am
	* plug-ins/bmp/Makefile.am
	* plug-ins/common/Makefile.am
	* plug-ins/common/mkgen.pl
	* plug-ins/dbbrowser/Makefile.am
	* plug-ins/faxg3/Makefile.am
	* plug-ins/fits/Makefile.am
	* plug-ins/flame/Makefile.am
	* plug-ins/fp/Makefile.am
	* plug-ins/gap/Makefile.am
	* plug-ins/gdyntext/Makefile.am
	* plug-ins/gfig/Makefile.am
	* plug-ins/gflare/Makefile.am
	* plug-ins/gfli/Makefile.am
	* plug-ins/gimpressionist/Makefile.am
	* plug-ins/helpbrowser/Makefile.am
	* plug-ins/ifscompose/Makefile.am
	* plug-ins/imagemap/Makefile.am
	* plug-ins/maze/Makefile.am
	* plug-ins/mosaic/Makefile.am
	* plug-ins/pagecurl/Makefile.am
	* plug-ins/plugin-helper/Makefile.am
	* plug-ins/print/Makefile.am
	* plug-ins/rcm/Makefile.am
	* plug-ins/script-fu/Makefile.am
	* plug-ins/sel2path/Makefile.am
	* plug-ins/sgi/Makefile.am
	* plug-ins/webbrowser/Makefile.am
	* plug-ins/xjt/Makefile.am: ... while all other Makefiles can simply
	link against "libgimp<foo>-$(LT_REVISION).la"
2001-02-25 14:37:12 +00:00
..
actions app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
arch/i386/mmx MMX paint_funcs Should autodetect whether the assembler handles MMX and 2001-02-10 21:14:54 +00:00
base New file containing the check types. 2001-02-21 00:07:21 +00:00
core app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
dialogs added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
display app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
gui app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
menus added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
paint updated. 2001-02-24 19:29:47 +00:00
paint-funcs app/Makefile.am po/POTFILES.in new widget which will replace the current 2001-02-13 13:17:15 +00:00
pdb converted gimage->layers and gimage->channels to GimpLists. 2001-02-19 13:06:09 +00:00
plug-in app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
tools app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
unittest test program 1999-11-12 16:33:07 +00:00
widgets updated. 2001-02-24 19:29:47 +00:00
xcf app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
about_dialog.c Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
about_dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +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 removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
app_procs.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
appenums.h updated. 2001-02-24 19:29:47 +00:00
appenv.h app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
apptypes.h updated. 2001-02-24 19:29:47 +00:00
asupsample.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
asupsample.h libgimp/Makefile.am libgimp/gimp.h libgimp/gimpadaptivesupersample.[ch] 2001-01-23 00:53:12 +00:00
authors.h AUTHORS app/authors.h app/pdb/channel_cmds.c app/pdb/internal_procs.c 2001-01-29 00:02:33 +00:00
batch.c changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
batch.h These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
boundary.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
boundary.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
brush_edit.c gimp.m4 removed. 2001-02-19 00:05:03 +00:00
brush_edit.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
brush_header.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
brush_scale.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
brush_scale.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
brush_select.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
brush_select.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
channel_ops.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
channel_ops.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
channels_dialog.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
channels_dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color_area.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
color_area.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color_notebook.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
color_notebook.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
color_panel.c added a "title" parameter to the constructor. Pass a pointer to the 2001-01-21 13:41:07 +00:00
color_panel.h Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
color_select.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +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
color_transfer.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
color_transfer.h Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
colormap_dialog.c renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
colormap_dialog.h renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
colormaps.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +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
commands.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
commands.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
context_manager.c added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
context_manager.h gimprc.in user_install user_install.bat app/gimprc.[ch] removed the 2001-02-13 19:53:07 +00:00
convert.c converted gimage->layers and gimage->channels to GimpLists. 2001-02-19 13:06:09 +00:00
convert.h removed. new object derived from GimpObject. Just used as a container at 2001-01-21 19:53:56 +00:00
cursorutil.c updated. 2001-02-24 19:29:47 +00:00
cursorutil.h updated. 2001-02-24 19:29:47 +00:00
datafiles.c Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
datafiles.h added the datafile loader_func typedefs. 2001-02-11 21:08:04 +00:00
desaturate.c app/channel.[ch] app/drawable.[ch] app/gdisplay.[ch] app/gimpdrawable.[ch] 2001-01-14 21:11:52 +00:00
desaturate.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 forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
devices.h Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
dialog_handler.c updated. 2001-02-24 19:29:47 +00:00
dialog_handler.h changes to allow to build on win32 with msvc again 2001-02-07 01:16:18 +00:00
disp_callbacks.c updated. 2001-02-24 19:29:47 +00:00
disp_callbacks.h removed all brush, pattern, gradient and palette DND functions because 2001-02-19 23:37:49 +00:00
docindex.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
docindex.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
draw_core.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
draw_core.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
drawable.c app/Makefile.am some new files and data types: 2001-02-05 15:22:20 +00:00
drawable.h app/channel.[ch] app/drawable.[ch] app/gdisplay.[ch] app/gimpdrawable.[ch] 2001-01-14 21:11:52 +00:00
equalize.c removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +00:00
equalize.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
errorconsole.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
errorconsole.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
errors.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
errors.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
file_new_dialog.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
file_new_dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
fileops.c added "set_by_type", "get_by_type" and "changed_by_type" methods which 2001-02-07 15:01:52 +00:00
fileops.h app/commands.[ch] app/fileops.[ch] app/gdisplay.c Implemented "Save a Copy 2001-01-01 23:55:45 +00:00
fileopsP.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
floating_sel.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
floating_sel.h app/Makefile.am new file with one set of functions... 2001-01-29 13:51:23 +00:00
fsdither.h ed Sep 1 21:27:27 BST 1999 Adam D. Moss <adam@gimp.org> 1999-09-01 20:41:10 +00:00
gdisplay.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
gdisplay.h updated. 2001-02-24 19:29:47 +00:00
gdisplay_color.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay_color.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay_color_ui.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay_color_ui.h fill dummy gimage->base_type as well 2000-01-03 07:49:19 +00:00
gdisplay_ops.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gdisplay_ops.h block all canvas events while resizing the display so the standard canvas 2000-04-16 12:38:44 +00:00
general.c Was strtok used correctly here?? I think not! 2000-01-05 22:59:16 +00:00
general.h add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
gimage.c Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
gimage.h added "set_by_type", "get_by_type" and "changed_by_type" methods which 2001-02-07 15:01:52 +00:00
gimage_mask.c forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
gimage_mask.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
gimp.rc Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00
gimp.sym Update to match Unix version. 2000-05-28 23:46:16 +00:00
gimpbrush-header.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
gimpbrush.c added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpbrush.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpbrushgenerated.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gimpbrushgenerated.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpbrushpipe.c added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpbrushpipe.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpbrushpreview.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gimpbrushpreview.h allocate less temp_bufs by removing the "create_preview" virtual function 2001-02-07 20:35:18 +00:00
gimpchannel.c app/Makefile.am app/apptypes.h new object. Everything that can have a 2001-02-04 22:10:54 +00:00
gimpchannel.h removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +00:00
gimpchecks.h New file containing the check types. 2001-02-21 00:07:21 +00:00
gimpconstrainedhwrapbox.c moved the constructor-parameter-overkill to the new function 2001-02-09 15:12:01 +00:00
gimpconstrainedhwrapbox.h changed the test dialogs a bit. 2001-02-08 23:24:06 +00:00
gimpcontainer.c new function. 2001-02-19 03:35:55 +00:00
gimpcontainer.h new function. 2001-02-19 03:35:55 +00:00
gimpcontainergridview.c app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimpcontainergridview.h app/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcontainerlistview.c app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimpcontainerlistview.h app/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcontainerview.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gimpcontainerview.h added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gimpcontext.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimpcontext.h Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
gimpcontextpreview.c app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
gimpcontextpreview.h app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
gimpdata.c added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpdata.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpdatafactory.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
gimpdatafactory.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpdatafactoryview.c gimp.m4 removed. 2001-02-19 00:05:03 +00:00
gimpdatafactoryview.h app/Makefile.am po/POTFILES.in app/brushes.[ch] app/gradients.[ch] 2001-02-14 01:42:12 +00:00
gimpdatalist.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
gimpdatalist.h app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
gimpdnd.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimpdnd.h Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
gimpdrawable-desaturate.c app/channel.[ch] app/drawable.[ch] app/gdisplay.[ch] app/gimpdrawable.[ch] 2001-01-14 21:11:52 +00:00
gimpdrawable-desaturate.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-equalize.c removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +00:00
gimpdrawable-equalize.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-invert.c removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +00:00
gimpdrawable-invert.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-offset.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
gimpdrawable-offset.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable-preview.c V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpdrawable-preview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpdrawable.c converted gimage->layers and gimage->channels to GimpLists. 2001-02-19 13:06:09 +00:00
gimpdrawable.h app/Makefile.am app/apptypes.h new object. Everything that can have a 2001-02-04 22:10:54 +00:00
gimpdrawablepreview.c app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimpdrawablepreview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpgradient.c added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpgradient.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimpgradientpreview.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gimpgradientpreview.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
gimphelp.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +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
gimphistogram.c Applied patches by Roel Schroeven <rschroev@yahoo.com> that fix histogram 2001-02-06 07:15:22 +00:00
gimphistogram.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-convert.c converted gimage->layers and gimage->channels to GimpLists. 2001-02-19 13:06:09 +00:00
gimpimage-convert.h removed. new object derived from GimpObject. Just used as a container at 2001-01-21 19:53:56 +00:00
gimpimage-duplicate.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
gimpimage-duplicate.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimage.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
gimpimage.h app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
gimpimagepreview.c app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimpimagepreview.h app/Makefile.am new object with own implementations of "create_preview" 2001-02-07 02:37:49 +00:00
gimplayer.c app/Makefile.am app/apptypes.h new object. Everything that can have a 2001-02-04 22:10:54 +00:00
gimplayer.h app/Makefile.am new file with one set of functions... 2001-01-29 13:51:23 +00:00
gimplayermask.c removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +00:00
gimplayermask.h app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimplist.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
gimplist.h app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
gimplut.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimplut.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpmarshal.c app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
gimpmarshal.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
gimpobject.c add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
gimpobject.h app/Makefile.am new object with own implementations of "create_preview" 2001-02-07 02:37:49 +00:00
gimppalette-import.c app/Makefile.am new files. The import functions stripped from all UI crap. 2001-02-19 18:07:08 +00:00
gimppalette-import.h app/Makefile.am new files. The import functions stripped from all UI crap. 2001-02-19 18:07:08 +00:00
gimppalette.c Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
gimppalette.h added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gimppalettepreview.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
gimppalettepreview.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
gimpparasite.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpparasite.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimppattern-header.h app/gimpbrush.c app/gimpbrushpipe.c app/pattern_header.h fixed #8150. 2000-10-01 18:53:39 +00:00
gimppattern.c added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimppattern.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimppatternpreview.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gimppatternpreview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimppreview.c added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
gimppreview.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
gimppreviewcache.c app/Makefile.am app/apptypes.h new object. Everything that can have a 2001-02-04 22:10:54 +00:00
gimppreviewcache.h app/Makefile.am app/apptypes.h new object. Everything that can have a 2001-02-04 22:10:54 +00:00
gimpprogress.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpprogress.h cleaned up a bit. 2000-12-31 05:31:43 +00:00
gimprc.c Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
gimprc.h added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
gimptoolinfopreview.c added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
gimptoolinfopreview.h app/Makefile.am app/apptypes.h new widget. 2001-02-23 03:29:53 +00:00
gimpui.c add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
gimpui.h Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpunit.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpviewable.c V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpviewable.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
global_edit.c forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
global_edit.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gradient_editor.c gimp.m4 removed. 2001-02-19 00:05:03 +00:00
gradient_editor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
gradient_select.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gradient_select.h added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gtkhwrapbox.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gtkhwrapbox.h new vwrapbox stuff 1999-09-03 00:15:11 +00:00
gtkvwrapbox.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gtkvwrapbox.h new vwrapbox stuff 1999-09-03 00:15:11 +00:00
gtkwrapbox.c restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00
gtkwrapbox.h restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00
gximage.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gximage.h Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +00:00
histogramwidget.c removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +00:00
histogramwidget.h removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +00:00
image_map.c removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +00:00
image_map.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
image_new.c add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
image_new.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
image_render.c app/Makefile.am some new files and data types: 2001-02-05 15:22:20 +00:00
image_render.h New file containing the check types. 2001-02-21 00:07:21 +00:00
indicator_area.c added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +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 Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
info_dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
info_window.c Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
info_window.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
interface.c app/interface.c app/gdisplay.h Icons now update every 7.5 seconds in the 2001-02-22 20:23:30 +00:00
interface.h app/Makefile.am new files containing most of the code from 2001-01-22 03:30:42 +00:00
invert.c removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +00:00
invert.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
layer_select.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
layer_select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
layers_dialog.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
layers_dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
layers_dialogP.h app/commands.[ch] app/fileops.[ch] app/gdisplay.c Implemented "Save a Copy 2001-01-01 23:55:45 +00:00
lc_dialog.c gimp.m4 removed. 2001-02-19 00:05:03 +00:00
lc_dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
lc_dialogP.h autoscroll in the layers dialog, a few cosmetic changes 1999-10-24 20:16:48 +00:00
libgimp_glue.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
libgimp_glue.h cleanup 2001-01-25 14:38:10 +00:00
lut_funcs.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
lut_funcs.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
main.c MMX paint_funcs Should autodetect whether the assembler handles MMX and 2001-02-10 21:14:54 +00:00
Makefile.am app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
makefile.mingw.in disabled display filters code, since it is unfinished 2000-12-24 20:27:04 +00:00
makefile.msc changes to allow to build on win32 with msvc again 2001-02-07 01:16:18 +00:00
marching_ants.h Initial revision 1997-11-24 22:05:25 +00:00
menus.c added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
menus.h app/gimprc.[ch] app/menus.[ch] added a preferences option to disable 2001-01-02 02:33:43 +00:00
module_db.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +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 added "set_by_type", "get_by_type" and "changed_by_type" methods which 2001-02-07 15:01:52 +00:00
nav_window.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
ops_buttons.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
ops_buttons.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +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_funcs.c Wrong #ifdef test. 2001-02-11 12:15:42 +00:00
paint_funcs.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
paint_funcs_simd.S app/Makefile.am po/POTFILES.in new widget which will replace the current 2001-02-13 13:17:15 +00:00
paint_options.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
palette.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
palette.h took gimpcontextpreview.[ch] out of the build but still left the sources 2001-02-12 03:27:28 +00:00
palette_import.c app/Makefile.am new files. The import functions stripped from all UI crap. 2001-02-19 18:07:08 +00:00
palette_import.h app/Makefile.am moved the palette_import dialog to it's own file. 2001-01-21 21:29:31 +00:00
palette_select.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
palette_select.h Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
paletteP.h added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
parasitelist.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
parasitelist.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
path.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
path.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
path_bezier.c app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
path_bezier.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
path_curves.c app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
path_curves.h a patch to the path tool from Simon Budig 1999-10-08 10:22:39 +00:00
path_transform.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
pathP.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
paths_dialog.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
paths_dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
paths_dialogP.h configure.in app/Makefile.am moved all tool sources to app/tools 2001-01-22 01:46:28 +00:00
pattern_header.h app/gimpbrush.c app/gimpbrushpipe.c app/pattern_header.h fixed #8150. 2000-10-01 18:53:39 +00:00
pattern_select.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
pattern_select.h app/brush_select.[ch] removed almost all code by using the 2001-02-12 18:05:12 +00:00
pixel_processor.c app/paint_funcs.c app/pixel_processor.c app/tile.c app/tile_cache.c 2001-01-23 14:21:37 +00:00
pixel_processor.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
pixel_region.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
pixel_region.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
pixmaps2.h commented out "text_width" and "text_height" 2001-02-24 21:06:48 +00:00
plug_in.c app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
plug_in.h changes to allow to build on win32 with msvc again 2001-02-07 01:16:18 +00:00
preferences_dialog.c added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
preferences_dialog.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
qmask.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
qmask.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
regexrepl.c Extended the glibc regexp check and enabled substitution for Makefiles. 2001-01-02 23:16:40 +00:00
regexrepl.h acconfig.h configure.in libgimp/Makefile.am libgimp/gimpregex.h 2000-01-24 22:16:36 +00:00
resize.c converted gimage->layers and gimage->channels to GimpLists. 2001-02-19 13:06:09 +00:00
resize.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
resolution_calibrate.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
resolution_calibrate.h really add the new files 2000-09-25 01:31:48 +00:00
scale.c Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
scale.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
scan_convert.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
scan_convert.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
scroll.c updated. 2001-02-24 19:29:47 +00:00
scroll.h updated. 2001-02-24 19:29:47 +00:00
selection.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
selection.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
session.c factored the color parsing code out to the new function parse_color() and 2001-01-17 00:00:15 +00:00
session.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
temp_buf.c New file containing the check types. 2001-02-21 00:07:21 +00:00
temp_buf.h New file containing the check types. 2001-02-21 00:07:21 +00:00
tile.c brought the array used for optimization back in sync with the 2001-01-24 15:36:55 +00:00
tile.h brought the array used for optimization back in sync with the 2001-01-24 15:36:55 +00:00
tile_cache.c app/paint_funcs.c app/pixel_processor.c app/tile.c app/tile_cache.c 2001-01-23 14:21:37 +00:00
tile_cache.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
tile_manager.c add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
tile_manager.h app/convert.c app/floating_sel.c app/gimage_mask.c app/gimpimage.c 2001-01-23 13:01:48 +00:00
tile_manager_pvt.h app/convert.c app/floating_sel.c app/gimage_mask.c app/gimpimage.c 2001-01-23 13:01:48 +00:00
tile_pvt.h app/paint_funcs.c app/pixel_processor.c app/tile.c app/tile_cache.c 2001-01-23 14:21:37 +00:00
tile_swap.c changes to allow to build on win32 with msvc again 2001-02-07 01:16:18 +00:00
tile_swap.h app/paint_funcs.c app/pixel_processor.c app/tile.c app/tile_cache.c 2001-01-23 14:21:37 +00:00
tips_dialog.c app/Makefile.am app/pixmaps.h removed some data files from app/ 2001-02-23 01:08:07 +00:00
tips_dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
toolbox.c added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
toolbox.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +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 app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
undo.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
undo_history.c V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
undo_history.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
undo_types.h app/gimpimage.c app/undo.c app/undo_types.h docs/undo.txt Changed sanity 1999-12-10 20:55:57 +00:00
unitrc.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
user_install.c added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
user_install.h new files. Code for the resolution calibration dialog that used to live in 2000-09-25 01:27:47 +00:00
wilber.ico Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00
xcf.c app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
xcf.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00