aboutsummaryrefslogtreecommitdiffstats
path: root/file.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-08-191-0/+6
| | | | Bug-Debian: https://github.com/tats/w3m/issues/16
* Revert "Fix uninitialised values for <i> and <dd>"Tatsuya Kinoshita2016-08-191-6/+0
| | | | | This reverts commit 0fba2f1a6eb6861206ad120a02af2643938082cd. cf. https://github.com/tats/w3m/commit/0fba2f1a6eb6861206ad120a02af2643938082cd#commitcomment-18703355
* Fix uninitialised values for <i> and <dd>Tatsuya Kinoshita2016-08-191-0/+6
| | | | Bug-Debian: https://github.com/tats/w3m/issues/16
* Prevent segfault with malformed input_altTatsuya Kinoshita2016-08-181-3/+3
| | | | Bug-Debian: https://github.com/tats/w3m/issues/18
* Prevent segfault with incorrect button typeTatsuya Kinoshita2016-08-171-0/+11
| | | | Bug-Debian: https://github.com/tats/w3m/issues/17
* Prevent segfault with incorrect form_int fidTatsuya Kinoshita2016-08-171-2/+3
| | | | Bug-Debian: https://github.com/tats/w3m/issues/15
* Prevent negative array index for selectnumber and textareanumberTatsuya Kinoshita2016-08-171-4/+4
| | | | Bug-Debian: https://github.com/tats/w3m/issues/12
* Truncate large values of table attributesTatsuya Kinoshita2016-08-161-0/+9
| | | | Bug-Debian: https://github.com/tats/w3m/issues/11
* Prevent segfault with malformed input typeTatsuya Kinoshita2016-08-081-4/+6
| | | | Bug-Debian: https://github.com/tats/w3m/issues/7
* Fix mistake of unescape spaces for _doFileCopyTatsuya Kinoshita2016-03-291-1/+1
| | | | cf. [w3m-dev-en 00751], [w3m-dev-en 00752] on 2002-06-09
* Do not use C99-style commentsTatsuya Kinoshita2015-09-061-3/+3
|
* Mitigate issue #16 found by @kcwuDavid Crosby2015-09-061-9/+11
|
* Remove unused valueDavid Crosby2015-08-111-1/+0
|
* Remove dead assignments flagged by Clang static analysisDavid Crosby2015-08-111-1/+0
|
* Fix resource leak in AuthDigestCredDavid Crosby2015-08-111-1/+3
|
* Initialise hidden_input to NULLRichard Quirk2015-07-251-1/+1
| | | | This prevents a possible use of garbage value on line 3017.
* use pclose for pipeRichard Quirk2015-07-251-1/+1
|
* New option "display_borders" to display 0 pixel table borders.Tatsuya Kinoshita2015-02-021-0/+2
| | | | cf. http://d.hatena.ne.jp/rubikitch/20101120
* Add -sixel option which supports image processing by img2sixel.Araki Ken2014-12-061-3/+3
|
* * file.c: nw and ni are rounded up instead of rounded off to show every ↵Araki Ken2014-12-061-2/+8
| | | | corner of images.
* * terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from ↵Araki Ken2014-12-061-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.
* Merge branch 'bug/refresh-url'Tatsuya Kinoshita2013-11-101-3/+3
|\
| * Add support for single quoted meta refresh URLPaul Boekholt2013-11-101-3/+3
| | | | | | | | Bug: https://sourceforge.net/p/w3m/patches/53/
* | Merge branch 'bug/win64gc'Tatsuya Kinoshita2013-10-141-25/+33
|\ \ | | | | | | | | | | | | | | | Conflicts: istream.c main.c
| * | Workaround of GC crash on Cygwin64AIDA Shinra2013-10-141-25/+33
| |/ | | | | | | | | Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>, [w3m-dev:04469] on 2013-10-14.
* | Merge branch 'feature/siteconf'Tatsuya Kinoshita2013-08-041-2/+3
|\ \
| * | Fix segfault of loadGeneralFile()Tatsuya Kinoshita2013-08-041-2/+3
| | | | | | | | | | | | Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718612
* | | Merge branch 'feature/button'Tatsuya Kinoshita2013-07-281-1/+1
|\ \ \
| * | | Fix segfault of process_button()Tatsuya Kinoshita2013-07-281-1/+1
| | | |
* | | | Merge branch 'feature/siteconf'Tatsuya Kinoshita2013-04-081-120/+111
|\ \ \ \ | | |/ / | |/| |
| * | | One more patch for siteconf from [w3m-dev 04464]Tatsuya Kinoshita2013-04-081-2/+1
| | | |
| * | | Support the siteconf featureTatsuya Kinoshita2013-04-081-118/+110
| | |/ | |/| | | | | | | | | | Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
| * | Merge from upstream on 2012-05-22Tatsuya Kinoshita2012-05-241-2/+9
| | |
* | | Merge from upstream on 2012-05-22Tatsuya Kinoshita2012-05-221-2/+9
| |/ |/|
* | Support the button element as defined in HTML 4.01Tatsuya Kinoshita2011-06-191-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.
* Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita2011-05-041-20/+78
|
* Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita2011-05-041-107/+499
|
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-041-0/+8016