themes/Default/images/Makefile.am new icons by Jimmac.

2003-03-24  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-image-[16|24].png: new icons by Jimmac.

	* themes/Default/images/stock-images-16.png: changed by Jimmac to
	make it look different than the new image icon.

	* themes/Default/images/stock-channel-red-[16|24].png
	* themes/Default/images/stock-channel-green-[16|24].png
	* themes/Default/images/stock-channel-blue-[16|24].png
	* themes/Default/images/stock-channel-gray-[16|24].png
	* themes/Default/images/stock-channel-alpha-[16|24].png: new icons
	derived from the generic channel icon.

	* themes/Default/images/stock-channel-[16|24].png: changed the
	color so they look different than the new green channel icon.

	* libgimpwidgets/gimpstock.[ch]: register the new icons.
This commit is contained in:
Sven Neumann 2003-03-24 13:00:53 +00:00 committed by Sven Neumann
parent d2a1fcd7fb
commit 51991ecc3a
22 changed files with 115 additions and 0 deletions

View File

@ -1,3 +1,23 @@
2003-03-24 Sven Neumann <sven@gimp.org>
* themes/Default/images/Makefile.am
* themes/Default/images/stock-image-[16|24].png: new icons by Jimmac.
* themes/Default/images/stock-images-16.png: changed by Jimmac to
make it look different than the new image icon.
* themes/Default/images/stock-channel-red-[16|24].png
* themes/Default/images/stock-channel-green-[16|24].png
* themes/Default/images/stock-channel-blue-[16|24].png
* themes/Default/images/stock-channel-gray-[16|24].png
* themes/Default/images/stock-channel-alpha-[16|24].png: new icons
derived from the generic channel icon.
* themes/Default/images/stock-channel-[16|24].png: changed the
color so they look different than the new green channel icon.
* libgimpwidgets/gimpstock.[ch]: register the new icons.
2003-03-24 Michael Natterer <mitch@gimp.org>
* app/core/Makefile.am

View File

@ -1,3 +1,8 @@
2003-03-24 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/tmpl/gimpstock.sgml: more new stock icons.
2003-03-22 Sven Neumann <sven@gimp.org>
* libgimpwidgets/tmpl/gimpstock.sgml: added new icons. Show icons

View File

@ -313,8 +313,14 @@ GIMP_STOCK_LETTER_SPACING
GIMP_STOCK_LINE_SPACING
GIMP_STOCK_TOOL_OPTIONS
GIMP_STOCK_DEVICE_STATUS
GIMP_STOCK_IMAGE
GIMP_STOCK_LAYER
GIMP_STOCK_CHANNEL
GIMP_STOCK_CHANNEL_RED
GIMP_STOCK_CHANNEL_GREEN
GIMP_STOCK_CHANNEL_BLUE
GIMP_STOCK_CHANNEL_GRAY
GIMP_STOCK_CHANNEL_ALPHA
GIMP_STOCK_IMAGES
GIMP_STOCK_LAYERS
GIMP_STOCK_CHANNELS

View File

@ -348,6 +348,14 @@ size).
<!-- ##### MACRO GIMP_STOCK_IMAGE ##### -->
<para>
<inlinegraphic fileref="stock-image-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-image-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_LAYER ##### -->
<para>
<inlinegraphic fileref="stock-layer-24.png" format="png"></inlinegraphic>
@ -364,6 +372,46 @@ size).
<!-- ##### MACRO GIMP_STOCK_CHANNEL_RED ##### -->
<para>
<inlinegraphic fileref="stock-channel-red-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-channel-red-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_CHANNEL_GREEN ##### -->
<para>
<inlinegraphic fileref="stock-channel-green-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-channel-green-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_CHANNEL_BLUE ##### -->
<para>
<inlinegraphic fileref="stock-channel-blue-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-channel-blue-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_CHANNEL_GRAY ##### -->
<para>
<inlinegraphic fileref="stock-channel-gray-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-channel-gray-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_CHANNEL_ALPHA ##### -->
<para>
<inlinegraphic fileref="stock-channel-alpha-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-channel-alpha-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_IMAGES ##### -->
<para>
<inlinegraphic fileref="stock-images-24.png" format="png"></inlinegraphic>

View File

