Mercurial > pidgin.yaz
annotate pidgin/pidginstock.c @ 25108:93463c6114aa
merge of '4021ee6bbfa81bd2fda8e2760cb4ae05d5c30083'
and 'efefbfc4bbf45f2744736df7f5e2ee83c21629f6'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 15 Feb 2009 23:11:18 +0000 |
parents | 8fa87801e203 |
children | aa1fe87558d8 25e2ab1fff1d a0fd6a41d127 |
rev | line source |
---|---|
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
1 /** |
15870
99b965aaf9bf
Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents:
15823
diff
changeset
|
2 * @file pidginstock.c GTK+ Stock resources |
16193
247e421c4fa6
Rename the Doxygen group from gtkui to pidgin.
Richard Laager <rlaager@wiktel.com>
parents:
16007
diff
changeset
|
3 * @ingroup pidgin |
20074
6bf32c9e15a7
remove gpl boilerplate from doxygen docs
Sean Egan <seanegan@gmail.com>
parents:
19680
diff
changeset
|
4 */ |
6bf32c9e15a7
remove gpl boilerplate from doxygen docs
Sean Egan <seanegan@gmail.com>
parents:
19680
diff
changeset
|
5 |
6bf32c9e15a7
remove gpl boilerplate from doxygen docs
Sean Egan <seanegan@gmail.com>
parents:
19680
diff
changeset
|
6 /* pidgin |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
7 * |
15870
99b965aaf9bf
Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents:
15823
diff
changeset
|
8 * Pidgin is the legal property of its developers, whose names are too numerous |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
9 * to list here. Please refer to the COPYRIGHT file distributed with this |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
10 * source distribution. |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
11 * |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
12 * This program is free software; you can redistribute it and/or modify |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
13 * it under the terms of the GNU General Public License as published by |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
14 * the Free Software Foundation; either version 2 of the License, or |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
15 * (at your option) any later version. |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
16 * |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
17 * This program is distributed in the hope that it will be useful, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
20 * GNU General Public License for more details. |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
21 * |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
22 * You should have received a copy of the GNU General Public License |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
23 * along with this program; if not, write to the Free Software |
19680
44b4e8bd759b
The FSF changed its address a while ago; our files were out of date.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
19503
diff
changeset
|
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
25 * |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
26 */ |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
27 #include "internal.h" |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
28 #include "pidgin.h" |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
29 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
30 #include "pidginstock.h" |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
31 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
32 static struct StockIcon |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
33 { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
34 const char *name; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
35 const char *dir; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
36 const char *filename; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
37 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
38 } const stock_icons[] = |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
39 { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
40 { PIDGIN_STOCK_ACTION, NULL, GTK_STOCK_EXECUTE }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
41 #if GTK_CHECK_VERSION(2,6,0) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
42 { PIDGIN_STOCK_ALIAS, NULL, GTK_STOCK_EDIT }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
43 #else |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
44 { PIDGIN_STOCK_ALIAS, "buttons", "edit.png" }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
45 #endif |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
46 { PIDGIN_STOCK_CHAT, NULL, GTK_STOCK_JUMP_TO }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
47 { PIDGIN_STOCK_CLEAR, NULL, GTK_STOCK_CLEAR }, |
18822
8410abf85678
Remove reference to close-tab.png
Sean Egan <seanegan@gmail.com>
parents:
18797
diff
changeset
|
48 { PIDGIN_STOCK_CLOSE_TABS, NULL, GTK_STOCK_CLOSE }, |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
49 { PIDGIN_STOCK_DEBUG, NULL, GTK_STOCK_PROPERTIES }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
50 { PIDGIN_STOCK_DOWNLOAD, NULL, GTK_STOCK_GO_DOWN }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
51 #if GTK_CHECK_VERSION(2,6,0) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
52 { PIDGIN_STOCK_DISCONNECT, NULL, GTK_STOCK_DISCONNECT }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
53 #else |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
54 { PIDGIN_STOCK_DISCONNECT, "icons", "stock_disconnect_16.png" }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
55 #endif |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
56 { PIDGIN_STOCK_FGCOLOR, "buttons", "change-fgcolor-small.png" }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
57 #if GTK_CHECK_VERSION(2,6,0) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
58 { PIDGIN_STOCK_EDIT, NULL, GTK_STOCK_EDIT }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
59 #else |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
60 { PIDGIN_STOCK_EDIT, "buttons", "edit.png" }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
61 #endif |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
62 { PIDGIN_STOCK_FILE_CANCELED, NULL, GTK_STOCK_CANCEL }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
63 { PIDGIN_STOCK_FILE_DONE, NULL, GTK_STOCK_APPLY }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
64 { PIDGIN_STOCK_IGNORE, NULL, GTK_STOCK_DIALOG_ERROR }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
65 { PIDGIN_STOCK_INVITE, NULL, GTK_STOCK_JUMP_TO }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
66 { PIDGIN_STOCK_MODIFY, NULL, GTK_STOCK_PREFERENCES }, |
24317
b948081819a6
Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and
Alex Willmer <alex@moreati.org.uk>
parents:
23888
diff
changeset
|
67 { PIDGIN_STOCK_ADD, NULL, GTK_STOCK_ADD }, |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
68 #if GTK_CHECK_VERSION(2,6,0) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
69 { PIDGIN_STOCK_PAUSE, NULL, GTK_STOCK_MEDIA_PAUSE }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
70 #else |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
71 { PIDGIN_STOCK_PAUSE, "buttons", "pause.png" }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
72 #endif |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
73 { PIDGIN_STOCK_POUNCE, NULL, GTK_STOCK_REDO }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
74 { PIDGIN_STOCK_OPEN_MAIL, NULL, GTK_STOCK_JUMP_TO }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
75 { PIDGIN_STOCK_SIGN_ON, NULL, GTK_STOCK_EXECUTE }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
76 { PIDGIN_STOCK_SIGN_OFF, NULL, GTK_STOCK_CLOSE }, |
15870
99b965aaf9bf
Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents:
15823
diff
changeset
|
77 { PIDGIN_STOCK_TYPED, "pidgin", "typed.png" }, |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
78 { PIDGIN_STOCK_UPLOAD, NULL, GTK_STOCK_GO_UP }, |
19503
2f0960548c1d
Make the gtkcert stuff compile on GTK+ older than 2.8
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19473
diff
changeset
|
79 #if GTK_CHECK_VERSION(2,8,0) |
2f0960548c1d
Make the gtkcert stuff compile on GTK+ older than 2.8
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19473
diff
changeset
|
80 { PIDGIN_STOCK_INFO, NULL, GTK_STOCK_INFO }, |
2f0960548c1d
Make the gtkcert stuff compile on GTK+ older than 2.8
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19473
diff
changeset
|
81 #else |
2f0960548c1d
Make the gtkcert stuff compile on GTK+ older than 2.8
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19473
diff
changeset
|
82 { PIDGIN_STOCK_INFO, "buttons", "info.png" }, |
2f0960548c1d
Make the gtkcert stuff compile on GTK+ older than 2.8
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19473
diff
changeset
|
83 #endif |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
84 }; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
85 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
86 static const GtkStockItem stock_items[] = |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
87 { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
88 { PIDGIN_STOCK_ALIAS, N_("_Alias"), 0, 0, NULL }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
89 { PIDGIN_STOCK_CHAT, N_("_Join"), 0, 0, NULL }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
90 { PIDGIN_STOCK_CLOSE_TABS, N_("Close _tabs"), 0, 0, NULL }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
91 { PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW, N_("I_M"), 0, 0, NULL }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
92 { PIDGIN_STOCK_TOOLBAR_USER_INFO, N_("_Get Info"), 0, 0, NULL }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
93 { PIDGIN_STOCK_INVITE, N_("_Invite"), 0, 0, NULL }, |
24317
b948081819a6
Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and
Alex Willmer <alex@moreati.org.uk>
parents:
23888
diff
changeset
|
94 { PIDGIN_STOCK_MODIFY, N_("_Modify..."), 0, 0, NULL }, |
b948081819a6
Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and
Alex Willmer <alex@moreati.org.uk>
parents:
23888
diff
changeset
|
95 { PIDGIN_STOCK_ADD, N_("_Add..."), 0, 0, NULL }, |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
96 { PIDGIN_STOCK_OPEN_MAIL, N_("_Open Mail"), 0, 0, NULL }, |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
97 { PIDGIN_STOCK_PAUSE, N_("_Pause"), 0, 0, NULL }, |
23888
08c29b5b0ee8
Show 'Edit' instead of 'pidgin-edit' in the edit buttons. Fixes #6742
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
23881
diff
changeset
|
98 { PIDGIN_STOCK_EDIT, N_("_Edit"), 0, 0, NULL } |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
99 }; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
100 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
101 static struct SizedStockIcon { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
102 const char *name; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
103 const char *dir; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
104 const char *filename; |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
105 gboolean microscopic; |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
106 gboolean extra_small; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
107 gboolean small; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
108 gboolean medium; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
109 gboolean large; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
110 gboolean huge; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
111 gboolean rtl; |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
112 const char *translucent_name; |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
113 } const sized_stock_icons [] = { |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
114 { PIDGIN_STOCK_STATUS_AVAILABLE, "status", "available.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, PIDGIN_STOCK_STATUS_AVAILABLE_I }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
115 { PIDGIN_STOCK_STATUS_AWAY, "status", "away.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, PIDGIN_STOCK_STATUS_AWAY_I }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
116 { PIDGIN_STOCK_STATUS_BUSY, "status", "busy.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, PIDGIN_STOCK_STATUS_BUSY_I }, |
19473
b67bfe1513ee
Add 11px extended-away rtl icon.
Sean Egan <seanegan@gmail.com>
parents:
19469
diff
changeset
|
117 { PIDGIN_STOCK_STATUS_CHAT, "status", "chat.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
118 { PIDGIN_STOCK_STATUS_INVISIBLE,"status", "invisible.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
119 { PIDGIN_STOCK_STATUS_XA, "status", "extended-away.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, TRUE, PIDGIN_STOCK_STATUS_XA_I }, |
20759
989f5906ca17
Hylke made a new win32 installer pixmap
Sean Egan <seanegan@gmail.com>
parents:
20074
diff
changeset
|
120 { PIDGIN_STOCK_STATUS_LOGIN, "status", "log-in.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, TRUE, NULL }, |
989f5906ca17
Hylke made a new win32 installer pixmap
Sean Egan <seanegan@gmail.com>
parents:
20074
diff
changeset
|
121 { PIDGIN_STOCK_STATUS_LOGOUT, "status", "log-out.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, TRUE, NULL }, |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
122 { PIDGIN_STOCK_STATUS_OFFLINE, "status", "offline.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, PIDGIN_STOCK_STATUS_OFFLINE_I }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
123 { PIDGIN_STOCK_STATUS_PERSON, "status", "person.png", TRUE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
20759
989f5906ca17
Hylke made a new win32 installer pixmap
Sean Egan <seanegan@gmail.com>
parents:
20074
diff
changeset
|
124 { PIDGIN_STOCK_STATUS_MESSAGE, "toolbar", "message-new.png", TRUE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
125 |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
126 { PIDGIN_STOCK_STATUS_IGNORED, "emblems", "blocked.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
127 { PIDGIN_STOCK_STATUS_FOUNDER, "emblems", "founder.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
128 { PIDGIN_STOCK_STATUS_OPERATOR, "emblems", "operator.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
129 { PIDGIN_STOCK_STATUS_HALFOP, "emblems", "half-operator.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
130 { PIDGIN_STOCK_STATUS_VOICE, "emblems", "voice.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
131 |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
132 { PIDGIN_STOCK_DIALOG_AUTH, "dialogs", "auth.png", FALSE, TRUE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
133 { PIDGIN_STOCK_DIALOG_COOL, "dialogs", "cool.png", FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
134 { PIDGIN_STOCK_DIALOG_ERROR, "dialogs", "error.png", FALSE, TRUE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
135 { PIDGIN_STOCK_DIALOG_INFO, "dialogs", "info.png", FALSE, TRUE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
136 { PIDGIN_STOCK_DIALOG_MAIL, "dialogs", "mail.png", FALSE, TRUE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
137 { PIDGIN_STOCK_DIALOG_QUESTION, "dialogs", "question.png", FALSE, TRUE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
138 { PIDGIN_STOCK_DIALOG_WARNING, "dialogs", "warning.png", FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, NULL }, |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
139 |
23881 | 140 { PIDGIN_STOCK_ANIMATION_CONNECT0, "animations", "process-working0.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
141 { PIDGIN_STOCK_ANIMATION_CONNECT1, "animations", "process-working1.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
142 { PIDGIN_STOCK_ANIMATION_CONNECT2, "animations", "process-working2.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
143 { PIDGIN_STOCK_ANIMATION_CONNECT3, "animations", "process-working3.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
144 { PIDGIN_STOCK_ANIMATION_CONNECT4, "animations", "process-working4.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
145 { PIDGIN_STOCK_ANIMATION_CONNECT5, "animations", "process-working5.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
146 { PIDGIN_STOCK_ANIMATION_CONNECT6, "animations", "process-working6.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
147 { PIDGIN_STOCK_ANIMATION_CONNECT7, "animations", "process-working7.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
148 { PIDGIN_STOCK_ANIMATION_CONNECT8, "animations", "process-working8.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
149 { PIDGIN_STOCK_ANIMATION_CONNECT9, "animations", "process-working9.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
150 { PIDGIN_STOCK_ANIMATION_CONNECT10, "animations", "process-working10.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
151 { PIDGIN_STOCK_ANIMATION_CONNECT11, "animations", "process-working11.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
152 { PIDGIN_STOCK_ANIMATION_CONNECT12, "animations", "process-working12.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
153 { PIDGIN_STOCK_ANIMATION_CONNECT13, "animations", "process-working13.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
154 { PIDGIN_STOCK_ANIMATION_CONNECT14, "animations", "process-working14.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
155 { PIDGIN_STOCK_ANIMATION_CONNECT15, "animations", "process-working15.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
156 { PIDGIN_STOCK_ANIMATION_CONNECT16, "animations", "process-working16.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
157 { PIDGIN_STOCK_ANIMATION_CONNECT17, "animations", "process-working17.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
158 { PIDGIN_STOCK_ANIMATION_CONNECT18, "animations", "process-working18.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
159 { PIDGIN_STOCK_ANIMATION_CONNECT19, "animations", "process-working19.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
160 { PIDGIN_STOCK_ANIMATION_CONNECT20, "animations", "process-working20.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
161 { PIDGIN_STOCK_ANIMATION_CONNECT21, "animations", "process-working21.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
162 { PIDGIN_STOCK_ANIMATION_CONNECT22, "animations", "process-working22.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
163 { PIDGIN_STOCK_ANIMATION_CONNECT23, "animations", "process-working23.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
164 { PIDGIN_STOCK_ANIMATION_CONNECT24, "animations", "process-working24.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
165 { PIDGIN_STOCK_ANIMATION_CONNECT25, "animations", "process-working25.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
166 { PIDGIN_STOCK_ANIMATION_CONNECT26, "animations", "process-working26.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
167 { PIDGIN_STOCK_ANIMATION_CONNECT27, "animations", "process-working27.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
168 { PIDGIN_STOCK_ANIMATION_CONNECT28, "animations", "process-working28.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
169 { PIDGIN_STOCK_ANIMATION_CONNECT29, "animations", "process-working29.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
170 { PIDGIN_STOCK_ANIMATION_CONNECT30, "animations", "process-working30.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, | |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
171 { PIDGIN_STOCK_ANIMATION_TYPING0, "animations", "typing0.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
172 { PIDGIN_STOCK_ANIMATION_TYPING1, "animations", "typing1.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
173 { PIDGIN_STOCK_ANIMATION_TYPING2, "animations", "typing2.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
174 { PIDGIN_STOCK_ANIMATION_TYPING3, "animations", "typing3.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
175 { PIDGIN_STOCK_ANIMATION_TYPING4, "animations", "typing4.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
176 { PIDGIN_STOCK_ANIMATION_TYPING5, "animations", "typing5.png",FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
177 |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
178 { PIDGIN_STOCK_TOOLBAR_BGCOLOR, "toolbar", "change-bgcolor.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
179 { PIDGIN_STOCK_TOOLBAR_BLOCK, "emblems", "blocked.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
180 { PIDGIN_STOCK_TOOLBAR_FGCOLOR, "toolbar", "change-fgcolor.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
181 { PIDGIN_STOCK_TOOLBAR_SMILEY, "toolbar", "emote-select.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
182 { PIDGIN_STOCK_TOOLBAR_FONT_FACE, "toolbar", "font-face.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
183 { PIDGIN_STOCK_TOOLBAR_TEXT_SMALLER, "toolbar", "font-size-down.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
184 { PIDGIN_STOCK_TOOLBAR_TEXT_LARGER, "toolbar", "font-size-up.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
185 { PIDGIN_STOCK_TOOLBAR_INSERT, "toolbar", "insert.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
186 { PIDGIN_STOCK_TOOLBAR_INSERT_IMAGE, "toolbar", "insert-image.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
187 { PIDGIN_STOCK_TOOLBAR_INSERT_LINK, "toolbar", "insert-link.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
188 { PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW, "toolbar", "message-new.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
23788
afee54dbcedc
Slicker application icons. Don't hate me.
Hylke Bons <hylkebons@gmail.com>
parents:
23282
diff
changeset
|
189 { PIDGIN_STOCK_TOOLBAR_PENDING, "tray", "tray-new-im.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
190 { PIDGIN_STOCK_TOOLBAR_PLUGINS, "toolbar", "plugins.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
191 { PIDGIN_STOCK_TOOLBAR_UNBLOCK, "toolbar", "unblock.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
192 { PIDGIN_STOCK_TOOLBAR_SELECT_AVATAR, "toolbar", "select-avatar.png", FALSE, FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
193 { PIDGIN_STOCK_TOOLBAR_SEND_FILE, "toolbar", "send-file.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
23282
62b5d52c3d66
Update File Transfer icon and use new send fie icon. Fixes #2744.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
22281
diff
changeset
|
194 { PIDGIN_STOCK_TOOLBAR_TRANSFER, "toolbar", "transfer.png", FALSE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, NULL }, |
16007
d64602bb59d2
block and unblock have the right icons now
Nathan Walp <nwalp@pidgin.im>
parents:
15870
diff
changeset
|
195 |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
196 { PIDGIN_STOCK_TRAY_AVAILABLE, "tray", "tray-online.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
197 { PIDGIN_STOCK_TRAY_INVISIBLE, "tray", "tray-invisible.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
198 { PIDGIN_STOCK_TRAY_AWAY, "tray", "tray-away.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
199 { PIDGIN_STOCK_TRAY_BUSY, "tray", "tray-busy.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
200 { PIDGIN_STOCK_TRAY_XA, "tray", "tray-extended-away.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
201 { PIDGIN_STOCK_TRAY_OFFLINE, "tray", "tray-offline.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
202 { PIDGIN_STOCK_TRAY_CONNECT, "tray", "tray-connecting.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
203 { PIDGIN_STOCK_TRAY_PENDING, "tray", "tray-new-im.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL }, |
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
204 { PIDGIN_STOCK_TRAY_EMAIL, "tray", "tray-message.png", FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, NULL } |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
205 }; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
206 |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
207 static void |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
208 add_sized_icon_common(GtkIconSet *iconset, GtkIconSize sizeid, const char *dir, |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
209 gboolean rtl, const char *size, const char *file, |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
210 gboolean translucent); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
211 |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
212 static gchar * |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
213 find_file_common(const char *name) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
214 { |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
215 gchar *filename; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
216 #if GLIB_CHECK_VERSION(2,6,0) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
217 const gchar *userdir; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
218 const gchar * const *sysdirs; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
219 |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
220 userdir = g_get_user_data_dir(); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
221 filename = g_build_filename(userdir, name, NULL); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
222 if (g_file_test(filename, G_FILE_TEST_EXISTS)) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
223 return filename; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
224 g_free(filename); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
225 |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
226 sysdirs = g_get_system_data_dirs(); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
227 for (; *sysdirs; sysdirs++) { |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
228 filename = g_build_filename(*sysdirs, name, NULL); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
229 if (g_file_test(filename, G_FILE_TEST_EXISTS)) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
230 return filename; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
231 g_free(filename); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
232 } |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
233 #endif |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
234 filename = g_build_filename(DATADIR, name, NULL); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
235 if (g_file_test(filename, G_FILE_TEST_EXISTS)) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
236 return filename; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
237 g_free(filename); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
238 return NULL; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
239 } |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
240 |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
241 static gchar * |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
242 find_file(const char *dir, const char *base) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
243 { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
244 char *filename; |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
245 char *ret; |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
246 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
247 if (base == NULL) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
248 return NULL; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
249 |
15870
99b965aaf9bf
Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents:
15823
diff
changeset
|
250 if (!strcmp(dir, "pidgin")) |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
251 filename = g_build_filename("pixmaps", "pidgin", base, NULL); |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
252 else |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
253 filename = g_build_filename("pixmaps", "pidgin", dir, base, NULL); |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
254 |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
255 ret = find_file_common(filename); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
256 g_free(filename); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
257 return ret; |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
258 } |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
259 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
260 static void |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
261 add_sized_icon(GtkIconSet *iconset, GtkIconSize sizeid, const char *dir, |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
262 gboolean rtl, const char *size, const char *file) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
263 { |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
264 add_sized_icon_common(iconset, sizeid, dir, rtl, size, file, FALSE); |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
265 } |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
266 |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
267 /* Altered from do_colorshift in gnome-panel */ |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
268 static void |
16578
43e119f590ce
DennisR noticed that the idle icons were jagged on the sides. This is because I was subtracting 128 from the alpha value of each pixel, rather than halving them, causing anti-aliasing pixels to hit 0
Sean Egan <seanegan@gmail.com>
parents:
16436
diff
changeset
|
269 do_alphashift (GdkPixbuf *dest, GdkPixbuf *src) |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
270 { |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
271 gint i, j; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
272 gint width, height, has_alpha, srcrowstride, destrowstride; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
273 guchar *target_pixels; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
274 guchar *original_pixels; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
275 guchar *pixsrc; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
276 guchar *pixdest; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
277 guchar a; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
278 |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
279 has_alpha = gdk_pixbuf_get_has_alpha (src); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
280 if (!has_alpha) |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
281 return; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
282 |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
283 width = gdk_pixbuf_get_width (src); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
284 height = gdk_pixbuf_get_height (src); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
285 srcrowstride = gdk_pixbuf_get_rowstride (src); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
286 destrowstride = gdk_pixbuf_get_rowstride (dest); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
287 target_pixels = gdk_pixbuf_get_pixels (dest); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
288 original_pixels = gdk_pixbuf_get_pixels (src); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
289 |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
290 for (i = 0; i < height; i++) { |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
291 pixdest = target_pixels + i*destrowstride; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
292 pixsrc = original_pixels + i*srcrowstride; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
293 for (j = 0; j < width; j++) { |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
294 *(pixdest++) = *(pixsrc++); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
295 *(pixdest++) = *(pixsrc++); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
296 *(pixdest++) = *(pixsrc++); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
297 a = *(pixsrc++); |
16578
43e119f590ce
DennisR noticed that the idle icons were jagged on the sides. This is because I was subtracting 128 from the alpha value of each pixel, rather than halving them, causing anti-aliasing pixels to hit 0
Sean Egan <seanegan@gmail.com>
parents:
16436
diff
changeset
|
298 *(pixdest++) = a / 2; |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
299 } |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
300 } |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
301 } |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
302 |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
303 static void |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
304 add_translucent_sized_icon(GtkIconSet *iconset, GtkIconSize sizeid, const char *dir, |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
305 gboolean rtl, const char *size, const char *file) |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
306 { |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
307 add_sized_icon_common(iconset, sizeid, dir, rtl, size, file, TRUE); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
308 } |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
309 |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
310 static void |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
311 add_sized_icon_common(GtkIconSet *iconset, GtkIconSize sizeid, const char *dir, |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
312 gboolean rtl, const char *size, const char *file, |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
313 gboolean translucent) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
314 { |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
315 char *filename, *subpath; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
316 GtkIconSource *source; |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
317 GdkPixbuf *pixbuf; |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
318 |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
319 subpath = g_build_filename("pixmaps", "pidgin", dir, size, file, NULL); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
320 filename = find_file_common(subpath); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
321 g_free(subpath); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
322 if (!filename) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
323 return; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
324 |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
325 pixbuf = gdk_pixbuf_new_from_file(filename, NULL); |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
326 if (translucent) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
327 do_alphashift(pixbuf, pixbuf); |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
328 |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
329 source = gtk_icon_source_new(); |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
330 gtk_icon_source_set_pixbuf(source, pixbuf); |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
331 gtk_icon_source_set_direction(source, GTK_TEXT_DIR_LTR); |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
332 gtk_icon_source_set_direction_wildcarded(source, !rtl); |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
333 gtk_icon_source_set_size(source, sizeid); |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
334 gtk_icon_source_set_size_wildcarded(source, FALSE); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
335 gtk_icon_source_set_state_wildcarded(source, TRUE); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
336 gtk_icon_set_add_source(iconset, source); |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
337 gtk_icon_source_free(source); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
338 |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
339 if (sizeid == gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL)) { |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
340 source = gtk_icon_source_new(); |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
341 gtk_icon_source_set_pixbuf(source, pixbuf); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
342 gtk_icon_source_set_direction_wildcarded(source, TRUE); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
343 gtk_icon_source_set_size(source, GTK_ICON_SIZE_MENU); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
344 gtk_icon_source_set_size_wildcarded(source, FALSE); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
345 gtk_icon_source_set_state_wildcarded(source, TRUE); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
346 gtk_icon_set_add_source(iconset, source); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
347 gtk_icon_source_free(source); |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
348 } |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
349 g_free(filename); |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
350 g_object_unref(pixbuf); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
351 |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
352 if (rtl) { |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
353 subpath = g_build_filename("pixmaps", "pidgin", dir, size, "rtl", file, NULL); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
354 filename = find_file_common(subpath); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
355 g_free(subpath); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
356 if (!filename) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
357 return; |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
358 pixbuf = gdk_pixbuf_new_from_file(filename, NULL); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
359 if (translucent) |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
360 do_alphashift(pixbuf, pixbuf); |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
361 source = gtk_icon_source_new(); |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
362 gtk_icon_source_set_pixbuf(source, pixbuf); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
363 gtk_icon_source_set_direction(source, GTK_TEXT_DIR_RTL); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
364 gtk_icon_source_set_size(source, sizeid); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
365 gtk_icon_source_set_size_wildcarded(source, FALSE); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
366 gtk_icon_source_set_state_wildcarded(source, TRUE); |
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
367 gtk_icon_set_add_source(iconset, source); |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
368 g_free(filename); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
369 g_object_unref(pixbuf); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
370 gtk_icon_source_free(source); |
24411
de3b12b70b5f
Try to be more compliant with the freedesktop.org icon spec thingy with
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
24317
diff
changeset
|
371 } |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
372 } |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
373 |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
374 void |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
375 pidgin_stock_init(void) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
376 { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
377 static gboolean stock_initted = FALSE; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
378 GtkIconFactory *icon_factory; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
379 size_t i; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
380 GtkWidget *win; |
19292
36316f1db621
Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
18822
diff
changeset
|
381 GtkIconSize microscopic, extra_small, small, medium, large, huge; |
21698
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
382 |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
383 if (stock_initted) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
384 return; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
385 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
386 stock_initted = TRUE; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
387 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
388 /* Setup the icon factory. */ |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
389 icon_factory = gtk_icon_factory_new(); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
390 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
391 gtk_icon_factory_add_default(icon_factory); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
392 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
393 /* Er, yeah, a hack, but it works. :) */ |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
394 win = gtk_window_new(GTK_WINDOW_TOPLEVEL); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
395 gtk_widget_realize(win); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
396 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
397 for (i = 0; i < G_N_ELEMENTS(stock_icons); i++) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
398 { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
399 GtkIconSource *source; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
400 GtkIconSet *iconset; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
401 gchar *filename; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
402 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
403 if (stock_icons[i].dir == NULL) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
404 { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
405 /* GTK+ Stock icon */ |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
406 iconset = gtk_style_lookup_icon_set(gtk_widget_get_style(win), |
21698
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
407 stock_icons[i].filename); |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
408 } |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
409 else |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
410 { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
411 filename = find_file(stock_icons[i].dir, stock_icons[i].filename); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
412 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
413 if (filename == NULL) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
414 continue; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
415 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
416 source = gtk_icon_source_new(); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
417 gtk_icon_source_set_filename(source, filename); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
418 gtk_icon_source_set_direction_wildcarded(source, TRUE); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
419 gtk_icon_source_set_size_wildcarded(source, TRUE); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
420 gtk_icon_source_set_state_wildcarded(source, TRUE); |
21698
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
421 |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
422 iconset = gtk_icon_set_new(); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
423 gtk_icon_set_add_source(iconset, source); |
21698
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
424 |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
425 gtk_icon_source_free(source); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
426 g_free(filename); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
427 } |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
428 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
429 gtk_icon_factory_add(icon_factory, stock_icons[i].name, iconset); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
430 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
431 gtk_icon_set_unref(iconset); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
432 } |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
433 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
434 /* register custom icon sizes */ |
21698
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
435 |
19469
42ee8f13c917
Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@gmail.com>
parents:
19308
diff
changeset
|
436 microscopic = gtk_icon_size_register(PIDGIN_ICON_SIZE_TANGO_MICROSCOPIC, 11, 11); |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
437 extra_small = gtk_icon_size_register(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL, 16, 16); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
438 small = gtk_icon_size_register(PIDGIN_ICON_SIZE_TANGO_SMALL, 22, 22); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
439 medium = gtk_icon_size_register(PIDGIN_ICON_SIZE_TANGO_MEDIUM, 32, 32); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
440 large = gtk_icon_size_register(PIDGIN_ICON_SIZE_TANGO_LARGE, 48, 48); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
441 huge = gtk_icon_size_register(PIDGIN_ICON_SIZE_TANGO_HUGE, 64, 64); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
442 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
443 for (i = 0; i < G_N_ELEMENTS(sized_stock_icons); i++) |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
444 { |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
445 GtkIconSet *iconset; |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
446 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
447 iconset = gtk_icon_set_new(); |
21698
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
448 |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
449 #define ADD_SIZED_ICON(name, size) do { \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
450 if (sized_stock_icons[i].name) \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
451 add_sized_icon(iconset, name, \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
452 sized_stock_icons[i].dir, sized_stock_icons[i].rtl, \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
453 size, sized_stock_icons[i].filename); \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
454 } while (0) |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
455 ADD_SIZED_ICON(microscopic, "11"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
456 ADD_SIZED_ICON(extra_small, "16"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
457 ADD_SIZED_ICON(small, "22"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
458 ADD_SIZED_ICON(medium, "32"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
459 ADD_SIZED_ICON(large, "48"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
460 ADD_SIZED_ICON(huge, "64"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
461 #undef ADD_SIZED_ICON |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
462 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
463 gtk_icon_factory_add(icon_factory, sized_stock_icons[i].name, iconset); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
464 gtk_icon_set_unref(iconset); |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
465 |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
466 if (sized_stock_icons[i].translucent_name) { |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
467 iconset = gtk_icon_set_new(); |
21698
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
468 |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
469 #define ADD_TRANS_ICON(name, size) do { \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
470 if (sized_stock_icons[i].name) \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
471 add_translucent_sized_icon(iconset, name, \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
472 sized_stock_icons[i].dir, sized_stock_icons[i].rtl, \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
473 size, sized_stock_icons[i].filename); \ |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
474 } while (0) |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
475 ADD_TRANS_ICON(microscopic, "11"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
476 ADD_TRANS_ICON(extra_small, "16"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
477 ADD_TRANS_ICON(small, "22"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
478 ADD_TRANS_ICON(medium, "32"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
479 ADD_TRANS_ICON(large, "48"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
480 ADD_TRANS_ICON(huge, "64"); |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
481 #undef ADD_TRANS_ICON |
1d13939502cd
I find this less painful to the eyes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20759
diff
changeset
|
482 |
16436
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
483 gtk_icon_factory_add(icon_factory, sized_stock_icons[i].translucent_name, iconset); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
484 gtk_icon_set_unref(iconset); |
c0c5f07027ff
Don't use translucent pixmaps for idle, but apply transparency to icons in pidginstock.c
Sean Egan <seanegan@gmail.com>
parents:
16356
diff
changeset
|
485 } |
15822
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
486 } |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
487 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
488 gtk_widget_destroy(win); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
489 g_object_unref(G_OBJECT(icon_factory)); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
490 |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
491 /* Register the stock items. */ |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
492 gtk_stock_add_static(stock_items, G_N_ELEMENTS(stock_items)); |
84b0f9b23ede
According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@gmail.com>
parents:
diff
changeset
|
493 } |