mirror of https://github.com/GNOME/gimp.git
libgimpwidgets/gimpstock.[ch] themes/Default/images/Makefile.am added new
2003-11-11 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpstock.[ch] * themes/Default/images/Makefile.am * themes/Default/images/stock-move-to-screen-[16|24].png: added new icon drawn by Jimmac. * app/gui/dialogs-menu.c * app/gui/image-menu.c: use the new icon.
This commit is contained in:
parent
d456168ad9
commit
73570b0d35
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2003-11-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpstock.[ch]
|
||||
* themes/Default/images/Makefile.am
|
||||
* themes/Default/images/stock-move-to-screen-[16|24].png: added
|
||||
new icon drawn by Jimmac.
|
||||
|
||||
* app/gui/dialogs-menu.c
|
||||
* app/gui/image-menu.c: use the new icon.
|
||||
|
||||
2003-11-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/gimpcanvas.[ch]: added gimp_canvas_set_clip_region().
|
||||
|
|
|
@ -182,7 +182,8 @@ GimpItemFactoryEntry dialogs_menu_entries[] =
|
|||
NULL,
|
||||
GIMP_HELP_DOCK_AUTO_BUTTON, NULL },
|
||||
{ { N_("/Move to Screen..."), NULL,
|
||||
dialogs_change_screen_cmd_callback, 0, NULL },
|
||||
dialogs_change_screen_cmd_callback, 0,
|
||||
"<StockItem>", GIMP_STOCK_MOVE_TO_SCREEN },
|
||||
NULL,
|
||||
GIMP_HELP_DOCK_CHANGE_SCREEN, NULL }
|
||||
};
|
||||
|
|
|
@ -483,7 +483,8 @@ GimpItemFactoryEntry image_menu_entries[] =
|
|||
GIMP_HELP_VIEW_FULLSCREEN, NULL },
|
||||
|
||||
{ { N_("/View/Move to Screen..."), NULL,
|
||||
view_change_screen_cmd_callback, 0, NULL },
|
||||
view_change_screen_cmd_callback, 0,
|
||||
"<StockItem>", GIMP_STOCK_MOVE_TO_SCREEN },
|
||||
NULL,
|
||||
GIMP_HELP_VIEW_CHANGE_SCREEN, NULL },
|
||||
|
||||
|
|
|
@ -483,7 +483,8 @@ GimpItemFactoryEntry image_menu_entries[] =
|
|||
GIMP_HELP_VIEW_FULLSCREEN, NULL },
|
||||
|
||||
{ { N_("/View/Move to Screen..."), NULL,
|
||||
view_change_screen_cmd_callback, 0, NULL },
|
||||
view_change_screen_cmd_callback, 0,
|
||||
"<StockItem>", GIMP_STOCK_MOVE_TO_SCREEN },
|
||||
NULL,
|
||||
GIMP_HELP_VIEW_CHANGE_SCREEN, NULL },
|
||||
|
||||
|
|
|
@ -366,6 +366,8 @@ gimp_stock_button_pixbufs[] =
|
|||
{ GIMP_STOCK_LINKED, stock_linked_20 },
|
||||
{ GIMP_STOCK_VISIBLE, stock_eye_20 },
|
||||
|
||||
{ GIMP_STOCK_MOVE_TO_SCREEN, stock_move_to_screen_24 },
|
||||
|
||||
{ GIMP_STOCK_TOOL_AIRBRUSH, stock_tool_airbrush_22 },
|
||||
{ GIMP_STOCK_TOOL_BLEND, stock_tool_blend_22 },
|
||||
{ GIMP_STOCK_TOOL_BLUR, stock_tool_blur_22 },
|
||||
|
@ -480,6 +482,7 @@ gimp_stock_menu_pixbufs[] =
|
|||
{ GIMP_STOCK_LANDSCAPE, stock_landscape_16 },
|
||||
|
||||
{ GIMP_STOCK_CLOSE, stock_close_12 },
|
||||
{ GIMP_STOCK_MOVE_TO_SCREEN, stock_move_to_screen_16 },
|
||||
{ GIMP_STOCK_DEFAULT_COLORS, stock_default_colors_12 },
|
||||
{ GIMP_STOCK_SWAP_COLORS, stock_swap_colors_12 },
|
||||
|
||||
|
|
|
@ -185,6 +185,7 @@ G_BEGIN_DECLS
|
|||
#define GIMP_STOCK_CLOSE "gimp-close"
|
||||
#define GIMP_STOCK_MENU_LEFT "gimp-menu-left"
|
||||
#define GIMP_STOCK_MENU_RIGHT "gimp-menu-right"
|
||||
#define GIMP_STOCK_MOVE_TO_SCREEN "gimp_move-to-screen"
|
||||
#define GIMP_STOCK_DEFAULT_COLORS "gimp-default-colors"
|
||||
#define GIMP_STOCK_SWAP_COLORS "gimp-swap-colors"
|
||||
|
||||
|
|
|
@ -74,6 +74,7 @@ STOCK_MENU_IMAGES = \
|
|||
stock-menu-left-12.png \
|
||||
stock-menu-right-12.png \
|
||||
stock-merge-down-16.png \
|
||||
stock-move-to-screen-16.png \
|
||||
stock-navigation-16.png \
|
||||
stock-path-16.png \
|
||||
stock-paths-16.png \
|
||||
|
@ -147,6 +148,7 @@ STOCK_BUTTON_IMAGES = \
|
|||
stock-line-spacing-22.png \
|
||||
stock-linked-12.png \
|
||||
stock-linked-20.png \
|
||||
stock-move-to-screen-24.png \
|
||||
stock-paste-as-new-16.png \
|
||||
stock-paste-into-16.png \
|
||||
stock-path-stroke-16.png \
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 726 B |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue