aboutsummaryrefslogtreecommitdiffstats
path: root/file.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-29Fix mistake of unescape spaces for _doFileCopyTatsuya Kinoshita1-1/+1
cf. [w3m-dev-en 00751], [w3m-dev-en 00752] on 2002-06-09
2015-09-06Do not use C99-style commentsTatsuya Kinoshita1-3/+3
2015-09-06Mitigate issue #16 found by @kcwuDavid Crosby1-9/+11
2015-08-11Remove unused valueDavid Crosby1-1/+0
2015-08-11Remove dead assignments flagged by Clang static analysisDavid Crosby1-1/+0
2015-08-11Fix resource leak in AuthDigestCredDavid Crosby1-1/+3
2015-07-25Initialise hidden_input to NULLRichard Quirk1-1/+1
This prevents a possible use of garbage value on line 3017.
2015-07-25use pclose for pipeRichard Quirk1-1/+1
2015-02-02New option "display_borders" to display 0 pixel table borders.Tatsuya Kinoshita1-0/+2
cf. http://d.hatena.ne.jp/rubikitch/20101120
2014-12-06Add -sixel option which supports image processing by img2sixel.Araki Ken1-3/+3
2014-12-06* file.c: nw and ni are rounded up instead of rounded off to show every ↵Araki Ken1-2/+8
corner of images.
2014-12-06* terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from ↵Araki Ken1-9/+16
0.1 sec to 0.5 sec. * image.c: - clearImage() works. - Use cached image files created by w3m in getImage(). * file.c: Hack for alignment.
2013-11-10Add support for single quoted meta refresh URLPaul Boekholt1-3/+3
Bug: https://sourceforge.net/p/w3m/patches/53/
2013-10-14Workaround of GC crash on Cygwin64AIDA Shinra1-25/+33
Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>, [w3m-dev:04469] on 2013-10-14.
2013-08-04Fix segfault of loadGeneralFile()Tatsuya Kinoshita1-2/+3
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718612
2013-07-28Fix segfault of process_button()Tatsuya Kinoshita1-1/+1
2013-04-08One more patch for siteconf from [w3m-dev 04464]Tatsuya Kinoshita1-2/+1
2013-04-08Support the siteconf featureTatsuya Kinoshita1-118/+110
Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
2012-05-24Merge from upstream on 2012-05-22Tatsuya Kinoshita1-2/+9
2012-05-22Merge from upstream on 2012-05-22Tatsuya Kinoshita1-2/+9
2011-06-19Support the button element as defined in HTML 4.01Tatsuya Kinoshita1-1/+148
Patch from upstream, [w3m-dev 04411] on 2010-09-17, to support the button element. It is discussed upstream and incomplete, but enough to login Launchpad.
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-20/+78
2011-05-04Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita1-107/+499
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+8016