new small tool icons from Jimmac.

2003-03-26  Michael Natterer  <mitch@gimp.org>

	* themes/Default/images/tools/stock-tool-*-16.png: new small tool
	icons from Jimmac.

	* themes/Default/images/Makefile.am
	* libgimpwidgets/gimpstock.c: added them to the stock system.
This commit is contained in:
Michael Natterer 2003-03-26 22:26:07 +00:00 committed by Michael Natterer
parent 8f4c74e62a
commit d105530836
40 changed files with 130 additions and 45 deletions

View File

@ -1,3 +1,11 @@
2003-03-26 Michael Natterer <mitch@gimp.org>
* themes/Default/images/tools/stock-tool-*-16.png: new small tool
icons from Jimmac.
* themes/Default/images/Makefile.am
* libgimpwidgets/gimpstock.c: added them to the stock system.
2003-03-26 Sven Neumann <sven@gimp.org>
* app/text/gimpfont.c (gimp_font_get_popup_size): added an upper
@ -29,7 +37,7 @@
* app/widgets/gimpcontainereditor.c
* app/widgets/gimpcontainergridview.c
* app/widgets/gimpcontainertreeview.c
* app/widgets/gimpitemtreeview.c: call when creating a view.
* app/widgets/gimpitemtreeview.c: call it when creating a view.
* app/widgets/gimpchanneltreeview.c: check view->component_editor
for being non-NULL before accessing it.

View File

