gimp/app/widgets
Michael Natterer 3eb62f8756 removed crap from ancient times when tools used to be an enum.
2001-02-23  Michael Natterer  <mitch@gimp.org>

	* app/app_procs.c: removed crap from ancient times when tools
	used to be an enum.

	* app/brush_select.[ch]: cleaned up the gui and made global paint
	mode toggling much simpler by expanding vertically instead of
	reparenting.

	* app/context_manager.c: removed hack by using a tool manager
	accessor function.

	* app/gimpcontext.c: use the new standard tool info object. Tools
	also _behave_ like all other data types now (can e.g. be
	refreshed).

	* app/tools/tool.[ch]

	* app/tools/gimptoolinfo.[ch]: added an "identifier" which is an
	untranslated string with a meaningful prefix and name, e.g.
	"gimp:color_picker_tool". Renamed "tool_name" and "tool_desc"
	to "blurb" and "help", changed the constructor accordingly.
	Added gimp_tool_info_get_standards() to make the context work
	with tool refresh.

	* app/tools/tool_manager.[ch]
	* app/tools/tools.c: removed the global list of tool class
	structures because the tool info list is in place.
	Added tool_manager_register_tool_options() which calls
	tool_options_dialog_add() and registers the options in the
	global_tool_info_list.

	* app/tools/Makefile.am
	* app/tools/paint_options.[ch]
	* app/tools/selection_options.[ch]
	* app/tools/tool_options.[ch]
	* app/tools/tool_options_dialog.[ch]: build them all again. This
	is mostly the old tool options system with minor modifications to
	work with the new stuff. The tool options auto-update with the user
	context now, so there are no update functions any more.

	* app/gimpdnd.c
	* app/toolbox.c
	* app/tools/color_picker.c
	* app/tools/measure.c
	* app/tools/move.c: changed accordingly.
2001-02-23 21:32:47 +00:00
..
gimpbrusheditor.c gimp.m4 removed. 2001-02-19 00:05:03 +00:00
gimpbrusheditor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +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
gimpcolordialog.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +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 renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
gimpcolormapeditor.h renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
gimpcolorpanel.c added a "title" parameter to the constructor. Pass a pointer to the 2001-01-21 13:41:07 +00:00
gimpcolorpanel.h Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +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/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
gimpcursor.c forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
gimpcursor.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
gimpdeviceinfo.c forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
gimpdevices.c forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
gimpdevices.h Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +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
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
gimpgradienteditor.c gimp.m4 removed. 2001-02-19 00:05:03 +00:00
gimpgradienteditor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +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
gimphistogramview.c removed channel_update() because channel.c should not call 2001-01-29 17:54:02 +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/apptypes.h new widget. 2001-02-23 03:29:53 +00:00
gimpitemfactory.h app/gimprc.[ch] app/menus.[ch] added a preferences option to disable 2001-01-02 02:33:43 +00:00
gimppaletteeditor.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
gimppaletteeditor.h took gimpcontextpreview.[ch] out of the build but still left the sources 2001-02-12 03:27: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
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 app/Makefile.am app/apptypes.h new widget. 2001-02-23 03:29:53 +00:00
gimppreview.h app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimppreviewrenderer.c app/Makefile.am app/apptypes.h new widget. 2001-02-23 03:29:53 +00:00
gimppreviewrenderer.h app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimppreviewrendererbrush.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +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 Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +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 gimprc.in user_install user_install.bat app/gimprc.[ch] removed the 2001-02-13 19:53:07 +00:00
gimptoolbox-indicator-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.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimptoolbox.h app/Makefile.am new files containing most of the code from 2001-01-22 03:30:42 +00:00
gimptoolinfopreview.c app/Makefile.am app/apptypes.h new widget. 2001-02-23 03:29:53 +00:00
gimptoolinfopreview.h app/Makefile.am app/apptypes.h new widget. 2001-02-23 03:29:53 +00:00
gimptooloptionseditor.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimpview.c app/Makefile.am app/apptypes.h new widget. 2001-02-23 03:29:53 +00:00
gimpview.h app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimpviewrenderer.c app/Makefile.am app/apptypes.h new widget. 2001-02-23 03:29:53 +00:00
gimpviewrenderer.h app/commands.[ch] first version of the new layers and channels dialogs. 2001-02-19 22:54:12 +00:00
gimpviewrendererbrush.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +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