gimp/app/widgets
Michael Natterer b5d8536f3f gimprc.in user_install user_install.bat app/gimprc.[ch] removed the
2001-02-13  Michael Natterer  <mitch@gimp.org>

	* gimprc.in
	* user_install
	* user_install.bat
	* app/gimprc.[ch]
	* app/preferences_dialog.c: removed the "brush_vbr_path" variable,
	because all data types will be editable and saveable soon.

	* app/Makefile.am
	* app/apptypes.h
	* app/gimpdatafactory.[ch]: new object which holds a data list and
	knows how to create, edit, duplicate etc. the items in it. Will
	completely replace the brushes.[ch], patterns.[ch], ... files soon.

	* po/POTFILES.in
	* app/gimpdatacontainerview.[ch]: removed.
	* app/gimpdatafactoryview.[ch]: added.

	A view on the GimpDataFactory with a GUI for creating, editing,
	deleting etc. items (mostly unimplemented).

	* app/context_manager.[ch]: replaced the global data lists by global
	data factories.

	* app/brush_select.c
	* app/brushes.[ch]
	* app/commands.c
	* app/convert.c
	* app/devices.c
	* app/gimpbrush.[ch]
	* app/gimpbrushgenerated.c
	* app/gimpcontext.c
	* app/gimpdata.[ch]
	* app/gimpdatalist.[ch]
	* app/gimpdnd.c
	* app/gimpgradient.[ch]
	* app/gimppalette.[ch]
	* app/gimppattern.[ch]
	* app/gradient_editor.c
	* app/gradient_select.c
	* app/gradients.[ch]
	* app/indicator_area.c
	* app/palette.c
	* app/palette_import.c
	* app/palette_select.c
	* app/palettes.[ch]
	* app/pattern_select.c
	* app/patterns.[ch]
	* app/pdb/brush_select_cmds.c
	* app/pdb/brushes_cmds.c
	* app/pdb/convert_cmds.c
	* app/pdb/gradient_select_cmds.c
	* app/pdb/gradients_cmds.c
	* app/pdb/pattern_select_cmds.c
	* app/pdb/patterns_cmds.c
	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/convert.pdb
	* tools/pdbgen/pdb/gradient_select.pdb
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/pattern_select.pdb
	* tools/pdbgen/pdb/patterns.pdb: changed accordingly.
2001-02-13 19:53:07 +00:00
..
gimpbrusheditor.c app/gimpbrush.[ch] moved the scale and pipe indicator rendering code from 2001-02-07 03:14:38 +00:00
gimpbrusheditor.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpbrushpreview.c moved the constructor-parameter-overkill to the new function 2001-02-09 15:12:01 +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/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcontainergridview.h app/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcontainerlistview.c app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimpcontainerlistview.h app/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcontainerview.c app/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcontainerview.h app/gimpcontainergridview.[ch] app/gimpcontainerlistview.[ch] follow the 2001-02-09 21:49:47 +00:00
gimpcursor.c configure.in app/Makefile.am moved all tool sources to app/tools 2001-01-22 01:46:28 +00:00
gimpcursor.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdatafactoryview.c gimprc.in user_install user_install.bat app/gimprc.[ch] removed the 2001-02-13 19:53:07 +00:00
gimpdatafactoryview.h gimprc.in user_install user_install.bat app/gimprc.[ch] removed the 2001-02-13 19:53:07 +00:00
gimpdeviceinfo.c gimprc.in user_install user_install.bat app/gimprc.[ch] removed the 2001-02-13 19:53:07 +00:00
gimpdevices.c gimprc.in user_install user_install.bat app/gimprc.[ch] removed the 2001-02-13 19:53:07 +00:00
gimpdevices.h app/color_notebook.[ch] app/color_panel.[ch] app/gimpcontext.[ch] use 2001-01-15 01:48:53 +00:00
gimpdnd.c gimprc.in user_install user_install.bat app/gimprc.[ch] removed the 2001-02-13 19:53:07 +00:00
gimpdnd.h app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
gimpdrawablepreview.c allocate less temp_bufs by removing the "create_preview" virtual function 2001-02-07 20:35:18 +00:00
gimpdrawablepreview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpgradienteditor.c gimprc.in user_install user_install.bat app/gimprc.[ch] removed the 2001-02-13 19:53:07 +00:00
gimpgradienteditor.h app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimpgradientpreview.c app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +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 moved the constructor-parameter-overkill to the new function 2001-02-09 15:12:01 +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 po/POTFILES.in new widget which will replace the current 2001-02-13 13:17:15 +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 gimprc.in user_install user_install.bat app/gimprc.[ch] removed the 2001-02-13 19:53:07 +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/brush_select.[ch] removed almost all code by using the 2001-02-12 18:05:12 +00:00
gimppalettepreview.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
gimppatternpreview.c moved the constructor-parameter-overkill to the new function 2001-02-09 15:12:01 +00:00
gimppatternpreview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimppreview.c app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimppreview.h app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimppreviewrenderer.c app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimppreviewrenderer.h app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimppreviewrendererbrush.c moved the constructor-parameter-overkill to the new function 2001-02-09 15:12:01 +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 allocate less temp_bufs by removing the "create_preview" virtual function 2001-02-07 20:35:18 +00:00
gimppreviewrendererdrawable.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimppreviewrendererimage.c moved the constructor-parameter-overkill to the new function 2001-02-09 15:12:01 +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 add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
gimptoolbox.h app/Makefile.am new files containing most of the code from 2001-01-22 03:30:42 +00:00
gimptooloptionseditor.c libgimpwidgets/gimpdialog.c app/tools/tool_options_dialog.c 2001-02-06 17:53:33 +00:00
gimpview.c app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimpview.h app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimpviewrenderer.c app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimpviewrenderer.h app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
gimpviewrendererbrush.c moved the constructor-parameter-overkill to the new function 2001-02-09 15:12:01 +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 allocate less temp_bufs by removing the "create_preview" virtual function 2001-02-07 20:35:18 +00:00
gimpviewrendererdrawable.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpviewrendererimage.c moved the constructor-parameter-overkill to the new function 2001-02-09 15:12:01 +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