Mercurial > pidgin
annotate pixmaps/Makefile.am @ 6648:adf49a9bb9a0
[gaim-migrate @ 7173]
dnsands@sandia.gov noticed that:
"With AIM and custom font faces, the attributes (bold,
italics) will not be rendered in the conversation
window. This is because gtk's "font" attribute wants
the Pango font name for its selection, which goes in
the form of:
Font_Name attribs size
The attribs are the bold, italic, or bold italic
modifiers. Without these there will be no bold or italics.
Using the "family" attribute instead will allow the
bold and italic modifiers to change the text style.
With the "font" attribute, it seems these aspects of
the style are specified there and immutable."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Fri, 29 Aug 2003 23:59:11 +0000 |
parents | fcc28f5dd0c8 |
children | 79e33c8ecf16 |
rev | line source |
---|---|
6143 | 1 SUBDIRS = smileys status |
5024 | 2 |
3 EXTRA_DIST = \ | |
4 about_menu.png \ | |
5 accounts.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
6 away.png \ |
5024 | 7 change-bgcolor-small.png \ |
8 change-fgcolor-small.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
9 connect.png \ |
3363 | 10 edit.png \ |
3372 | 11 gaim.png \ |
4483 | 12 gaim_auth.png \ |
3766 | 13 gaim_cool.png \ |
3427 | 14 gaim_error.png \ |
15 gaim_info.png \ | |
16 gaim_question.png \ | |
17 gaim_warning.png \ | |
5024 | 18 insert-image-small.png \ |
19 insert-link-small.png \ | |
20 insert-smiley-small.png \ | |
21 logo.png \ | |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
22 msgpend.png \ |
3546 | 23 msgunread.png \ |
2468
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
24 offline.png \ |
16e8b83b10a2
[gaim-migrate @ 2481]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2426
diff
changeset
|
25 online.png \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
26 pause.png \ |
5822 | 27 send-im.png \ |
5024 | 28 tb_drag_arrow_down.xpm \ |
29 tb_drag_arrow_left.xpm \ | |
30 tb_drag_arrow_right.xpm \ | |
31 tb_drag_arrow_up.xpm \ | |
3671 | 32 text_bigger.png \ |
5024 | 33 text_normal.png \ |
3671 | 34 text_smaller.png \ |
5024 | 35 typed.png \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
36 typing.png \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
37 Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
38 smileys/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
39 smileys/default/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
40 status/default/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
41 status/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
42 gaim-install.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
43 gaim.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
44 gaim_4bit_16.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
45 gaim_away.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
46 gaim_away_4bit_16.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
47 gaim_msgpend_4bit_16.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
48 gaim_msgunread_4bit_16.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
49 gaim_offline.ico \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
50 gaim_offline_4bit_16.ico |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6156
diff
changeset
|
51 |
327 | 52 |
3363 | 53 gaimbuttonpixdir = $(datadir)/pixmaps/gaim/buttons |
6009
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5822
diff
changeset
|
54 gaimbuttonpix_DATA = about_menu.png accounts.png change-bgcolor-small.png change-fgcolor-small.png edit.png insert-image-small.png insert-link-small.png insert-smiley-small.png pause.png text_bigger.png text_normal.png text_smaller.png send-im.png |
3363 | 55 |
3427 | 56 gaimdialogpixdir = $(datadir)/pixmaps/gaim/dialogs |
4483 | 57 gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png gaim_cool.png gaim_auth.png |
3427 | 58 |
5024 | 59 gaimiconpixdir = $(datadir)/pixmaps/gaim/icons |
60 gaimiconpix_DATA = away.png connect.png msgpend.png offline.png online.png msgunread.png | |
3671 | 61 |
3425 | 62 gaimdistpixdir = $(datadir)/pixmaps/gaim |
6156 | 63 gaimdistpix_DATA = logo.png tb_drag_arrow_down.xpm tb_drag_arrow_left.xpm tb_drag_arrow_right.xpm tb_drag_arrow_up.xpm typed.png typing.png |
3363 | 64 |
3425 | 65 distpixmapdir = $(datadir)/pixmaps |
66 distpixmap_DATA = gaim.png | |
3363 | 67 |