@ -320,7 +320,6 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_TOOL_MEASURE, stock_tool_measure_22 },
{ GIMP_STOCK_TOOL_MOVE, stock_tool_move_22 },
{ GIMP_STOCK_TOOL_PAINTBRUSH, stock_tool_paintbrush_22 },
{ GIMP_STOCK_TOOL_PATH, stock_tool_path_22 },
{ GIMP_STOCK_TOOL_PENCIL, stock_tool_pencil_22 },
{ GIMP_STOCK_TOOL_PERSPECTIVE, stock_tool_perspective_22 },
{ GIMP_STOCK_TOOL_POSTERIZE, stock_tool_posterize_22 },
@ -333,6 +332,8 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_TOOL_THRESHOLD, stock_tool_threshold_22 },
{ GIMP_STOCK_TOOL_ZOOM, stock_tool_zoom_22 },
{ GIMP_STOCK_TOOL_PATH, stock_tool_path_22 },
{ GIMP_STOCK_INFO, stock_info_24 },
{ GIMP_STOCK_WARNING, stock_warning_24 }
};
@ -344,54 +345,92 @@ static struct
}
gimp_stock_menu_pixbufs[] =
{
{ GIMP_STOCK_CONVERT_RGB, stock_convert_rgb_16 },
{ GIMP_STOCK_CONVERT_GRAYSCALE, stock_convert_grayscale_16 },
{ GIMP_STOCK_CONVERT_INDEXED, stock_convert_indexed_16 },
{ GIMP_STOCK_INVERT, stock_invert_16 },
{ GIMP_STOCK_MERGE_DOWN, stock_merge_down_16 },
{ GIMP_STOCK_LAYER_TO_IMAGESIZE, stock_layer_to_imagesize_16 },
{ GIMP_STOCK_PLUGIN, stock_plugin_16 },
{ GIMP_STOCK_RESHOW_FILTER, stock_reshow_filter_16 },
{ GIMP_STOCK_ROTATE_90, stock_rotate_90_16 },
{ GIMP_STOCK_ROTATE_180, stock_rotate_180_16 },
{ GIMP_STOCK_ROTATE_270, stock_rotate_270_16 },
{ GIMP_STOCK_RESIZE, stock_resize_16 },
{ GIMP_STOCK_SCALE, stock_scale_16 },
{ GIMP_STOCK_CONVERT_RGB, stock_convert_rgb_16 },
{ GIMP_STOCK_CONVERT_GRAYSCALE, stock_convert_grayscale_16 },
{ GIMP_STOCK_CONVERT_INDEXED, stock_convert_indexed_16 },
{ GIMP_STOCK_INVERT, stock_invert_16 },
{ GIMP_STOCK_MERGE_DOWN, stock_merge_down_16 },
{ GIMP_STOCK_LAYER_TO_IMAGESIZE, stock_layer_to_imagesize_16 },
{ GIMP_STOCK_PLUGIN, stock_plugin_16 },
{ GIMP_STOCK_RESHOW_FILTER, stock_reshow_filter_16 },
{ GIMP_STOCK_ROTATE_90, stock_rotate_90_16 },
{ GIMP_STOCK_ROTATE_180, stock_rotate_180_16 },
{ GIMP_STOCK_ROTATE_270, stock_rotate_270_16 },
{ GIMP_STOCK_RESIZE, stock_resize_16 },
{ GIMP_STOCK_SCALE, stock_scale_16 },
{ GIMP_STOCK_TOOL_OPTIONS, stock_tool_options_16 },
{ GIMP_STOCK_DEVICE_STATUS, stock_device_status_16 },
{ GIMP_STOCK_IMAGES, stock_images_16 },
{ GIMP_STOCK_LAYERS, stock_layers_16 },
{ GIMP_STOCK_CHANNELS, stock_channels_16 },
{ GIMP_STOCK_PATHS, stock_paths_16 },
{ GIMP_STOCK_TOOL_OPTIONS, stock_tool_options_16 },
{ GIMP_STOCK_DEVICE_STATUS, stock_device_status_16 },
{ GIMP_STOCK_IMAGES, stock_images_16 },
{ GIMP_STOCK_LAYERS, stock_layers_16 },
{ 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_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 },
{ GIMP_STOCK_LINKED, stock_linked_12 },
{ GIMP_STOCK_VISIBLE, stock_eye_12 },
{ GIMP_STOCK_SELECTION_ALL, stock_selection_all_16 },
{ GIMP_STOCK_SELECTION_NONE, stock_selection_none_16 },
{ GIMP_STOCK_SELECTION_GROW, stock_selection_grow_16 },
{ GIMP_STOCK_SELECTION_SHRINK, stock_selection_shrink_16 },
{ GIMP_STOCK_SELECTION_ALL, stock_selection_all_16 },
{ GIMP_STOCK_SELECTION_NONE, stock_selection_none_16 },
{ GIMP_STOCK_SELECTION_GROW, stock_selection_grow_16 },
{ GIMP_STOCK_SELECTION_SHRINK, stock_selection_shrink_16 },
{ GIMP_STOCK_NAVIGATION, stock_navigation_16 },
{ GIMP_STOCK_QMASK_OFF, stock_qmask_off_16 },
{ GIMP_STOCK_QMASK_ON, stock_qmask_on_16 },
{ GIMP_STOCK_NAVIGATION, stock_navigation_16 },
{ GIMP_STOCK_QMASK_OFF, stock_qmask_off_16 },
{ GIMP_STOCK_QMASK_ON, stock_qmask_on_16 },
{ GIMP_STOCK_DEFAULT_COLORS, stock_default_colors_12 },
{ GIMP_STOCK_SWAP_COLORS, stock_swap_colors_12 },
{ GIMP_STOCK_DEFAULT_COLORS, stock_default_colors_12 },
{ GIMP_STOCK_SWAP_COLORS, stock_swap_colors_12 },
{ GIMP_STOCK_INFO, stock_info_16 },
{ GIMP_STOCK_WARNING, stock_warning_16 },
{ GIMP_STOCK_WILBER, stock_wilber_16 }
{ GIMP_STOCK_TOOL_AIRBRUSH, stock_tool_airbrush_16 },
{ GIMP_STOCK_TOOL_BEZIER_SELECT, stock_tool_bezier_select_16 },
{ GIMP_STOCK_TOOL_BLEND, stock_tool_blend_16 },
{ GIMP_STOCK_TOOL_BLUR, stock_tool_blur_16 },
{ GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, stock_tool_brightness_contrast_16 },
{ GIMP_STOCK_TOOL_BUCKET_FILL, stock_tool_bucket_fill_16 },
{ GIMP_STOCK_TOOL_BY_COLOR_SELECT, stock_tool_by_color_select_16 },
{ GIMP_STOCK_TOOL_CLONE, stock_tool_clone_16 },
{ GIMP_STOCK_TOOL_COLOR_BALANCE, stock_tool_color_balance_16 },
{ GIMP_STOCK_TOOL_COLOR_PICKER, stock_tool_color_picker_16 },
{ GIMP_STOCK_TOOL_CROP, stock_tool_crop_16 },
{ GIMP_STOCK_TOOL_CURVES, stock_tool_curves_16 },
{ GIMP_STOCK_TOOL_DODGE, stock_tool_dodge_16 },
{ GIMP_STOCK_TOOL_ELLIPSE_SELECT, stock_tool_ellipse_select_16 },
{ GIMP_STOCK_TOOL_ERASER, stock_tool_eraser_16 },
{ GIMP_STOCK_TOOL_FLIP, stock_tool_flip_16 },
{ GIMP_STOCK_TOOL_FREE_SELECT, stock_tool_free_select_16 },
{ GIMP_STOCK_TOOL_FUZZY_SELECT, stock_tool_fuzzy_select_16 },
{ GIMP_STOCK_TOOL_HISTOGRAM, stock_tool_histogram_16 },
{ GIMP_STOCK_TOOL_HUE_SATURATION, stock_tool_hue_saturation_16 },
{ GIMP_STOCK_TOOL_INK, stock_tool_ink_16 },
{ GIMP_STOCK_TOOL_ISCISSORS, stock_tool_iscissors_16 },
{ GIMP_STOCK_TOOL_LEVELS, stock_tool_levels_16 },
{ GIMP_STOCK_TOOL_MEASURE, stock_tool_measure_16 },
{ GIMP_STOCK_TOOL_MOVE, stock_tool_move_16 },
{ GIMP_STOCK_TOOL_PAINTBRUSH, stock_tool_paintbrush_16 },
{ GIMP_STOCK_TOOL_PENCIL, stock_tool_pencil_16 },
{ GIMP_STOCK_TOOL_PERSPECTIVE, stock_tool_perspective_16 },
{ GIMP_STOCK_TOOL_POSTERIZE, stock_tool_posterize_16 },
{ GIMP_STOCK_TOOL_RECT_SELECT, stock_tool_rect_select_16 },
{ GIMP_STOCK_TOOL_ROTATE, stock_tool_rotate_16 },
{ GIMP_STOCK_TOOL_SCALE, stock_tool_scale_16 },
{ GIMP_STOCK_TOOL_SHEAR, stock_tool_shear_16 },
{ GIMP_STOCK_TOOL_SMUDGE, stock_tool_smudge_16 },
{ GIMP_STOCK_TOOL_TEXT, stock_tool_text_16 },
{ GIMP_STOCK_TOOL_THRESHOLD, stock_tool_threshold_16 },
{ GIMP_STOCK_TOOL_ZOOM, stock_tool_zoom_16 },
{ GIMP_STOCK_INFO, stock_info_16 },
{ GIMP_STOCK_WARNING, stock_warning_16 },
{ GIMP_STOCK_WILBER, stock_wilber_16 }
};
static struct

