libgimpwidgets/libgimpwidgets-sections.txt updated for path tool icon

2003-08-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpstock.sgml: updated for path tool icon
	change.
This commit is contained in:
Sven Neumann 2003-08-21 14:58:22 +00:00 committed by Sven Neumann
parent 541ac85d4a
commit cf845be8f5
10 changed files with 21 additions and 20 deletions

View File

@ -1,3 +1,12 @@
2003-08-21 Sven Neumann <sven@gimp.org>
* themes/Default/images/Makefile.am
* themes/Default/images/tools/stock-tool-bezier-select-[16|22].png
* themes/Default/images/tools/stock-tool-path-[16|22].png: renamed
the tool-bezier-select icons to tool-path.
* libgimpwidgets/gimpstock.[ch]: dropped GIMP_STOCK_TOOL_BEZIER_SELECT.
2003-08-21 Jay Cox <jaycox@gimp.org> 2003-08-21 Jay Cox <jaycox@gimp.org>
* app/paint/gimppaintcore.c: paint_core_interpolate now takes care * app/paint/gimppaintcore.c: paint_core_interpolate now takes care

View File

@ -1,3 +1,9 @@
2003-08-21 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/tmpl/gimpstock.sgml: updated for path tool icon
change.
2003-08-19 Sven Neumann <sven@gimp.org> 2003-08-19 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets-sections.txt

View File

@ -364,7 +364,6 @@ GIMP_STOCK_DEFAULT_COLORS
GIMP_STOCK_SWAP_COLORS GIMP_STOCK_SWAP_COLORS
GIMP_STOCK_UNDO_HISTORY GIMP_STOCK_UNDO_HISTORY
GIMP_STOCK_TOOL_AIRBRUSH GIMP_STOCK_TOOL_AIRBRUSH
GIMP_STOCK_TOOL_BEZIER_SELECT
GIMP_STOCK_TOOL_BLEND GIMP_STOCK_TOOL_BLEND
GIMP_STOCK_TOOL_BLUR GIMP_STOCK_TOOL_BLUR
GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST

View File

@ -742,14 +742,6 @@ size).
<!-- ##### MACRO GIMP_STOCK_TOOL_BEZIER_SELECT ##### -->
<para>
<inlinegraphic fileref="stock-tool-bezier-select-22.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-tool-bezier-select-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_TOOL_BLEND ##### --> <!-- ##### MACRO GIMP_STOCK_TOOL_BLEND ##### -->
<para> <para>
<inlinegraphic fileref="stock-tool-blend-22.png" format="png"></inlinegraphic> <inlinegraphic fileref="stock-tool-blend-22.png" format="png"></inlinegraphic>
@ -952,6 +944,7 @@ size).
<!-- ##### MACRO GIMP_STOCK_TOOL_PATH ##### --> <!-- ##### MACRO GIMP_STOCK_TOOL_PATH ##### -->
<para> <para>
<inlinegraphic fileref="stock-tool-path-22.png" format="png"></inlinegraphic> <inlinegraphic fileref="stock-tool-path-22.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-tool-path-16.png" format="png"></inlinegraphic>
</para> </para>

View File

