Gimp/libgimpwidgets
Michael Natterer 233f8860c7 Makefile.am configure.in themes/.cvsignore themes/Makefile.am
2001-08-05  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* configure.in
	* themes/.cvsignore
	* themes/Makefile.am
	* themes/Default/.cvsignore
	* themes/Default/Makefile.am
	* themes/Default/images/.cvsignore
	* themes/Default/images/*.png
	* themes/Default/images/tools/.cvsignore
	* themes/Default/images/tools/*.png: new place for all images
	which are registered with the stock system. The default images are
	all inlined but we will install the default theme later along with
	an appropriate gtkrc as a template for custom themes.

	Added PNGs of all tools icons. Thanks to syngin :)

	* pixmaps/.cvsignore
	* pixmaps/Makefile.am: reverted everything to the old state. This
	directory will go away soon.

	* libgimpwidgets/gimpstock.[ch]: changed accordingly. Register
	stock icons in GTK_ICON_SIZE_BUTTON for all tools.

	* app/core/gimptoolinfo.[ch]
	* app/tools/tool_manager.[ch]: GimpToolInfo wants a stock_id and a
	pre-rendered GdkPixbuf instead of ugly icon_data now. Added some
	workarounds until GimpPreview is a GtkImage and uses GdkPixbuf
	instead of TempBuf.

	* app/tools/Makefile.am
	* app/tools/icons.h: die, uglyness, die.

	* app/tools/[all tools].c: register with a stock_id, not a
	icon_data pointer.

	* app/gui/dialogs-constructors.c: Oops, GIMP badly crashed on
	changing the image for the past few days :)

	* app/gui/menus.c: create the tools' menu entries with stock
	icons.

	* app/gui/toolbox.c: use GtkImages instead of GimpPreviews for
	the toolbox buttons. Will need to change this back as soon
	as GimpPreview actually _is_ a GtkImage.
2001-08-05 16:07:02 +00:00
..
.cvsignore libgimpwidgets/.cvsignore libgimpwidgets/Makefile.am 2001-01-24 19:40:15 +00:00
gimpbutton.c removed g_signal_handlers_disconnect_by_data again. As Owen pointed out, 2001-07-31 11:33:13 +00:00
gimpbutton.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpchainbutton.c removed g_signal_handlers_disconnect_by_data again. As Owen pointed out, 2001-07-31 11:33:13 +00:00
gimpchainbutton.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcolorarea.c removed g_signal_handlers_disconnect_by_data again. As Owen pointed out, 2001-07-31 11:33:13 +00:00
gimpcolorarea.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcolorbutton.c removed g_signal_handlers_disconnect_by_data again. As Owen pointed out, 2001-07-31 11:33:13 +00:00
gimpcolorbutton.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcolorselect.c app/base/Makefile.am app/core/Makefile.am app/gui/Makefile.am added 2001-05-30 00:20:48 +00:00
gimpdialog.c g_strdup (g_get_temp_dir ()), may fix an unseen crash. 2001-07-31 23:28:56 +00:00
gimpdialog.h set the width of the scrollbar slider to the same value as our default 2001-07-30 17:17:36 +00:00
gimpfileentry.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpfileentry.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpfileselection.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpfileselection.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimphelpui.c g_strdup (g_get_temp_dir ()), may fix an unseen crash. 2001-07-31 23:28:56 +00:00
gimphelpui.h g_strdup (g_get_temp_dir ()), may fix an unseen crash. 2001-07-31 23:28:56 +00:00
gimpoffsetarea.c removed g_signal_handlers_disconnect_by_data again. As Owen pointed out, 2001-07-31 11:33:13 +00:00
gimpoffsetarea.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimppatheditor.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimppatheditor.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimppixmap.c EEK, broken pipe on last try. 2001-08-03 19:52:08 +00:00
gimppixmap.h EEK, broken pipe on last try. 2001-08-03 19:52:08 +00:00
gimpquerybox.c build pixmaps/ before libgimpwidgets/. 2001-08-04 14:10:58 +00:00
gimpquerybox.h set the width of the scrollbar slider to the same value as our default 2001-07-30 17:17:36 +00:00
gimpsizeentry.c EEK, broken pipe on last try. 2001-08-03 19:52:08 +00:00
gimpsizeentry.h EEK, broken pipe on last try. 2001-08-03 19:52:08 +00:00
gimpstock.c Makefile.am configure.in themes/.cvsignore themes/Makefile.am 2001-08-05 16:07:02 +00:00
gimpstock.h Makefile.am configure.in themes/.cvsignore themes/Makefile.am 2001-08-05 16:07:02 +00:00
gimpunitmenu.c EEK, broken pipe on last try. 2001-08-03 19:52:08 +00:00
gimpunitmenu.h EEK, broken pipe on last try. 2001-08-03 19:52:08 +00:00
gimpwidgets.c added GTK_DISABLE_COMPAT_H back to CPPFLAGS. 2001-08-01 00:35:59 +00:00
gimpwidgets.def updated 2001-07-22 22:18:01 +00:00
gimpwidgets.h build pixmaps/ before libgimpwidgets/. 2001-08-04 14:10:58 +00:00
gimpwidgetstypes.h fixing a typo fixes ENABLE_MP. 2001-05-25 21:17:07 +00:00
libgimp-glue.c almost completely autogenerated all new makefiles (it simply was too much 2001-05-25 22:04:21 +00:00
Makefile.am build pixmaps/ before libgimpwidgets/. 2001-08-04 14:10:58 +00:00
makefile.mingw.in libgimpwidgets/.cvsignore libgimpwidgets/Makefile.am 2001-01-24 19:40:15 +00:00
makefile.msc updated for GTK2 build 2001-07-28 19:40:07 +00:00