Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent GC warnings of repeated allocation | Tatsuya Kinoshita | 2021-03-29 | 1 | -0/+2 |
* | Ignore the "-" option to accept `w3m -` as "read from stdin" | Tatsuya Kinoshita | 2021-03-26 | 1 | -1/+1 |
* | Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVEL | Tatsuya Kinoshita | 2021-02-21 | 1 | -0/+4 |
* | Add eNULL to ssl_cipher when -insecure | Tatsuya Kinoshita | 2021-02-21 | 1 | -1/+1 |
* | Update wording for -debug option | Tatsuya Kinoshita | 2021-02-11 | 1 | -2/+2 |
* | New option -insecure to use insecure SSL config options | Tatsuya Kinoshita | 2021-02-11 | 1 | -0/+15 |
* | sixel and osc5379 image display protocols can be chosen in options | bptato | 2021-02-02 | 1 | -4/+4 |
* | Fix FTBFS due to redefinition of sys_errlist | Parag Nemade | 2020-11-22 | 1 | -4/+0 |
* | Removed an unnecessary variable declaration | bptato | 2020-08-31 | 1 | -4/+2 |
* | New commands for moving to the top, middle and bottom of buffer | bptato | 2020-08-31 | 1 | -8/+44 |
* | Fix -Wchar-subscripts | Roland Illig | 2020-03-27 | 1 | -2/+2 |
* | Add command to go home. | We're Yet | 2020-01-04 | 1 | -0/+17 |
* | Allow to override UserAgent | Laurent Arnoud | 2019-04-21 | 1 | -0/+2 |
* | Make temporary directory safely when ~/.w3m is unwritable | Tatsuya Kinoshita | 2018-01-21 | 1 | -0/+7 |
* | Typo fix in fusage() | Tatsuya Kinoshita | 2017-12-26 | 1 | -1/+1 |
* | English fix | Tatsuya Kinoshita | 2017-12-26 | 1 | -1/+1 |
* | Fix suspend (^Z) behavior. | ITOH Yasufumi | 2016-11-06 | 1 | -0/+10 |
* | Update description of SOURCE and VIEW | Tatsuya Kinoshita | 2016-06-19 | 1 | -1/+1 |
* | Update English messages | Tatsuya Kinoshita | 2016-06-19 | 1 | -114/+104 |
* | English fixes | Justin B Rye | 2016-04-01 | 1 | -32/+32 |
* | Add extbrowser4, extbrowser5, ..., and extbrowser9 | Tatsuya Kinoshita | 2016-03-13 | 1 | -0/+18 |
* | Typo fix for ACCESSKEY | Tatsuya Kinoshita | 2016-02-27 | 1 | -1/+1 |
* | Adjust while loop | David Crosby | 2015-08-11 | 1 | -1/+2 |
* | use int for c | David Crosby | 2015-08-11 | 1 | -1/+1 |
* | Remove dead assignments flagged by Clang static analysis | David Crosby | 2015-08-11 | 1 | -7/+0 |
* | Fix that SGR style mouse handler has off-by-one problem | IWAMOTO Kouichi | 2015-08-04 | 1 | -0/+2 |
* | Correct GC version confirmation | Tatsuya Kinoshita | 2015-05-03 | 1 | -1/+1 |
* | correct GC version confirmation | yshl | 2015-05-02 | 1 | -1/+1 |
* | for gc-7.1 | yshl | 2015-04-26 | 1 | -0/+4 |
* | Drop C99 features | Tatsuya Kinoshita | 2015-01-15 | 1 | -1/+1 |
* | Add overflow detection | Scarlett | 2015-01-15 | 1 | -0/+8 |
* | Correct printf arguments and use asprintf | Scarlett | 2015-01-15 | 1 | -1/+1 |
* | img2sixel exits by Ctrl+C. Enable GIF Animation if 'I' is pressed to show it. | Araki Ken | 2014-12-06 | 1 | -1/+7 |
* | Add -sixel option which supports image processing by img2sixel. | Araki Ken | 2014-12-06 | 1 | -39/+6 |
* | Support remote image by OSC 5379 show_picture sequence. | Araki Ken | 2014-12-06 | 1 | -1/+41 |
* | Merge branch 'bug/gc72' | Tatsuya Kinoshita | 2014-08-22 | 1 | -4/+1 |
|\ | |||||
| * | Support Boehm GC 7.2 | Micah Cowan | 2014-08-22 | 1 | -0/+5 |
| * | Revert "Support Boehm GC 7.2" (w3m-0.5.2-gc72.patch from Gentoo) | Tatsuya Kinoshita | 2014-08-22 | 1 | -8/+0 |
* | | Merge branch 'bug/search-next' | Tatsuya Kinoshita | 2013-12-07 | 1 | -0/+4 |
|\ \ | |||||
| * | | Fix crash after SEARCH_NEXT | AIDA Shinra | 2013-12-07 | 1 | -0/+4 |
* | | | Merge branch 'bug/win64gc' | Tatsuya Kinoshita | 2013-10-14 | 1 | -0/+44 |
|\ \ \ | |||||
| * | | | Workaround of GC crash on Cygwin64 | AIDA Shinra | 2013-10-14 | 1 | -0/+50 |
| |/ / | |||||
* | | | Merge branch 'feature/vim-like' | Tatsuya Kinoshita | 2013-10-12 | 1 | -0/+39 |
|\ \ \ | |||||
| * | | | vim/-perator like handling | Laurence Richert | 2013-10-12 | 1 | -0/+39 |
| |/ / | |||||
* | | | Merge branch 'bug/execdict' | Tatsuya Kinoshita | 2013-08-04 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix potentially segfault of execdict() | Tatsuya Kinoshita | 2013-08-04 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'master' into bug/sort-dump-links | Tatsuya Kinoshita | 2013-07-30 | 1 | -43/+111 |
|\ \ \ | |||||
| * \ \ | Merge branch 'feature/siteconf' | Tatsuya Kinoshita | 2013-04-08 | 1 | -43/+39 |
| |\ \ \ | |||||
| | * | | | Support the siteconf feature | Tatsuya Kinoshita | 2013-04-08 | 1 | -43/+39 |
| | |/ / | |||||
| * | | | Merge branch 'feature/sgrmouse' | Tatsuya Kinoshita | 2013-04-08 | 1 | -0/+52 |
| |\ \ \ | | |_|/ | |/| | |