gimp/app
Michael Natterer a1778515e6 app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c
2001-03-04  Michael Natterer  <mitch@gimp.org>

	* app/gimpbrushpreview.c
	* app/gimpgradientpreview.c
	* app/gimppalettepreview.c
	* app/gimppatternpreview.c
	* app/gimptoolinfopreview.c: removed all dnd code ...

	* app/gimppreview.c: ... and put it where is belongs.

	* app/gimpcontext.c: use g_type_is_a() instead of comparing the
	types directly.

	* app/gimpdnd.[ch]: same g_type_is_a() fix here. New function
	gimp_dnd_viewable_source_unset().

	* app/gimpdrawablelistitem.c: gtk_signal_connect_while_alive() to
	GimpDrawable's "visibility_changed" fixes a crash here.

	* app/gimplayerlistitem.c: check more strictly if DND reordering
	of layers is allowed.

	* app/gimplistitem.c: more DND reordering checking.
	Start drawing the drop indicator at x = name_label->allocation.x
	(looks better IMHO).
2001-03-04 22:07:19 +00:00
..
actions libgimpwidgets/gimppixmap.c (gimp_color_button_destroy): Move variable 2001-03-04 16:00:03 +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/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +00:00
dialogs applied a patch from David Odin <David.Odin@bigfoot.com> that fixes a typo 2001-03-04 11:08:09 +00:00
display renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +00:00
gui app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +00:00
menus app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
paint app/gdisplay.c app/gimage.c. #include "tools/tool.h" 2001-02-28 02:53:27 +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 app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +00:00
plug-in app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
tools renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +00:00
unittest
widgets app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +00:00
xcf app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
Makefile.am app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +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 renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +00:00
appenv.h app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
apptypes.h app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +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
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/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
channel_ops.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
channels_dialog.c new function gimp_drawable_set_visible(). Renamed gimp_drawable_visible() 2001-03-04 16:52:37 +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 libgimpwidgets/gimppixmap.c (gimp_color_button_destroy): Move variable 2001-03-04 16:00:03 +00:00
commands.h app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
context_manager.c made the global_paint_options public. 2001-02-27 23:20:51 +00:00
context_manager.h made the global_paint_options public. 2001-02-27 23:20:51 +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 renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +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
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 Applied patch from Dave Neary to fix bug 37633 "File->Revert doesn't 2001-03-01 21:27:33 +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 new function gimp_drawable_set_visible(). Renamed gimp_drawable_visible() 2001-03-04 16:52:37 +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
gdisplay.c app/gdisplay.c app/gimage.c. #include "tools/tool.h" 2001-02-28 02:53:27 +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
gdisplay_ops.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gdisplay_ops.h
general.c
general.h
gimage.c app/gdisplay.c app/gimage.c. #include "tools/tool.h" 2001-02-28 02:53:27 +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 app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +00:00
gimage_mask.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
gimp.rc
gimp.sym
gimpbrush-header.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
gimpbrush.c Introduced GimpPaintTool and GimpDrawTool 2001-02-27 05:21:12 +00:00
gimpbrush.h Introduced GimpPaintTool and GimpDrawTool 2001-02-27 05:21:12 +00:00
gimpbrushgenerated.c Introduced GimpPaintTool and GimpDrawTool 2001-02-27 05:21:12 +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 Introduced GimpPaintTool and GimpDrawTool 2001-02-27 05:21:12 +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 app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +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 new function gimp_drawable_set_visible(). Renamed gimp_drawable_visible() 2001-03-04 16:52:37 +00:00
gimpchannel.h new function gimp_drawable_set_visible(). Renamed gimp_drawable_visible() 2001-03-04 16:52:37 +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/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
gimpcontainergridview.h app/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcontainerlistview.c app/Makefile.am app/apptypes.h app/gimpdrawablelistitem.[ch] new widgets 2001-03-03 23:23:36 +00:00
gimpcontainerlistview.h app/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcontainerview.c app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
gimpcontainerview.h app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
gimpcontext.c app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +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 app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +00:00
gimpdnd.h app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +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/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +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 new function gimp_drawable_set_visible(). Renamed gimp_drawable_visible() 2001-03-04 16:52:37 +00:00
gimpdrawable.h new function gimp_drawable_set_visible(). Renamed gimp_drawable_visible() 2001-03-04 16:52:37 +00:00
gimpdrawablelistitem.c app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +00:00
gimpdrawablelistitem.h new function gimp_drawable_set_visible(). Renamed gimp_drawable_visible() 2001-03-04 16:52:37 +00:00
gimpdrawablelistview.c app/Makefile.am app/apptypes.h app/gimpdrawablelistitem.[ch] new widgets 2001-03-03 23:23:36 +00:00
gimpdrawablelistview.h app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +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 app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +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/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
gimpimage-duplicate.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimage.c app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +00:00
gimpimage.h app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +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 widget derived from 2001-03-04 20:06:48 +00:00
gimplayer.h app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +00:00
gimplayerlistitem.c app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +00:00
gimplayerlistitem.h app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +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
gimplistitem.c app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +00:00
gimplistitem.h app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +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/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +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 app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +00:00
gimppatternpreview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimppreview.c app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +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 app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +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
gtkvwrapbox.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gtkvwrapbox.h
gtkwrapbox.c
gtkwrapbox.h
gximage.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gximage.h
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 Introduced GimpPaintTool and GimpDrawTool 2001-02-27 05:21:12 +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/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +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
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.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
menus.c app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +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 renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +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
paletteP.h added DND source functions which work by GtkType. 2001-02-18 19:44: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
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
pathP.h Last-minute cleanup: 2000-12-16 21:37:03 +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
path_transform.h Introduced GimpPaintTool and GimpDrawTool 2001-02-27 05:21:12 +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 applied a patch from David Odin <David.Odin@bigfoot.com> that fixes a typo 2001-03-04 11:08: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
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 renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +00:00
scale.h renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +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
test_commands.c app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
test_commands.h app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +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/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +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
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
xcf.c app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +00:00
xcf.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00