Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display <em> and <i> elements with underline. [w3m-dev 04197] | Dai Sato | 2007-04-19 | 2 | -3/+8 |
| | |||||
* | * [SECURITY] fix format string vulnerability | Fumitoshi UKAI | 2006-12-27 | 2 | -3/+8 |
| | | | | * file.c (inputAnswer) fix format string bug | ||||
* | [w3m-dev 04185] display <em> and <i> elements with bold letters. | Dai Sato | 2006-12-10 | 6 | -79/+152 |
| | |||||
* | [w3m-dev 04184] automatic uncompression in downloading | Dai Sato | 2006-12-10 | 6 | -195/+220 |
| | |||||
* | accept invalid "set-cookies" headers when "domainName == .hostName". | Dai Sato | 2006-12-10 | 2 | -2/+15 |
| | |||||
* | add LiveHTTPHeaders-like option: -reqlog. | Dai Sato | 2006-12-10 | 5 | -19/+24 |
| | |||||
* | mailcap.c (acceptableMimeTypes): change default accept: line | Fumitoshi UKAI | 2006-08-07 | 2 | -7/+12 |
| | | | | | w3m should prefer text/html to other text/*. reported as Debian Bug#374296 | ||||
* | avoid decoding when dump_extra option is specified. | Dai Sato | 2006-06-12 | 2 | -2/+9 |
| | |||||
* | avoid decoding when dump_extra option is specified. | Dai Sato | 2006-06-10 | 2 | -4/+9 |
| | |||||
* | Show progress status when dump_extra option is specified. [w3m-dev 03992] | Dai Sato | 2006-06-10 | 2 | -2/+9 |
| | |||||
* | don't delete newlines in hidden values. [w3m-dev 04129] | Dai Sato | 2006-06-07 | 2 | -13/+35 |
| | |||||
* | [w3m-dev-en 01067] decode content-encoding in all situations. | Dai Sato | 2006-05-29 | 4 | -6/+28 |
| | |||||
* | [w3m-dev-en 01057] delete calls to GC from wrap_GC_warn_proc to avoid deadlocks. | Dai Sato | 2006-05-29 | 2 | -6/+10 |
| | |||||
* | [w3m-dev-en 01067] fix unsafe usage of SIGWINCH handler. | Dai Sato | 2006-05-29 | 2 | -19/+24 |
| | |||||
* | Add SHIFT-TAB as a default binding for PREV_LINK. | Dai Sato | 2006-05-29 | 5 | -5/+12 |
| | |||||
* | close textarea when table related tags are found. | Dai Sato | 2006-04-08 | 2 | -5/+15 |
| | |||||
* | check A tag in HTMLlineproc2body(). | Dai Sato | 2006-04-08 | 4 | -6/+30 |
| | |||||
* | add explanations for .w3m/config and -o option. | Dai Sato | 2006-04-08 | 4 | -1/+14 |
| | |||||
* | [w3m-dev 04150] fix vi_prec_num switching. | Dai Sato | 2006-04-08 | 2 | -7/+20 |
| | |||||
* | [w3m-dev 04146] disable HAVE_LANGINFO_CODESET on cygwin | Dai Sato | 2006-04-08 | 2 | -2/+13 |
| | |||||
* | Introduce option show_cookie and set it TRUE by default. | Dai Sato | 2006-04-07 | 4 | -10/+24 |
| | |||||
* | Replace '\n' (newline) with ' ' (space) in attributes of html tags. | Dai Sato | 2006-04-07 | 2 | -2/+12 |
| | |||||
* | Add w3mman -l <file> command line argument for viewing of local man files. | Dai Sato | 2006-04-07 | 3 | -17/+46 |
| | |||||
* | rewind to 10 Feb 2006. | Dai Sato | 2006-04-07 | 3 | -46/+17 |
| | |||||
* | rewind to 10 Feb 2006. | Dai Sato | 2006-04-07 | 4 | -6/+2 |
| | |||||
* | rewind to 10 Feb 2006. | Dai Sato | 2006-04-07 | 3 | -6/+2 |
| | |||||
* | Add w3mman -l <file> command line argument for viewing of local man files. | Dai Sato | 2006-04-07 | 1 | -1/+7 |
| | |||||
* | Use the hint instead of US_ASCII in wc_auto_detect. | Dai Sato | 2006-04-07 | 1 | -1/+7 |
| | |||||
* | Use Strnew_charp(" ") instead of the wrong Strnew(" "). | Dai Sato | 2006-04-07 | 3 | -5/+11 |
| | |||||
* | rewind to 10 Feb 2006. | Dai Sato | 2006-04-07 | 22 | -941/+64 |
| | |||||
* | apply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006. | Dai Sato | 2006-04-05 | 33 | -86/+1000 |
| | |||||
* | replace pclose passed to localcgi_post/get() with fclose in openURL() | Dai Sato | 2006-02-10 | 2 | -4/+9 |
| | |||||
* | file.c: replace pclose with fclose in the end of uncompress_stream() by Dai Sato | Dai Sato | 2006-02-09 | 2 | -3/+8 |
| | | | | CVS ---------------------------------------------------------------------- | ||||
* | configure.ac: rename from configure.in. this is for autoconf2.50 | Fumitoshi UKAI | 2005-02-26 | 3 | -3186/+8610 |
| | |||||
* | [w3m-dev 04143] Patch for OS/2 | Fumitoshi UKAI | 2005-02-26 | 4 | -5/+8 |
| | | | | | | | * config.h.in: ifdef HAVE_SETPGRP * configure.in: define USE_BINMODE_STREAM for *os2-emx* * islang.c: ULONG -> unsigned long * main.c: ULONG -> unsigned long | ||||
* | [w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installation | Fumitoshi UKAI | 2005-02-14 | 4 | -8601/+3194 |
| | | | | | * acinclude.m4 (AC_W3M_SSL): define USE_SSL after ssl library found From: Fumitoshi UKAI <ukai@debian.or.jp> | ||||
* | [w3m-dev 04133] mouse_end() should preced reset_tty()? | Fumitoshi UKAI | 2005-01-18 | 2 | -3/+8 |
| | | | | | * terms.c (reset_exit): mouse_end() should precede reset_tty() From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> | ||||
* | [w3m-dev 04130] [w3m-dev 04131] [w3m-dev 04132] Multiple challeges in ↵ | Fumitoshi UKAI | 2005-01-04 | 2 | -59/+202 |
| | | | | | | | | | | | *-Authenticate header * file.c (skip_auth_token): added (extract_auth_val): ',' is end of token (extract_auth_param): use skip_auth_token (AuthDigestCred): parse qop and calc cnonce correctly (findAuthentication): use skip_auth_token From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> | ||||
* | * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): | Fumitoshi UKAI | 2004-11-08 | 3 | -5/+14 |
| | | | | | | fix unused variable `i' * w3mimg/x11/x11_w3mimg.c (x11_load_image): ditto | ||||
* | [w3m-dev 04128] Re: w3mimgdisplay | Fumitoshi UKAI | 2004-11-08 | 6 | -6/+23 |
| | | | | | | | | | | | * acinclude.m4 (AC_W3M_IMAGE): check not yes * aclocal.m4, configure: regen * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fb_image_fill in case GDK_PIXBUF_FRAME_DISPOSE * w3mimg/x11/x11_w3mimg.c (get_animation_size): return n (x11_load_image): fill in case GDK_PIXBUF_FRAME_DISPOSE | ||||
* | [w3m-dev 04117] Re: start attribute and value attribute on ordered lists | Fumitoshi UKAI | 2004-11-04 | 2 | -4/+11 |
| | | | | | * file.c (HTMLtagproc1): allow negative value for start attr From: Hiroyuki Ito <ZXB01226@nifty.com> | ||||
* | Bug#276246: w3m's locale parsing should at least see '@euro' modifier | Fumitoshi UKAI | 2004-10-13 | 5 | -1/+84 |
| | | | | | | | | * config.h (HAVE_LANGINFO_CODESET): added * configure.in (AM_LANGINFO_CODESET): added * libwc/charset.c: #include <langinfo.h> (wc_charset_to_ces): use nl_langinfo(CODESET) From: Fumitoshi UKAI <ukai@debian.or.jp> | ||||
* | * [w3m-dev 04108] PIPE_BUF | Fumitoshi UKAI | 2004-09-29 | 2 | -2/+9 |
| | | | | | | * main.c (pipeBuf): set buf->currentURL.file to prevent segfault by "PIPE_BUF cat;VIEW SOURCE;" From: Hiroyuki Ito <ZXB01226@nifty.com> | ||||
* | [w3m-dev 04104] w3mmail.cgi | Fumitoshi UKAI | 2004-08-30 | 2 | -2/+8 |
| | | | | | * scripts/w3mmail.cgi.in: strip ^M From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> | ||||
* | [w3m-dev 04099] Re: w3m-img gtk2 | Fumitoshi UKAI | 2004-08-16 | 2 | -4/+9 |
| | | | | | * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): fix resize bug From: Hiroyuki Ito <ZXB01226@nifty.com> | ||||
* | [w3m-dev 04097] Re: w3m-img gtk2 | Fumitoshi UKAI | 2004-08-05 | 3 | -74/+62 |
| | | | | | | | | | | | * w3mimg/fb/fb_gdkpixbuf.c (draw): no need bg (get_animation_size): use GTimeVal (fb_image_load): use GTimeVal fix for animation * w3mimg/x11/x11_w3mimg.c (get_animation_size): use GTimeVal (x11_load_image): use GTimeVal fix for animation From: Hiroyuki Ito <ZXB01226@nifty.com> | ||||
* | [w3m-dev 04096] w3m-img gtk2 | Fumitoshi UKAI | 2004-08-04 | 12 | -145/+653 |
| | | | | | | | | | | | | | * acinclude.m4 (AC_W3M_IMAGE): add USE_GTK2 add --with-imagelib=gtk2 * aclocal.m4 config.guess config.sub configure: regen * config.h.in: add USE_GTK2 * w3mimg/fb/fb_gdkpixbuf.c: support USE_GTK2 * w3mimg/fb/fb_img.h: add fb_image_init() * w3mimg/fb/fb_imlib2.h: fb_image_init() stub * w3mimg/fb/fb_w3mimg.c: call fb_image_init() * w3mimg/x11/x11_w3mimg.c: support USE_GTK2 From: Fumitoshi UKAI <ukai@debian.or.jp> | ||||
* | [w3m-dev 04095] build fix when configure with --enable-messagel10n | Fumitoshi UKAI | 2004-08-02 | 4 | -7/+16 |
| | | | | | | | * main.c (main): locale and textdomain initialization if ENABLE_NLS * menu.c (initMenu): use _() instead of gettext() * rc.c (show_params): use _() instead of gettext() From: WATANABE Katsuyuki <knabe@sannet.ne.jp> | ||||
* | [w3m-dev 04094] Re: option panel: gettextize select list | Fumitoshi UKAI | 2004-07-17 | 2 | -3/+13 |
| | | | | | | * rc.c (load_option_panel): don't gettext&wc_conv colorstr several times From: WATANABE Katsuyuki <knabe@sannet.ne.jp> | ||||
* | [w3m-dev 04093] bookmark charset | Fumitoshi UKAI | 2004-07-15 | 4 | -24/+32 |
| | | | | | | | | | * add global variable: BookmarkCharset. * main.c:adBmark(): remove condition LANG = JA. * main.c: buffername encode by BookmarkCharset when add bookmark. * main.c: BookmarkCharset pass to w3mbookmark. * w3mbookmark.c: ditto. From: WATANABE Katsuyuki <knabe@sannet.ne.jp> |