View File

@ -127,44 +127,82 @@ STOCK_DIALOG_IMAGES = \
stock-wilber-eek-64.png
STOCK_TOOL_IMAGES = \
tools/stock-tool-airbrush-16.png \
tools/stock-tool-airbrush-22.png \
tools/stock-tool-bezier-select-16.png \
tools/stock-tool-bezier-select-22.png \
tools/stock-tool-blend-16.png \
tools/stock-tool-blend-22.png \
tools/stock-tool-blur-16.png \
tools/stock-tool-blur-22.png \
tools/stock-tool-brightness-contrast-16.png \
tools/stock-tool-brightness-contrast-22.png \
tools/stock-tool-bucket-fill-16.png \
tools/stock-tool-bucket-fill-22.png \
tools/stock-tool-by-color-select-16.png \
tools/stock-tool-by-color-select-22.png \
tools/stock-tool-clone-16.png \
tools/stock-tool-clone-22.png \
tools/stock-tool-color-balance-16.png \
tools/stock-tool-color-balance-22.png \
tools/stock-tool-color-picker-16.png \
tools/stock-tool-color-picker-22.png \
tools/stock-tool-crop-16.png \
tools/stock-tool-crop-22.png \
tools/stock-tool-curves-16.png \
tools/stock-tool-curves-22.png \
tools/stock-tool-dodge-16.png \
tools/stock-tool-dodge-22.png \
tools/stock-tool-ellipse-select-16.png \
tools/stock-tool-ellipse-select-22.png \
tools/stock-tool-eraser-16.png \
tools/stock-tool-eraser-22.png \
tools/stock-tool-flip-16.png \
tools/stock-tool-flip-22.png \
tools/stock-tool-free-select-16.png \
tools/stock-tool-free-select-22.png \
tools/stock-tool-fuzzy-select-16.png \
tools/stock-tool-fuzzy-select-22.png \
tools/stock-tool-histogram-16.png \
tools/stock-tool-histogram-22.png \
tools/stock-tool-hue-saturation-16.png \
tools/stock-tool-hue-saturation-22.png \
tools/stock-tool-ink-16.png \
tools/stock-tool-ink-22.png \
tools/stock-tool-iscissors-16.png \
tools/stock-tool-iscissors-22.png \
tools/stock-tool-levels-16.png \
tools/stock-tool-levels-22.png \
tools/stock-tool-measure-16.png \
tools/stock-tool-measure-22.png \
tools/stock-tool-move-16.png \
tools/stock-tool-move-22.png \
tools/stock-tool-paintbrush-16.png \
tools/stock-tool-paintbrush-22.png \
tools/stock-tool-path-22.png \
tools/stock-tool-pencil-16.png \
tools/stock-tool-pencil-22.png \
tools/stock-tool-perspective-16.png \
tools/stock-tool-perspective-22.png \
tools/stock-tool-posterize-16.png \
tools/stock-tool-posterize-22.png \
tools/stock-tool-rect-select-16.png \
tools/stock-tool-rect-select-22.png \
tools/stock-tool-rotate-16.png \
tools/stock-tool-rotate-22.png \
tools/stock-tool-scale-16.png \
tools/stock-tool-scale-22.png \
tools/stock-tool-shear-16.png \
tools/stock-tool-shear-22.png \
tools/stock-tool-smudge-16.png \
tools/stock-tool-smudge-22.png \
tools/stock-tool-text-16.png \
tools/stock-tool-text-22.png \
tools/stock-tool-threshold-16.png \
tools/stock-tool-threshold-22.png \
tools/stock-tool-zoom-22.png
tools/stock-tool-zoom-16.png \
tools/stock-tool-zoom-22.png \
\
tools/stock-tool-path-22.png
STOCK_IMAGES = \
$(STOCK_MENU_IMAGES) \

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B