]> Pileus Git - ~andy/gtk/commit
Add a number of new stock items. (#102530, #68015, #109811, Jordi Mallach,
authorMatthias Clasen <maclas@gmx.de>
Mon, 12 Jul 2004 04:56:30 +0000 (04:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 12 Jul 2004 04:56:30 +0000 (04:56 +0000)
commit6c18d56a529b6072b7d87589661ef3a6add152b1
treef1d6024f57ac0dc669a442eb3b114f053e915056
parent1a5e92dd611a3b9739fa3e19c8dec1f07be9a296
Add a number of new stock items. (#102530, #68015, #109811, Jordi Mallach,

Mon Jul 12 00:52:04 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/stock-icons/Makefile.am:
* gtk/stock-icons/stock_about_{16,24}.png:
* gtk/stock-icons/stock_connect_{16,24}.png:
* gtk/stock-icons/stock_disconnect_{16,24}.png:
* gtk/stock-icons/stock_edit_{16,24}.png:
* gtk/stock-icons/stock_media_forward_{16,24}.png:
* gtk/stock-icons/stock_media_next_{16,24}.png:
* gtk/stock-icons/stock_media_pause_{16,24}.png:
* gtk/stock-icons/stock_media_play_{16,24}.png:
* gtk/stock-icons/stock_media_previous_{16,24}.png:
* gtk/stock-icons/stock_media_record_{16,24}.png:
* gtk/stock-icons/stock_media_rewind_{16,24}.png:
* gtk/stock-icons/stock_media_stop_{16,24}.png:
* gtk/gtkstock.h (GTK_STOCK_ABOUT):
* gtk/gtkstock.h (GTK_STOCK_CONNECT):
* gtk/gtkstock.h (GTK_STOCK_DISCONNECT):
* gtk/gtkstock.h (GTK_STOCK_EDIT):
* gtk/gtkstock.h (GTK_STOCK_MEDIA_FORWARD):
* gtk/gtkstock.h (GTK_STOCK_MEDIA_NEXT):
* gtk/gtkstock.h (GTK_STOCK_MEDIA_PAUSE):
* gtk/gtkstock.h (GTK_STOCK_MEDIA_PLAY):
* gtk/gtkstock.h (GTK_STOCK_MEDIA_PREVIOUS):
* gtk/gtkstock.h (GTK_STOCK_MEDIA_RECORD):
* gtk/gtkstock.h (GTK_STOCK_MEDIA_REWIND):
* gtk/gtkstock.h (GTK_STOCK_MEDIA_STOP):
* gtk/gtkiconfactory.c (get_default_icons):
* gtk/gtkstock.c (builtin_items): Add a number of new stock
items.  (#102530, #68015, #109811, Jordi Mallach, Benjamin Otte,
Michael Opdenacker)
32 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkiconfactory.c
gtk/gtkstock.c
gtk/gtkstock.h
gtk/stock-icons/Makefile.am
gtk/stock-icons/stock_about_16.png [new file with mode: 0644]
gtk/stock-icons/stock_about_24.png [new file with mode: 0644]
gtk/stock-icons/stock_connect_16.png [new file with mode: 0644]
gtk/stock-icons/stock_connect_24.png [new file with mode: 0644]
gtk/stock-icons/stock_disconnect_16.png [new file with mode: 0644]
gtk/stock-icons/stock_disconnect_24.png [new file with mode: 0644]
gtk/stock-icons/stock_edit_16.png [new file with mode: 0644]
gtk/stock-icons/stock_edit_24.png [new file with mode: 0644]
gtk/stock-icons/stock_media_forward_16.png [new file with mode: 0644]
gtk/stock-icons/stock_media_forward_24.png [new file with mode: 0644]
gtk/stock-icons/stock_media_next_16.png [new file with mode: 0644]
gtk/stock-icons/stock_media_next_24.png [new file with mode: 0644]
gtk/stock-icons/stock_media_pause_16.png [new file with mode: 0644]
gtk/stock-icons/stock_media_pause_24.png [new file with mode: 0644]
gtk/stock-icons/stock_media_play_16.png [new file with mode: 0644]
gtk/stock-icons/stock_media_play_24.png [new file with mode: 0644]
gtk/stock-icons/stock_media_previous_16.png [new file with mode: 0644]
gtk/stock-icons/stock_media_previous_24.png [new file with mode: 0644]
gtk/stock-icons/stock_media_record_16.png [new file with mode: 0644]
gtk/stock-icons/stock_media_record_24.png [new file with mode: 0644]
gtk/stock-icons/stock_media_rewind_16.png [new file with mode: 0644]
gtk/stock-icons/stock_media_rewind_24.png [new file with mode: 0644]
gtk/stock-icons/stock_media_stop_16.png [new file with mode: 0644]
gtk/stock-icons/stock_media_stop_24.png [new file with mode: 0644]