@ -223,7 +223,6 @@ static GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_WILBER_EEK, NULL, 0, 0, LIBGIMP_DOMAIN }, { GIMP_STOCK_WILBER_EEK, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_AIRBRUSH, NULL, 0, 0, LIBGIMP_DOMAIN }, { GIMP_STOCK_TOOL_AIRBRUSH, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_BEZIER_SELECT, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_BLEND, NULL, 0, 0, LIBGIMP_DOMAIN }, { GIMP_STOCK_TOOL_BLEND, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_BLUR, NULL, 0, 0, LIBGIMP_DOMAIN }, { GIMP_STOCK_TOOL_BLUR, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, NULL, 0, 0, LIBGIMP_DOMAIN }, { GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, NULL, 0, 0, LIBGIMP_DOMAIN },
@ -339,7 +338,6 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_VISIBLE, stock_eye_20 }, { GIMP_STOCK_VISIBLE, stock_eye_20 },
{ GIMP_STOCK_TOOL_AIRBRUSH, stock_tool_airbrush_22 }, { GIMP_STOCK_TOOL_AIRBRUSH, stock_tool_airbrush_22 },
{ GIMP_STOCK_TOOL_BEZIER_SELECT, stock_tool_bezier_select_22 },
{ GIMP_STOCK_TOOL_BLEND, stock_tool_blend_22 }, { GIMP_STOCK_TOOL_BLEND, stock_tool_blend_22 },
{ GIMP_STOCK_TOOL_BLUR, stock_tool_blur_22 }, { GIMP_STOCK_TOOL_BLUR, stock_tool_blur_22 },
{ GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, stock_tool_brightness_contrast_22 }, { GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, stock_tool_brightness_contrast_22 },
@ -365,6 +363,7 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_TOOL_MEASURE, stock_tool_measure_22 }, { GIMP_STOCK_TOOL_MEASURE, stock_tool_measure_22 },
{ GIMP_STOCK_TOOL_MOVE, stock_tool_move_22 }, { GIMP_STOCK_TOOL_MOVE, stock_tool_move_22 },
{ GIMP_STOCK_TOOL_PAINTBRUSH, stock_tool_paintbrush_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_PENCIL, stock_tool_pencil_22 },
{ GIMP_STOCK_TOOL_PERSPECTIVE, stock_tool_perspective_22 }, { GIMP_STOCK_TOOL_PERSPECTIVE, stock_tool_perspective_22 },
{ GIMP_STOCK_TOOL_POSTERIZE, stock_tool_posterize_22 }, { GIMP_STOCK_TOOL_POSTERIZE, stock_tool_posterize_22 },
@ -377,8 +376,6 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_TOOL_THRESHOLD, stock_tool_threshold_22 }, { GIMP_STOCK_TOOL_THRESHOLD, stock_tool_threshold_22 },
{ GIMP_STOCK_TOOL_ZOOM, stock_tool_zoom_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_INFO, stock_info_24 },
{ GIMP_STOCK_WARNING, stock_warning_24 }, { GIMP_STOCK_WARNING, stock_warning_24 },
{ GIMP_TOILET_PAPER, stock_toilet_paper_24 }, { GIMP_TOILET_PAPER, stock_toilet_paper_24 },
@ -464,7 +461,6 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE, stock_gradient_spiral_anticlockwise_16 }, { GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE, stock_gradient_spiral_anticlockwise_16 },
{ GIMP_STOCK_TOOL_AIRBRUSH, stock_tool_airbrush_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_BLEND, stock_tool_blend_16 },
{ GIMP_STOCK_TOOL_BLUR, stock_tool_blur_16 }, { GIMP_STOCK_TOOL_BLUR, stock_tool_blur_16 },
{ GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, stock_tool_brightness_contrast_16 }, { GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, stock_tool_brightness_contrast_16 },
@ -490,6 +486,7 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_TOOL_MEASURE, stock_tool_measure_16 }, { GIMP_STOCK_TOOL_MEASURE, stock_tool_measure_16 },
{ GIMP_STOCK_TOOL_MOVE, stock_tool_move_16 }, { GIMP_STOCK_TOOL_MOVE, stock_tool_move_16 },
{ GIMP_STOCK_TOOL_PAINTBRUSH, stock_tool_paintbrush_16 }, { GIMP_STOCK_TOOL_PAINTBRUSH, stock_tool_paintbrush_16 },
{ GIMP_STOCK_TOOL_PATH, stock_tool_path_16 },
{ GIMP_STOCK_TOOL_PENCIL, stock_tool_pencil_16 }, { GIMP_STOCK_TOOL_PENCIL, stock_tool_pencil_16 },
{ GIMP_STOCK_TOOL_PERSPECTIVE, stock_tool_perspective_16 }, { GIMP_STOCK_TOOL_PERSPECTIVE, stock_tool_perspective_16 },
{ GIMP_STOCK_TOOL_POSTERIZE, stock_tool_posterize_16 }, { GIMP_STOCK_TOOL_POSTERIZE, stock_tool_posterize_16 },

View File

@ -93,7 +93,6 @@ G_BEGIN_DECLS
#define GIMP_STOCK_TEXT_DIR_RTL "gimp-text-dir-rtl" #define GIMP_STOCK_TEXT_DIR_RTL "gimp-text-dir-rtl"
#define GIMP_STOCK_TOOL_AIRBRUSH "gimp-tool-airbrush" #define GIMP_STOCK_TOOL_AIRBRUSH "gimp-tool-airbrush"
#define GIMP_STOCK_TOOL_BEZIER_SELECT "gimp-tool-bezier-select"
#define GIMP_STOCK_TOOL_BLEND "gimp-tool-blend" #define GIMP_STOCK_TOOL_BLEND "gimp-tool-blend"
#define GIMP_STOCK_TOOL_BLUR "gimp-tool-blur" #define GIMP_STOCK_TOOL_BLUR "gimp-tool-blur"
#define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast" #define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"

View File

@ -186,8 +186,6 @@ STOCK_DIALOG_IMAGES = \
STOCK_TOOL_IMAGES = \ STOCK_TOOL_IMAGES = \
tools/stock-tool-airbrush-16.png \ tools/stock-tool-airbrush-16.png \
tools/stock-tool-airbrush-22.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-16.png \
tools/stock-tool-blend-22.png \ tools/stock-tool-blend-22.png \
tools/stock-tool-blur-16.png \ tools/stock-tool-blur-16.png \
@ -238,6 +236,8 @@ STOCK_TOOL_IMAGES = \
tools/stock-tool-move-22.png \ tools/stock-tool-move-22.png \
tools/stock-tool-paintbrush-16.png \ tools/stock-tool-paintbrush-16.png \
tools/stock-tool-paintbrush-22.png \ tools/stock-tool-paintbrush-22.png \
tools/stock-tool-path-16.png \
tools/stock-tool-path-22.png \
tools/stock-tool-pencil-16.png \ tools/stock-tool-pencil-16.png \
tools/stock-tool-pencil-22.png \ tools/stock-tool-pencil-22.png \
tools/stock-tool-perspective-16.png \ tools/stock-tool-perspective-16.png \
@ -259,9 +259,7 @@ STOCK_TOOL_IMAGES = \
tools/stock-tool-threshold-16.png \ tools/stock-tool-threshold-16.png \
tools/stock-tool-threshold-22.png \ tools/stock-tool-threshold-22.png \
tools/stock-tool-zoom-16.png \ tools/stock-tool-zoom-16.png \
tools/stock-tool-zoom-22.png \ tools/stock-tool-zoom-22.png
\
tools/stock-tool-path-22.png
STOCK_IMAGES = \ STOCK_IMAGES = \
$(STOCK_MENU_IMAGES) \ $(STOCK_MENU_IMAGES) \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 B

View File

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 820 B