@ -163,8 +163,14 @@ static GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_CHANNELS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_PATHS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_IMAGE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_LAYER, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_CHANNEL, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_CHANNEL_RED, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_CHANNEL_GREEN, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_CHANNEL_BLUE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_CHANNEL_GRAY, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_CHANNEL_ALPHA, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_SELECTION_ALL, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_SELECTION_NONE, NULL, 0, 0, LIBGIMP_DOMAIN },
@ -276,8 +282,14 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_CHANNELS, stock_channels_24 },
{ GIMP_STOCK_PATHS, stock_paths_22 },
{ GIMP_STOCK_IMAGE, stock_image_24 },
{ GIMP_STOCK_LAYER, stock_layer_24 },
{ GIMP_STOCK_CHANNEL, stock_channel_24 },
{ GIMP_STOCK_CHANNEL_RED, stock_channel_red_24 },
{ GIMP_STOCK_CHANNEL_GREEN, stock_channel_green_24 },
{ GIMP_STOCK_CHANNEL_BLUE, stock_channel_blue_24 },
{ GIMP_STOCK_CHANNEL_GRAY, stock_channel_gray_24 },
{ GIMP_STOCK_CHANNEL_ALPHA, stock_channel_alpha_24 },
{ GIMP_STOCK_LINKED, stock_linked_20 },
{ GIMP_STOCK_VISIBLE, stock_eye_20 },
@ -353,8 +365,14 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_CHANNELS, stock_channels_16 },
{ GIMP_STOCK_PATHS, stock_paths_16 },
{ GIMP_STOCK_IMAGE, stock_image_16 },
{ GIMP_STOCK_LAYER, stock_layer_16 },
{ GIMP_STOCK_CHANNEL, stock_channel_16 },
{ GIMP_STOCK_CHANNEL_RED, stock_channel_red_16 },
{ GIMP_STOCK_CHANNEL_GREEN, stock_channel_green_16 },
{ GIMP_STOCK_CHANNEL_BLUE, stock_channel_blue_16 },
{ GIMP_STOCK_CHANNEL_GRAY, stock_channel_gray_16 },
{ GIMP_STOCK_CHANNEL_ALPHA, stock_channel_alpha_16 },
{ GIMP_STOCK_LINKED, stock_linked_12 },
{ GIMP_STOCK_VISIBLE, stock_eye_12 },

View File

@ -130,8 +130,14 @@ G_BEGIN_DECLS
#define GIMP_STOCK_RESIZE "gimp-resize"
#define GIMP_STOCK_SCALE "gimp-scale"
#define GIMP_STOCK_IMAGE "gimp-image"
#define GIMP_STOCK_LAYER "gimp-layer"
#define GIMP_STOCK_CHANNEL "gimp-channel"
#define GIMP_STOCK_CHANNEL_RED "gimp-channel-red"
#define GIMP_STOCK_CHANNEL_GREEN "gimp-channel-green"
#define GIMP_STOCK_CHANNEL_BLUE "gimp-channel-blue"
#define GIMP_STOCK_CHANNEL_GRAY "gimp-channel-gray"
#define GIMP_STOCK_CHANNEL_ALPHA "gimp-channel-alpha"
#define GIMP_STOCK_IMAGES "gimp-images"
#define GIMP_STOCK_LAYERS "gimp-layers"

View File

@ -24,6 +24,11 @@ WILBER_VARIABLES = \
STOCK_MENU_IMAGES = \
stock-channel-16.png \
stock-channel-alpha-16.png \
stock-channel-blue-16.png \
stock-channel-gray-16.png \
stock-channel-green-16.png \
stock-channel-red-16.png \
stock-channels-16.png \
stock-convert-grayscale-16.png \
stock-convert-indexed-16.png \
@ -31,6 +36,7 @@ STOCK_MENU_IMAGES = \
stock-default-colors-12.png \
stock-device-status-16.png \
stock-eye-12.png \
stock-image-16.png \
stock-images-16.png \
stock-info-16.png \
stock-invert-16.png \
@ -61,6 +67,11 @@ STOCK_MENU_IMAGES = \
STOCK_BUTTON_IMAGES = \
stock-anchor-16.png \
stock-channel-24.png \
stock-channel-alpha-24.png \
stock-channel-blue-24.png \
stock-channel-gray-24.png \
stock-channel-green-24.png \
stock-channel-red-24.png \
stock-channels-24.png \
stock-char-picker-22.png \
stock-color-picker-black-18.png \
@ -82,6 +93,7 @@ STOCK_BUTTON_IMAGES = \
stock-gravity-west-24.png \
stock-hchain-24.png \
stock-hchain-broken-24.png \
stock-image-24.png \
stock-images-24.png \
stock-info-24.png \
stock-layer-24.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 553 B