Mercurial > gftp.yaz
annotate docs/sample.gftp/world.xpm @ 367:d5409bf03ff1
2003-1-18 Brian Masney <masneyb@gftp.org>
* lib/protocols.c (gftp_parse_url) - if the URL is the local filesystem, skip over the whitespace at the beginning.
* lib/rfc959.c (rfc959_syst) - allow the string MVS and OS/MVS for the
MVS directory listings.
* src/gtk/gtkui_transfer.c src/gtk/transfer.c src/gtk/gftpui.c -
started to move the transfer functionality into the uicommon directory.
Added the text and GTK+ UI specific transfer functions.
* src/gtk/Makefile.am po/POTFILES.in - added gtkui_transfer.c
* src/gtk/dnd.c src/gtk/gtkui_transfer.c src/gtk/view_dialog.c -
s/add_file_transfer/gtkui_common_add_file_transfer/
* src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed transfer_mutex
* src/gtk/gtkui.c src/text/textui.c - added
gftpui_add_file_to_transfer()
* src/uicommon/gftpui_callbacks.c src/uicommon/gftpui.c - in all of the
thread callback functions, don't alter the return value in the function. Return it as is.
author | masneyb |
---|---|
date | Sun, 18 Jan 2004 20:09:28 +0000 |
parents | 8b1883341c6f |
children | e999754d6106 |
rev | line source |
---|---|
1 | 1 /* XPM */ |
2 static char * world_xpm[] = { | |
3 "16 16 22 1", | |
4 " c None", | |
5 ". c #8C8C8C", | |
6 "+ c #525252", | |
7 "@ c #212121", | |
8 "# c #101010", | |
9 "$ c #737373", | |
10 "% c #AFC8FF", | |
11 "& c #3F5942", | |
12 "* c #6B8E6F", | |
13 "= c #818181", | |
14 "- c #808080", | |
15 "; c #768E79", | |
16 "> c #5D5D5D", | |
17 ", c #929292", | |
18 "' c #4D4D4D", | |
19 ") c #8A8A8A", | |
20 "! c #4A4A4A", | |
21 "~ c #898989", | |
22 "{ c #343434", | |
23 "] c #333333", | |
24 "^ c #535353", | |
25 "/ c #353535", | |
26 " ", | |
27 " .+@#@+. ", | |
28 " $@%&&*%@$= ", | |
29 " $@%%**&%%@$- ", | |
30 " .@%%&&*%%%&@.= ", | |
31 " +%&;&*&%%&&%+>,", | |
32 " @%&;***%%*&%@')", | |
33 " #%&;**%%***&#!~", | |
34 " @%&**%%%%**&@!~", | |
35 " +%%&**%%%&&%+!~", | |
36 " $@%%%**&%%%@.'~", | |
37 " ,$@%&&&%%&@${>~", | |
38 " =.@*&%%&@$]^= ", | |
39 " -.+@#@+./^- ", | |
40 " =>'!!!'>= ", | |
41 " ,)~~~), "}; |