aboutsummaryrefslogtreecommitdiffstats
path: root/art/hand-16.xpm
blob: d925e2d968b9c1cc40ce9643775acdec80cc3bbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/* XPM */
static char * hand_16_xpm[] = {
"16 16 96 2",
"   c None",
".  c #010100",
"+  c #010000",
"@  c #090600",
"#  c #030000",
"$  c #E8E6E1",
"%  c #A3A09C",
"&  c #080000",
"*  c #D6D2CD",
"=  c #8F8A84",
"-  c #FFFAF7",
";  c #98938D",
">  c #F1EDE9",
",  c #88827E",
"'  c #181510",
")  c #F8EEE4",
"!  c #F8ECE0",
"~  c #F8ECDE",
"{  c #0D0600",
"]  c #F8EBDE",
"^  c #F6E7D7",
"/  c #D5C5B6",
"(  c #070000",
"_  c #F6E5D3",
":  c #F7E9D9",
"<  c #050200",
"[  c #080300",
"}  c #312722",
"|  c #EFE7E0",
"1  c #F6F2EF",
"2  c #F6F1EE",
"3  c #EDE4DB",
"4  c #F1E4D6",
"5  c #9D9790",
"6  c #12110D",
"7  c #958E88",
"8  c #DDCFC2",
"9  c #F6E8D9",
"0  c #F6F1EC",
"a  c #F5F1EE",
"b  c #E5D7CB",
"c  c #F7E8D8",
"d  c #EEDFD3",
"e  c #CAC0B6",
"f  c #645951",
"g  c #E7D9CA",
"h  c #F6E6D5",
"i  c #F7EBDE",
"j  c #E9DCD2",
"k  c #040000",
"l  c #F7EFE7",
"m  c #EDDECF",
"n  c #D6C8BA",
"o  c #CBB9AC",
"p  c #D2C8BC",
"q  c #F8EEE3",
"r  c #F5EEE8",
"s  c #EFE3D7",
"t  c #B8A99D",
"u  c #060100",
"v  c #D7CFC7",
"w  c #F9F2E9",
"x  c #F3E3D4",
"y  c #F1DFCF",
"z  c #E6D7C7",
"A  c #F8F2ED",
"B  c #EDE1D4",
"C  c #0A0300",
"D  c #D7CFC9",
"E  c #FAF2EC",
"F  c #F1E0D1",
"G  c #F6EEE8",
"H  c #000000",
"I  c #171111",
"J  c #A79D9D",
"K  c #C8BDBC",
"L  c #A59D9A",
"M  c #ABA8A3",
"N  c #BFB7B5",
"O  c #060000",
"P  c #0E0403",
"Q  c #0A0000",
"R  c #0A0200",
"S  c #080401",
"T  c #FCF4F2",
"U  c #F9F1EF",
"V  c #F8F0EE",
"W  c #F2EDEA",
"X  c #DDD9D6",
"Y  c #E5E4E0",
"Z  c #030400",
"`  c #0B0505",
" . c #050000",
".. c #14100F",
"+. c #090806",
"@. c #000100",
"              . +               ",
"          @ # $ % + +           ",
"        & * = - ; > , '         ",
"        & ) ; ! ; ~ ; {         ",
"        & ] ; ^ ; ] ; / (       ",
"        & _ ; _ ; : ; / (       ",
"    < [ } | 1 2 3 4 5 / (       ",
"  6 _ 7 & 8 _ 9 0 a b / (       ",
"  + c d e f g h _ i j / (       ",
"    k l m n o p q r s t (       ",
"    u v w x y z A B _ t (       ",
"      C D E _ F G _ / H         ",
"        I J K _ _ L M &         ",
"        N O P Q R k S           ",
"        k T U V W X Y Z         ",
"        k `  ...# +.H @.        "};
>Andre Klapper2013-04-201-1/+5 * User docs: Fix markupAndre Klapper2013-04-201-1/+1 * User docs: Explain 'Match all' filter criterion. Fixes bug 698437.Andre Klapper2013-04-202-5/+6 * User docs: Update appointment saving instructions as per e1f45e28Andre Klapper2013-04-201-4/+2 * User docs: Update Mozilla import docs. Still not too great.Andre Klapper2013-04-201-5/+12 * User docs: Update Wikipedia URLs as default host also supports SSL nowAndre Klapper2013-04-204-8/+8 * User docs: Fix markupAndre Klapper2013-04-201-1/+1 * User docs: Update Makefile.amAndre Klapper2013-04-201-0/+1 * User docs: Move shared filter/vfolder conditions into separate file (XInclude)Andre Klapper2013-04-203-121/+77 * User docs: Update TODOs with corresponding bug IDsAndre Klapper2013-04-201-3/+3 * User docs: Remove TODO; filed as bug 698435 nowAndre Klapper2013-04-201-3/+6 * User docs: Update Makefile.amAndre Klapper2013-04-201-1/+3 * User docs: Misc. comment updatesAndre Klapper2013-04-2028-39/+35 * User docs: bug 690696 - Remove last references to old IMAP backendAndre Klapper2013-04-204-62/+1 * User docs: Use XInclude for common Account Identity section to avoid string d...Andre Klapper2013-04-2011-62/+59 * User docs: Remove some orphaned linksAndre Klapper2013-04-204-13/+0 * User docs: Use XInclude for common Search help to avoid string duplicationAndre Klapper2013-04-206-441/+344 * Fix duplicate entry in HELP_FILES.Matthew Barnes2013-04-171-1/+0 * Fix tags in the Hungarian helpGabor Kelemen2013-04-141-2/+2 * Bug 697228 - User Docs: Remove CSS page now that we have WebKit renderingAndre Klapper2013-04-042-30/+0 * Bug 697141 - User docs: Remove express modeAndre Klapper2013-04-031-1/+0 * Bug 697141 - User docs: Remove express modeAndre Klapper2013-04-031-25/+0 * Updated Galician translationsFran Diéguez2013-04-021-7175/+7366 * Mark icon in user help as untranslatableEkaterina Gerasimova2013-04-011-2/+2 * Fix mismatched tag in Hungarian help translationGabor Kelemen2013-03-251-1/+1 * Updated Hungarian help translationGabor Kelemen2013-03-221-856/+904 * Update Czech translation by Jiri EischmannPetr Kovar2013-03-091-8516/+9126 * [l10n] Updated German doc translationChristian Kirbach2013-03-041-943/+466 * Updated Greek translationDimitris Spingos2013-03-031-918/+975 * Remove change-keyboard-shortcuts.page due to last commitAndre Klapper2013-02-251-1/+0 * User Docs: Remove change-keyboard-shortcuts: Moved to gnome-user-docs/gnome-h...Andre Klapper2013-02-251-32/+0 * Update Makefile.am. I always forget that when removing files.Andre Klapper2013-01-301-3/+0 * Bug #692818 - Remove documentation on Novell GroupWiseAndre Klapper2013-01-3010-153/+0 * Updated Spanish translationDaniel Mustieles2013-01-281-630/+659 * Bug #685757 - Update cache location in user docsAndre Klapper2013-01-231-2/+2 * Update file list after last commits. Again.Andre Klapper2013-01-231-2/+0 * Update file list after last commitsAndre Klapper2013-01-231-4/+0 * Remove pages on 3.0 errors from user helpAndre Klapper2013-01-232-81/+0 * Bug #690697 - Document using real (non-virtual) Junk and Trash folders with I...Andre Klapper2013-01-232-11/+15 * Bug #688294 - Update how online/offline mode works nowadaysAndre Klapper2013-01-232-11/+16 * Bug #690696 - Remove references to the old IMAP backendAndre Klapper2013-01-2312-120/+2 * Bug #692213 - Remove evolution-exchange recommendationAndre Klapper2013-01-238-137/+7 * Updated Spanish translationDaniel Mustieles2012-12-311-8/+8 * Updated Spanish translationDaniel Mustieles2012-12-311-14/+10 * Updated Spanish translationDaniel Mustieles2012-12-311-70/+8 * Updated Spanish translationDaniel Mustieles2012-12-311-15502/+15560 * Updated Slovenian translationMartin Srebotnjak2012-12-301-8032/+5979 * help/fr/fr.po: Escape '<' and '>' to silence gettext warningMatthew Barnes2012-12-141-1/+1 * es translation: Escape markup so gettext does not complainAndre Klapper2012-12-131-15505/+15503 * fr translation: Escape and fix markup so gettext does not complainAndre Klapper2012-12-131-10/+5 * de translation: Escape markup so gettext does not complainAndre Klapper2012-12-131-1/+1 * Fix references to subpages of other documents, use / instead of #Gabor Kelemen2012-12-065-6/+6 * Update German help translationChristian Kirbach2012-11-271-320/+287 * Updated German help translation (bug 688629)Paul Menzel2012-11-261-1/+1 * User Docs: Remove hint about --component. It doesn't fit here.Andre Klapper2012-09-261-3/+1 * User Docs: Use consistent instructions for commands/terminal usageAndre Klapper2012-09-264-4/+4 * User Docs: Explain using the --component parameterAndre Klapper2012-09-261-3/+5 * Update French translationAlexandre Franke2012-09-243-10089/+10257 * Updated Hungarian help translationGabor Kelemen2012-09-171-9895/+10108 * Updated Greek translationTom Tryfonidis2012-09-171-328/+129 * Fix broken tag in German help translationPiotr Drąg2012-09-151-1/+1 * User Docs: Clarify scope of aplying same view for all foldersAndre Klapper2012-09-141-3/+2 * User Docs: Clarify requirements for delegationAndre Klapper2012-09-141-4/+2 * Updated German help translationMario Blättermann2012-09-141-10002/+10355