gimp/app/widgets
Michael Natterer ddc9145256 app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch]
2001-04-17  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/gui/Makefile.am
	* app/about_dialog.[ch]
	* app/brush_edit.[ch]
	* app/brush_select.[ch]
	* app/channels_dialog.[ch]
	* app/color_area.[ch]
	* app/color_notebook.[ch]
	* app/color_select.[ch]
	* app/colormap_dialog.[ch]
	* app/commands.[ch]
	* app/file_new_dialog.[ch]
	* app/gradient_editor.[ch]
	* app/gradient_select.[ch]
	* app/indicator_area.[ch]
	* app/info_dialog.[ch]
	* app/info_window.[ch]
	* app/layer_select.[ch]
	* app/layers_dialog.[ch]
	* app/menus.[ch]
	* app/palette.[ch]
	* app/palette_import.[ch]
	* app/palette_select.[ch]
	* app/paths_dialog.[ch]
	* app/pattern_select.[ch]
	* app/preferences_dialog.[ch]
	* app/session.[ch]
	* app/test_commands.[ch]
	* app/tips_dialog.[ch]
	* app/toolbox.[ch]: moved to gui/ (s/_/-/ and some more useful
	filenames on the way).

	* app/app_procs.c
	* app/context_manager.c
	* app/convert.c
	* app/disp_callbacks.c
	* app/errorconsole.c
	* app/file-open.c
	* app/file-save.c
	* app/file-utils.c
	* app/gdisplay.c
	* app/gimage.c
	* app/gimprc.c
	* app/image_new.c
	* app/interface.c
	* app/nav_window.c
	* app/path.c
	* app/plug_in.c
	* app/gui/dialogs-constructors.c
	* app/pdb/brush_select_cmds.c
	* app/pdb/convert_cmds.c
	* app/pdb/gradient_select_cmds.c
	* app/pdb/pattern_select_cmds.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimpscaletool.c
	* app/tools/gimptransformtool.c
	* app/widgets/gimpcolorpanel.c
	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/convert.pdb
	* tools/pdbgen/pdb/gradient_select.pdb
	* tools/pdbgen/pdb/pattern_select.pdb
	* po/POTFILES.in: changed accordingly.
