Register 16x16 versions of most icons.

2002-02-23  Anders Carlsson  <andersca@gnu.org>

	* gtk/gtkiconfactory.c (get_default_icons): Register 16x16
	versions of most icons.

	* gtk/stock-icons: Add 16x16 versions
	of most icons.
This commit is contained in:
Anders Carlsson
2002-02-23 21:59:43 +00:00
committed by Anders Carlsson
parent b2539ba480
commit 1eae84bced
100 changed files with 418 additions and 52 deletions

View File

@ -1,71 +1,115 @@
IMAGES = @STRIP_BEGIN@ \
stock_add_24.png \
stock_align_center_16.png \
stock_align_center_24.png \
stock_align_justify_16.png \
stock_align_justify_24.png \
stock_align_left_16.png \
stock_align_left_24.png \
stock_align_right_16.png \
stock_align_right_24.png \
stock_apply_20.png \
stock_bottom_16.png \
stock_bottom_24.png \
stock_broken_image_16.png \
stock_broken_image_24.png \
stock_cancel_20.png \
stock_cdrom_16.png \
stock_cdrom_24.png \
stock_clear_24.png \
stock_close_20.png \
stock_close_24.png \
stock_colorselector_24.png \
stock_convert_16.png \
stock_convert_24.png \
stock_copy_16.png \
stock_copy_24.png \
stock_cut_16.png \
stock_cut_24.png \
stock_dialog_error_48.png \
stock_dialog_info_48.png \
stock_dialog_question_48.png \
stock_dialog_warning_48.png \
stock_dnd_multiple_32.png \
stock_down_arrow_16.png \
stock_down_arrow_24.png \
stock_exec_16.png \
stock_exec_24.png \
stock_exit_16.png \
stock_exit_24.png \
stock_first_16.png \
stock_first_24.png \
stock_font_16.png \
stock_font_24.png \
stock_help_16.png \
stock_help_24.png \
stock_home_16.png \
stock_home_24.png \
stock_index_24.png \
stock_jump_to_16.png \
stock_jump_to_24.png \
stock_last_16.png \
stock_last_24.png \
stock_left_arrow_16.png \
stock_left_arrow_24.png \
stock_new_16.png \
stock_new_24.png \
stock_no_20.png \
stock_ok_20.png \
stock_open_16.png \
stock_open_24.png \
stock_paste_16.png \
stock_paste_24.png \
stock_preferences_16.png \
stock_preferences_24.png \
stock_print_16.png \
stock_print_24.png \
stock_print_preview_16.png \
stock_print_preview_24.png \
stock_properties_24.png \
stock_redo_16.png \
stock_redo_24.png \
stock_refresh_16.png \
stock_refresh_24.png \
stock_remove_24.png \
stock_revert_16.png \
stock_revert_24.png \
stock_right_arrow_16.png \
stock_right_arrow_24.png \
stock_save_16.png \
stock_save_24.png \
stock_save_as_16.png \
stock_save_as_24.png \
stock_search_16.png \
stock_search_24.png \
stock_search_replace_16.png \
stock_search_replace_24.png \
stock_sort_ascending_16.png \
stock_sort_ascending_24.png \
stock_sort_descending_16.png \
stock_sort_descending_24.png \
stock_spellcheck_16.png \
stock_spellcheck_24.png \
stock_stop_16.png \
stock_stop_24.png \
stock_text_bold_16.png \
stock_text_bold_24.png \
stock_text_italic_16.png \
stock_text_italic_24.png \
stock_text_strikeout_24.png \
stock_text_strikethrough_16.png \
stock_text_strikethrough_24.png \
stock_text_underline_16.png \
stock_text_underline_24.png \
stock_top_16.png \
stock_top_24.png \
stock_trash_16.png \
stock_trash_24.png \
stock_undelete_16.png \
stock_undelete_24.png \
stock_undo_16.png \
stock_undo_24.png \
stock_up_arrow_16.png \
stock_up_arrow_24.png \
stock_yes_20.png \
stock_zoom_1_24.png \
@ -76,72 +120,116 @@ IMAGES = @STRIP_BEGIN@ \
VARIABLES = @STRIP_BEGIN@ \
stock_add_24 $(srcdir)/stock_add_24.png \
stock_align_center_16 $(srcdir)/stock_align_center_16.png \
stock_align_center_24 $(srcdir)/stock_align_center_24.png \
stock_align_justify_16 $(srcdir)/stock_align_justify_16.png \
stock_align_justify_24 $(srcdir)/stock_align_justify_24.png \
stock_align_left_16 $(srcdir)/stock_align_left_16.png \
stock_align_left_24 $(srcdir)/stock_align_left_24.png \
stock_align_right_16 $(srcdir)/stock_align_right_16.png \
stock_align_right_24 $(srcdir)/stock_align_right_24.png \
stock_apply_20 $(srcdir)/stock_apply_20.png \
stock_cancel_20 $(srcdir)/stock_cancel_20.png \
stock_dnd_multiple_32 $(srcdir)/stock_dnd_multiple_32.png \
stock_align_center_24 $(srcdir)/stock_align_center_24.png \
stock_align_right_24 $(srcdir)/stock_align_right_24.png \
stock_bottom_16 $(srcdir)/stock_bottom_16.png \
stock_bottom_24 $(srcdir)/stock_bottom_24.png \
stock_cdrom_16 $(srcdir)/stock_cdrom_16.png \
stock_cdrom_24 $(srcdir)/stock_cdrom_24.png \
stock_clear_24 $(srcdir)/stock_clear_24.png \
stock_close_20 $(srcdir)/stock_close_20.png \
stock_close_24 $(srcdir)/stock_close_24.png \
stock_colorselector_24 $(srcdir)/stock_colorselector_24.png \
stock_convert_16 $(srcdir)/stock_convert_16.png \
stock_convert_24 $(srcdir)/stock_convert_24.png \
stock_copy_16 $(srcdir)/stock_copy_16.png \
stock_copy_24 $(srcdir)/stock_copy_24.png \
stock_cut_16 $(srcdir)/stock_cut_16.png \
stock_cut_24 $(srcdir)/stock_cut_24.png \
stock_dialog_error_48 $(srcdir)/stock_dialog_error_48.png \
stock_dialog_info_48 $(srcdir)/stock_dialog_info_48.png \
stock_dialog_question_48 $(srcdir)/stock_dialog_question_48.png \
stock_dialog_warning_48 $(srcdir)/stock_dialog_warning_48.png \
stock_dnd_32 $(srcdir)/stock_dnd_32.png \
stock_down_arrow_16 $(srcdir)/stock_down_arrow_16.png \
stock_down_arrow_24 $(srcdir)/stock_down_arrow_24.png \
stock_exec_16 $(srcdir)/stock_exec_16.png \
stock_exec_24 $(srcdir)/stock_exec_24.png \
stock_exit_16 $(srcdir)/stock_exit_16.png \
stock_exit_24 $(srcdir)/stock_exit_24.png \
stock_first_16 $(srcdir)/stock_first_16.png \
stock_first_24 $(srcdir)/stock_first_24.png \
stock_font_16 $(srcdir)/stock_font_16.png \
stock_font_24 $(srcdir)/stock_font_24.png \
stock_help_16 $(srcdir)/stock_help_16.png \
stock_help_24 $(srcdir)/stock_help_24.png \
stock_home_16 $(srcdir)/stock_home_16.png \
stock_home_24 $(srcdir)/stock_home_24.png \
stock_index_24 $(srcdir)/stock_index_24.png \
stock_jump_to_16 $(srcdir)/stock_jump_to_16.png \
stock_jump_to_24 $(srcdir)/stock_jump_to_24.png \
stock_last_16 $(srcdir)/stock_last_16.png \
stock_last_24 $(srcdir)/stock_last_24.png \
stock_left_arrow_16 $(srcdir)/stock_left_arrow_16.png \
stock_left_arrow_24 $(srcdir)/stock_left_arrow_24.png \
stock_missing_image_16 $(srcdir)/stock_broken_image_16.png \
stock_missing_image_24 $(srcdir)/stock_broken_image_24.png \
stock_new_16 $(srcdir)/stock_new_16.png \
stock_new_24 $(srcdir)/stock_new_24.png \
stock_no_20 $(srcdir)/stock_no_20.png \
stock_ok_20 $(srcdir)/stock_ok_20.png \
stock_open_16 $(srcdir)/stock_open_16.png \
stock_open_24 $(srcdir)/stock_open_24.png \
stock_paste_16 $(srcdir)/stock_paste_16.png \
stock_paste_24 $(srcdir)/stock_paste_24.png \
stock_preferences_16 $(srcdir)/stock_preferences_16.png \
stock_preferences_24 $(srcdir)/stock_preferences_24.png \
stock_print_16 $(srcdir)/stock_print_16.png \
stock_print_24 $(srcdir)/stock_print_24.png \
stock_print_preview_16 $(srcdir)/stock_print_preview_16.png \
stock_print_preview_24 $(srcdir)/stock_print_preview_24.png \
stock_properties_24 $(srcdir)/stock_properties_24.png \
stock_redo_16 $(srcdir)/stock_redo_16.png \
stock_redo_24 $(srcdir)/stock_redo_24.png \
stock_refresh_16 $(srcdir)/stock_refresh_16.png \
stock_refresh_24 $(srcdir)/stock_refresh_24.png \
stock_remove_24 $(srcdir)/stock_remove_24.png \
stock_revert_16 $(srcdir)/stock_revert_16.png \
stock_revert_24 $(srcdir)/stock_revert_24.png \
stock_right_arrow_16 $(srcdir)/stock_right_arrow_16.png \
stock_right_arrow_24 $(srcdir)/stock_right_arrow_24.png \
stock_save_16 $(srcdir)/stock_save_16.png \
stock_save_24 $(srcdir)/stock_save_24.png \
stock_save_as_16 $(srcdir)/stock_save_as_16.png \
stock_save_as_24 $(srcdir)/stock_save_as_24.png \
stock_search_16 $(srcdir)/stock_search_16.png \
stock_search_24 $(srcdir)/stock_search_24.png \
stock_search_replace_16 $(srcdir)/stock_search_replace_16.png \
stock_search_replace_24 $(srcdir)/stock_search_replace_24.png \
stock_sort_ascending_16 $(srcdir)/stock_sort_ascending_16.png \
stock_sort_ascending_24 $(srcdir)/stock_sort_ascending_24.png \
stock_sort_descending_16 $(srcdir)/stock_sort_descending_16.png \
stock_sort_descending_24 $(srcdir)/stock_sort_descending_24.png \
stock_spellcheck_16 $(srcdir)/stock_spellcheck_16.png \
stock_spellcheck_24 $(srcdir)/stock_spellcheck_24.png \
stock_stop_16 $(srcdir)/stock_stop_16.png \
stock_stop_24 $(srcdir)/stock_stop_24.png \
stock_text_bold_16 $(srcdir)/stock_text_bold_16.png \
stock_text_bold_24 $(srcdir)/stock_text_bold_24.png \
stock_text_italic_16 $(srcdir)/stock_text_italic_16.png \
stock_text_italic_24 $(srcdir)/stock_text_italic_24.png \
stock_text_strikeout_24 $(srcdir)/stock_text_strikeout_24.png \
stock_text_strikethrough_16 $(srcdir)/stock_text_strikethrough_16.png \
stock_text_strikethrough_24 $(srcdir)/stock_text_strikethrough_24.png \
stock_text_underline_16 $(srcdir)/stock_text_underline_16.png \
stock_text_underline_24 $(srcdir)/stock_text_underline_24.png \
stock_top_16 $(srcdir)/stock_top_16.png \
stock_top_24 $(srcdir)/stock_top_24.png \
stock_trash_16 $(srcdir)/stock_trash_16.png \
stock_trash_24 $(srcdir)/stock_trash_24.png \
stock_undelete_16 $(srcdir)/stock_undelete_16.png \
stock_undelete_24 $(srcdir)/stock_undelete_24.png \
stock_undo_16 $(srcdir)/stock_undo_16.png \
stock_undo_24 $(srcdir)/stock_undo_24.png \
stock_up_arrow_16 $(srcdir)/stock_up_arrow_16.png \
stock_up_arrow_24 $(srcdir)/stock_up_arrow_24.png \
stock_yes_20 $(srcdir)/stock_yes_20.png \
stock_zoom_1_24 $(srcdir)/stock_zoom_1_24.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 468 B

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 806 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 B

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 949 B

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 413 B

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 B

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 480 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 882 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1006 B

After

Width:  |  Height:  |  Size: 1018 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 626 B

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 943 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 B

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 744 B

After

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 B

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 B

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 B

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 B

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB