comparison src/pixbuf_util.c @ 91:d063f97503b7

Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net> * gqview.h, main.c (window_set_icon): Change to use inline pixbufs instead of xpms. * collect.c, img-view.c, layout.c, preferences.c: Use new icons. * pixbuf_util.[ch]: Add new icons. * icons/Makefile.am: Update generated inline pixbufs. * icons/collect.xpm, icons/config.xpm, icons/icon.xpm, icons/tools.xpm, icons/view.xpm: Remove old xpm icons. * icons/gqview_icon.png, icons/icon_book.png, icons/icon_config.png, icons/icon_tools.png, icons/icon_view.png: The new icons in png format. * icons/svg/*.svg: Add svg sources for icons, they are not used or anything, but this way I can not misplace them again.
author gqview
date Wed, 01 Nov 2006 17:47:14 +0000
parents a4c1b7014e6e
children eb9bb29cbd65
comparison
equal deleted inserted replaced
90:dc3c77d027e6 91:d063f97503b7
95 { PIXBUF_INLINE_FOLDER_LOCKED, folder_locked }, 95 { PIXBUF_INLINE_FOLDER_LOCKED, folder_locked },
96 { PIXBUF_INLINE_FOLDER_OPEN, folder_open }, 96 { PIXBUF_INLINE_FOLDER_OPEN, folder_open },
97 { PIXBUF_INLINE_FOLDER_UP, folder_up }, 97 { PIXBUF_INLINE_FOLDER_UP, folder_up },
98 { PIXBUF_INLINE_SCROLLER, icon_scroller }, 98 { PIXBUF_INLINE_SCROLLER, icon_scroller },
99 { PIXBUF_INLINE_BROKEN, icon_broken }, 99 { PIXBUF_INLINE_BROKEN, icon_broken },
100 { PIXBUF_INLINE_ICON, gqview_icon },
100 { PIXBUF_INLINE_LOGO, gqview_logo }, 101 { PIXBUF_INLINE_LOGO, gqview_logo },
101 { PIXBUF_INLINE_ICON_FLOAT, icon_float }, 102 { PIXBUF_INLINE_ICON_FLOAT, icon_float },
102 { PIXBUF_INLINE_ICON_THUMB, icon_thumb }, 103 { PIXBUF_INLINE_ICON_THUMB, icon_thumb },
104 { PIXBUF_INLINE_ICON_BOOK, icon_book },
105 { PIXBUF_INLINE_ICON_CONFIG, icon_config },
106 { PIXBUF_INLINE_ICON_TOOLS, icon_tools },
107 { PIXBUF_INLINE_ICON_VIEW, icon_view },
103 { NULL, NULL } 108 { NULL, NULL }
104 }; 109 };
105 110
106 GdkPixbuf *pixbuf_inline(const gchar *key) 111 GdkPixbuf *pixbuf_inline(const gchar *key)
107 { 112 {