2001-04-17 21:43:29 +00:00
..
.cvsignore Makefile.am pre-commit so yosh knows which files to copy :) 2001-04-10 21:33:09 +00:00
Makefile.am added some more dialog types. 2001-04-14 16:37:28 +00:00
gimpbrusheditor.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimpbrusheditor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +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
gimpcolordialog.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimpcolordialog.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
gimpcolordisplayeditor.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpcolormapeditor.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimpcolormapeditor.h renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
gimpcolorpanel.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimpcolorpanel.h configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +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
gimpcontainergridview.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +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 new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimpcontainerlistview.h app/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcontainerview.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimpcontainerview.h app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimpcursor.c updated. 2001-02-24 19:29:47 +00:00
gimpcursor.h updated. 2001-02-24 19:29:47 +00:00
gimpdatafactoryview.c pixmaps/Makefile.am new pixmap. "Someone" needs to go over the pixmaps one 2001-03-12 01:21:43 +00:00
gimpdatafactoryview.h app/Makefile.am po/POTFILES.in app/brushes.[ch] app/gradients.[ch] 2001-02-14 01:42:12 +00:00
gimpdeviceinfo.c app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
gimpdevices.c app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
gimpdevices.h app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
gimpdialogfactory.c app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
gimpdialogfactory.h app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
gimpdnd.c removed the ID system from the pdb/ subdir... 2001-04-13 14:50:43 +00:00
gimpdnd.h app/Makefile.am app/apptypes.h new object (the notebook separated out of 2001-04-10 16:03:40 +00:00
gimpdock.c app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
gimpdock.h configure.in app/Makefile.am new directory which will contain all gui code 2001-04-14 15:21:45 +00:00
gimpdockable.c grouped the files together which will go to gui/. 2001-04-15 16:16:13 +00:00
gimpdockable.h grouped the files together which will go to gui/. 2001-04-15 16:16:13 +00:00
gimpdockbook.c grouped the files together which will go to gui/. 2001-04-15 16:16:13 +00:00
gimpdockbook.h configure.in app/Makefile.am new directory which will contain all gui code 2001-04-14 15:21:45 +00:00
gimpdrawablelistitem.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimpdrawablelistitem.h new function gimp_drawable_set_visible(). Renamed gimp_drawable_visible() 2001-03-04 16:52:37 +00:00
gimpdrawablelistview.c pixmaps/Makefile.am new pixmap. "Someone" needs to go over the pixmaps one 2001-03-12 01:21:43 +00:00
gimpdrawablelistview.h removed the layer mask functions. 2001-03-06 13:28:39 +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
gimpdrawabletreeview.c pixmaps/Makefile.am new pixmap. "Someone" needs to go over the pixmaps one 2001-03-12 01:21:43 +00:00
gimpdrawabletreeview.h removed the layer mask functions. 2001-03-06 13:28:39 +00:00
gimpgradienteditor.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimpgradienteditor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +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
gimphistogramview.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
gimphistogramview.h removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +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
gimpitemfactory.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimpitemfactory.h changed all menus_get_*() functions to return the GtkItemFactory, not 2001-04-15 18:01:57 +00:00
gimpitemlistview.c pixmaps/Makefile.am new pixmap. "Someone" needs to go over the pixmaps one 2001-03-12 01:21:43 +00:00
gimpitemlistview.h removed the layer mask functions. 2001-03-06 13:28:39 +00:00
gimpitemtreeview.c pixmaps/Makefile.am new pixmap. "Someone" needs to go over the pixmaps one 2001-03-12 01:21:43 +00:00
gimpitemtreeview.h removed the layer mask functions. 2001-03-06 13:28:39 +00:00
gimplayerlistitem.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimplayerlistitem.h app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +00:00
gimplayerlistview.c added some help_data and tooltips. 2001-03-12 04:40:17 +00:00
gimplayerlistview.h app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimplayertreeview.c added some help_data and tooltips. 2001-03-12 04:40:17 +00:00
gimplayertreeview.h app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimplistitem.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimplistitem.h app/Makefile.am app/apptypes.h new widget derived from 2001-03-04 20:06:48 +00:00
gimppaletteeditor.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimppaletteeditor.h app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
gimppalettepreview.c started to add some more separator event handling. 2001-04-10 20:38:42 +00:00
gimppalettepreview.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +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/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimppreview.h app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimppreviewrenderer.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimppreviewrenderer.h app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimppreviewrendererbrush.c app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +00:00
gimppreviewrendererbrush.h allocate less temp_bufs by removing the "create_preview" virtual function 2001-02-07 20:35:18 +00:00
gimppreviewrendererdrawable.c app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimppreviewrendererdrawable.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimppreviewrendererimage.c app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimppreviewrendererimage.h app/Makefile.am new object with own implementations of "create_preview" 2001-02-07 02:37:49 +00:00
gimptoolbox-color-area.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimptoolbox-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
gimptoolbox-indicator-area.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimptoolbox-indicator-area.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
gimptoolbox.c app/Makefile.am app/gui/Makefile.am app/about_dialog.[ch] 2001-04-17 21:43:29 +00:00
gimptoolbox.h app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +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
gimptooloptionseditor.c app/session.[ch] removed the old dialog session management code... 2001-04-17 16:00:27 +00:00
gimpview.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimpview.h app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimpviewrenderer.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimpviewrenderer.h app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
gimpviewrendererbrush.c app/gimpbrushpreview.c app/gimpgradientpreview.c app/gimppalettepreview.c 2001-03-04 22:07:19 +00:00
gimpviewrendererbrush.h allocate less temp_bufs by removing the "create_preview" virtual function 2001-02-07 20:35:18 +00:00
gimpviewrendererdrawable.c app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimpviewrendererdrawable.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpviewrendererimage.c app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimpviewrendererimage.h app/Makefile.am new object with own implementations of "create_preview" 2001-02-07 02:37:49 +00:00
gimpwidgets-utils.c add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
gimpwidgets-utils.h Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +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