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.
@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
Wed Feb 20 16:44:05 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
|
||||
|
@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
Wed Feb 20 16:44:05 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
|
||||
|
@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
Wed Feb 20 16:44:05 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
|
||||
|
@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
Wed Feb 20 16:44:05 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
|
||||
|
@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
Wed Feb 20 16:44:05 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
|
||||
|
@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
Wed Feb 20 16:44:05 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
|
||||
|
@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
Wed Feb 20 16:44:05 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
|
||||
|
@ -449,8 +449,6 @@ static void
|
||||
get_default_icons (GtkIconFactory *factory)
|
||||
{
|
||||
/* KEEP IN SYNC with gtkstock.c */
|
||||
|
||||
add_unsized (factory, stock_missing_image_24, GTK_STOCK_MISSING_IMAGE);
|
||||
|
||||
add_sized (factory, stock_dialog_error_48, GTK_ICON_SIZE_DIALOG, GTK_STOCK_DIALOG_ERROR);
|
||||
add_sized (factory, stock_dialog_info_48, GTK_ICON_SIZE_DIALOG, GTK_STOCK_DIALOG_INFO);
|
||||
@ -476,6 +474,155 @@ get_default_icons (GtkIconFactory *factory)
|
||||
GTK_STOCK_CLOSE);
|
||||
|
||||
/* Generic + menu sizes */
|
||||
add_sized_with_fallback (factory,
|
||||
stock_align_center_24,
|
||||
stock_align_center_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_JUSTIFY_CENTER);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_align_justify_24,
|
||||
stock_align_justify_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_JUSTIFY_FILL);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_align_left_24,
|
||||
stock_align_left_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_JUSTIFY_LEFT);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_align_right_24,
|
||||
stock_align_right_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_JUSTIFY_RIGHT);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_bottom_24,
|
||||
stock_bottom_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_GOTO_BOTTOM);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_cdrom_24,
|
||||
stock_cdrom_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_CDROM);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_convert_24,
|
||||
stock_convert_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_CONVERT);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_copy_24,
|
||||
stock_copy_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_COPY);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_cut_24,
|
||||
stock_cut_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_CUT);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_down_arrow_24,
|
||||
stock_down_arrow_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_GO_DOWN);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_exec_24,
|
||||
stock_exec_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_EXECUTE);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_exit_24,
|
||||
stock_exit_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_QUIT);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_first_24,
|
||||
stock_first_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_GOTO_FIRST);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_font_24,
|
||||
stock_font_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_SELECT_FONT);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_help_24,
|
||||
stock_help_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_HELP);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_home_24,
|
||||
stock_home_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_HOME);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_jump_to_24,
|
||||
stock_jump_to_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_JUMP_TO);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_last_24,
|
||||
stock_last_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_GOTO_LAST);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_left_arrow_24,
|
||||
stock_left_arrow_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_GO_BACK);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_missing_image_24,
|
||||
stock_missing_image_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_MISSING_IMAGE);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_new_24,
|
||||
stock_new_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_NEW);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_open_24,
|
||||
stock_open_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_OPEN);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_paste_24,
|
||||
stock_paste_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_PASTE);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_preferences_24,
|
||||
stock_preferences_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_PREFERENCES);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_print_24,
|
||||
stock_print_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_PRINT);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_print_preview_24,
|
||||
@ -483,71 +630,146 @@ get_default_icons (GtkIconFactory *factory)
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_PRINT_PREVIEW);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_redo_24,
|
||||
stock_redo_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_REDO);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_refresh_24,
|
||||
stock_refresh_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_REFRESH);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_revert_24,
|
||||
stock_revert_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_REVERT_TO_SAVED);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_right_arrow_24,
|
||||
stock_right_arrow_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_GO_FORWARD);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_save_24,
|
||||
stock_save_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_SAVE);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_save_24,
|
||||
stock_save_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_FLOPPY);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_save_as_24,
|
||||
stock_save_as_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_SAVE_AS);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_search_24,
|
||||
stock_search_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_FIND);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_search_replace_24,
|
||||
stock_search_replace_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_FIND_AND_REPLACE);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_sort_descending_24,
|
||||
stock_sort_descending_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_SORT_DESCENDING);
|
||||
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_sort_ascending_24,
|
||||
stock_sort_ascending_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_SORT_ASCENDING);
|
||||
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_spellcheck_24,
|
||||
stock_spellcheck_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_SPELL_CHECK);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_stop_24,
|
||||
stock_stop_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_STOP);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_text_bold_24,
|
||||
stock_text_bold_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_BOLD);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_text_italic_24,
|
||||
stock_text_italic_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_ITALIC);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_text_strikethrough_24,
|
||||
stock_text_strikethrough_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_STRIKETHROUGH);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_text_underline_24,
|
||||
stock_text_underline_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_UNDERLINE);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_top_24,
|
||||
stock_top_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_GOTO_TOP);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_trash_24,
|
||||
stock_trash_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_DELETE);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_undelete_24,
|
||||
stock_undelete_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_UNDELETE);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_undo_24,
|
||||
stock_undo_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_UNDO);
|
||||
|
||||
add_sized_with_fallback (factory,
|
||||
stock_up_arrow_24,
|
||||
stock_up_arrow_16,
|
||||
GTK_ICON_SIZE_MENU,
|
||||
GTK_STOCK_GO_UP);
|
||||
|
||||
/* Generic size only */
|
||||
|
||||
add_unsized (factory, stock_add_24, GTK_STOCK_ADD);
|
||||
add_unsized (factory, stock_align_center_24, GTK_STOCK_JUSTIFY_CENTER);
|
||||
add_unsized (factory, stock_align_justify_24, GTK_STOCK_JUSTIFY_FILL);
|
||||
add_unsized (factory, stock_align_left_24, GTK_STOCK_JUSTIFY_LEFT);
|
||||
add_unsized (factory, stock_align_right_24, GTK_STOCK_JUSTIFY_RIGHT);
|
||||
add_unsized (factory, stock_bottom_24, GTK_STOCK_GOTO_BOTTOM);
|
||||
add_unsized (factory, stock_cdrom_24, GTK_STOCK_CDROM);
|
||||
add_unsized (factory, stock_clear_24, GTK_STOCK_CLEAR);
|
||||
add_unsized (factory, stock_colorselector_24, GTK_STOCK_SELECT_COLOR);
|
||||
add_unsized (factory, stock_convert_24, GTK_STOCK_CONVERT);
|
||||
add_unsized (factory, stock_copy_24, GTK_STOCK_COPY);
|
||||
add_unsized (factory, stock_cut_24, GTK_STOCK_CUT);
|
||||
add_unsized (factory, stock_down_arrow_24, GTK_STOCK_GO_DOWN);
|
||||
add_unsized (factory, stock_exec_24, GTK_STOCK_EXECUTE);
|
||||
add_unsized (factory, stock_exit_24, GTK_STOCK_QUIT);
|
||||
add_unsized (factory, stock_first_24, GTK_STOCK_GOTO_FIRST);
|
||||
add_unsized (factory, stock_font_24, GTK_STOCK_SELECT_FONT);
|
||||
add_unsized (factory, stock_help_24, GTK_STOCK_HELP);
|
||||
add_unsized (factory, stock_home_24, GTK_STOCK_HOME);
|
||||
add_unsized (factory, stock_index_24, GTK_STOCK_INDEX);
|
||||
add_unsized (factory, stock_jump_to_24, GTK_STOCK_JUMP_TO);
|
||||
add_unsized (factory, stock_last_24, GTK_STOCK_GOTO_LAST);
|
||||
add_unsized (factory, stock_left_arrow_24, GTK_STOCK_GO_BACK);
|
||||
add_unsized (factory, stock_new_24, GTK_STOCK_NEW);
|
||||
add_unsized (factory, stock_open_24, GTK_STOCK_OPEN);
|
||||
add_unsized (factory, stock_paste_24, GTK_STOCK_PASTE);
|
||||
add_unsized (factory, stock_preferences_24, GTK_STOCK_PREFERENCES);
|
||||
add_unsized (factory, stock_print_24, GTK_STOCK_PRINT);
|
||||
add_unsized (factory, stock_properties_24, GTK_STOCK_PROPERTIES);
|
||||
add_unsized (factory, stock_redo_24, GTK_STOCK_REDO);
|
||||
add_unsized (factory, stock_refresh_24, GTK_STOCK_REFRESH);
|
||||
add_unsized (factory, stock_remove_24, GTK_STOCK_REMOVE);
|
||||
add_unsized (factory, stock_revert_24, GTK_STOCK_REVERT_TO_SAVED);
|
||||
add_unsized (factory, stock_right_arrow_24, GTK_STOCK_GO_FORWARD);
|
||||
add_unsized (factory, stock_save_24, GTK_STOCK_FLOPPY);
|
||||
add_unsized (factory, stock_save_24, GTK_STOCK_SAVE);
|
||||
add_unsized (factory, stock_save_as_24, GTK_STOCK_SAVE_AS);
|
||||
add_unsized (factory, stock_search_24, GTK_STOCK_FIND);
|
||||
add_unsized (factory, stock_search_replace_24, GTK_STOCK_FIND_AND_REPLACE);
|
||||
add_unsized (factory, stock_spellcheck_24, GTK_STOCK_SPELL_CHECK);
|
||||
add_unsized (factory, stock_stop_24, GTK_STOCK_STOP);
|
||||
add_unsized (factory, stock_text_bold_24, GTK_STOCK_BOLD);
|
||||
add_unsized (factory, stock_text_italic_24, GTK_STOCK_ITALIC);
|
||||
add_unsized (factory, stock_text_strikeout_24, GTK_STOCK_STRIKETHROUGH);
|
||||
add_unsized (factory, stock_text_underline_24, GTK_STOCK_UNDERLINE);
|
||||
add_unsized (factory, stock_top_24, GTK_STOCK_GOTO_TOP);
|
||||
add_unsized (factory, stock_trash_24, GTK_STOCK_DELETE);
|
||||
add_unsized (factory, stock_undelete_24, GTK_STOCK_UNDELETE);
|
||||
add_unsized (factory, stock_undo_24, GTK_STOCK_UNDO);
|
||||
add_unsized (factory, stock_up_arrow_24, GTK_STOCK_GO_UP);
|
||||
add_unsized (factory, stock_zoom_1_24, GTK_STOCK_ZOOM_100);
|
||||
add_unsized (factory, stock_zoom_fit_24, GTK_STOCK_ZOOM_FIT);
|
||||
add_unsized (factory, stock_zoom_in_24, GTK_STOCK_ZOOM_IN);
|
||||
|
@ -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 \
|
||||
|
BIN
gtk/stock-icons/stock_align_center_16.png
Normal file
After Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 411 B |
BIN
gtk/stock-icons/stock_align_justify_16.png
Normal file
After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 596 B |
BIN
gtk/stock-icons/stock_align_left_16.png
Normal file
After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 424 B |
BIN
gtk/stock-icons/stock_align_right_16.png
Normal file
After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 439 B |
BIN
gtk/stock-icons/stock_bottom_16.png
Normal file
After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 476 B |
BIN
gtk/stock-icons/stock_broken_image_16.png
Normal file
After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 873 B |
BIN
gtk/stock-icons/stock_cdrom_16.png
Normal file
After Width: | Height: | Size: 821 B |
Before Width: | Height: | Size: 806 B After Width: | Height: | Size: 1.5 KiB |
BIN
gtk/stock-icons/stock_convert_16.png
Normal file
After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 949 B After Width: | Height: | Size: 646 B |
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 496 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 799 B |
BIN
gtk/stock-icons/stock_down_arrow_16.png
Normal file
After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 589 B |
BIN
gtk/stock-icons/stock_exec_16.png
Normal file
After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 672 B After Width: | Height: | Size: 1.1 KiB |
BIN
gtk/stock-icons/stock_exit_16.png
Normal file
After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 829 B |
BIN
gtk/stock-icons/stock_first_16.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
gtk/stock-icons/stock_font_16.png
Normal file
After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 717 B |
BIN
gtk/stock-icons/stock_help_16.png
Normal file
After Width: | Height: | Size: 937 B |
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 1.7 KiB |
BIN
gtk/stock-icons/stock_home_16.png
Normal file
After Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 882 B |
Before Width: | Height: | Size: 1006 B After Width: | Height: | Size: 1018 B |
BIN
gtk/stock-icons/stock_jump_to_16.png
Normal file
After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 1.1 KiB |
BIN
gtk/stock-icons/stock_last_16.png
Normal file
After Width: | Height: | Size: 371 B |
BIN
gtk/stock-icons/stock_left_arrow_16.png
Normal file
After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 757 B |
BIN
gtk/stock-icons/stock_open_16.png
Normal file
After Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 626 B After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 1.0 KiB |
BIN
gtk/stock-icons/stock_preferences_16.png
Normal file
After Width: | Height: | Size: 503 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 943 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 407 B After Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 756 B |
BIN
gtk/stock-icons/stock_refresh_16.png
Normal file
After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 486 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 744 B After Width: | Height: | Size: 743 B |
Before Width: | Height: | Size: 963 B After Width: | Height: | Size: 1.3 KiB |
BIN
gtk/stock-icons/stock_right_arrow_16.png
Normal file
After Width: | Height: | Size: 388 B |
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 540 B After Width: | Height: | Size: 595 B |
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 780 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 526 B After Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 638 B After Width: | Height: | Size: 656 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
gtk/stock-icons/stock_spellcheck_16.png
Normal file
After Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 692 B |
BIN
gtk/stock-icons/stock_text_bold_16.png
Normal file
After Width: | Height: | Size: 714 B |
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 738 B |
BIN
gtk/stock-icons/stock_text_italic_16.png
Normal file
After Width: | Height: | Size: 617 B |
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 633 B |
Before Width: | Height: | Size: 289 B |
BIN
gtk/stock-icons/stock_text_strikethrough_16.png
Normal file
After Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 824 B |
BIN
gtk/stock-icons/stock_text_underline_16.png
Normal file
After Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 653 B |
BIN
gtk/stock-icons/stock_top_16.png
Normal file
After Width: | Height: | Size: 329 B |
Before Width: | Height: | Size: 770 B After Width: | Height: | Size: 778 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 908 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 513 B |
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 754 B |
BIN
gtk/stock-icons/stock_up_arrow_16.png
Normal file
After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |