Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update option setting strings for inline image display method | Tatsuya Kinoshita | 2021-02-06 | 1 | -3/+3 |
| | |||||
* | Merge pull request #161 from bptato/master | Tatsuya Kinoshita | 2021-02-06 | 9 | -90/+169 |
|\ | | | | | Improved inline image protocol support | ||||
| * | Clarify inline image setting's wording | bptato | 2021-02-05 | 1 | -4/+4 |
| | | |||||
| * | Use GC_MALLOC_ATOMIC_IGNORE_OFF_PAGE for allocating memory for base64 encoding | bptato | 2021-02-03 | 1 | -1/+1 |
| | | |||||
| * | base64_encode: fix input and output length types | bptato | 2021-02-03 | 2 | -4/+5 |
| | | |||||
| * | Some cleanup for base64_encode | bptato | 2021-02-02 | 3 | -6/+10 |
| | | |||||
| * | Support iTerm2 graphics protocol, replace encodeB with base64_encode | bptato | 2021-02-02 | 8 | -71/+113 |
| | | |||||
| * | Avoid having external programs download images | bptato | 2021-02-02 | 2 | -15/+28 |
| | | |||||
| * | sixel and osc5379 image display protocols can be chosen in options | bptato | 2021-02-02 | 4 | -29/+48 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-01-18 | 1 | -0/+8 |
| | |||||
* | Disable <section> behaves as <hr> | Tatsuya Kinoshita | 2021-01-18 | 1 | -1/+0 |
| | | | | | Because displaying horizontal rules are redundantly and unneeded, especially when sections are nested. | ||||
* | Use xz with -9e for the dist target | Tatsuya Kinoshita | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2021-01-03 | 1 | -0/+4 |
| | |||||
* | Indentation fix | Tatsuya Kinoshita | 2021-01-03 | 1 | -85/+85 |
| | |||||
* | Update ChangeLogv0.5.3+git20210102 | Tatsuya Kinoshita | 2021-01-02 | 1 | -0/+4 |
| | |||||
* | Update NEWS for 0.5.3+git20210102 | Tatsuya Kinoshita | 2021-01-02 | 1 | -0/+21 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-12-19 | 1 | -0/+5 |
| | |||||
* | Add examples of siteconf, set user_agent to Googlebot for Twitter | Tatsuya Kinoshita | 2020-12-19 | 2 | -0/+12 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-12-18 | 1 | -0/+13 |
| | |||||
* | Update PO-Revision-Date for zh_TW | Tatsuya Kinoshita | 2020-12-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #159 from acli/20201217_q_level_fix | Tatsuya Kinoshita | 2020-12-18 | 1 | -0/+1 |
|\ | | | | | q_level fix (my fault) | ||||
| * | q_level was never initialized, causing random test failures. This should fix ↵ | Ambrose Li | 2020-12-18 | 1 | -0/+1 |
| | | | | | | | | that | ||||
* | | Merge pull request #158 from acli/20201217_zh_TW | Tatsuya Kinoshita | 2020-12-18 | 1 | -1/+1 |
|\ \ | |/ |/| | Minor update to zh_TW translation | ||||
| * | Translate new string | Ambrose Li | 2020-12-18 | 1 | -1/+1 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-12-17 | 1 | -0/+6 |
| | |||||
* | Update examples of siteconf, forward twitter.com to nitter.net | Tatsuya Kinoshita | 2020-12-17 | 2 | -6/+6 |
| | | | | Because mobile.twitter.com without JavaScript is unusable anymore. | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-12-16 | 1 | -0/+7 |
| | |||||
* | Use the default ciphers for OpenSSL 1.1 and later | Tatsuya Kinoshita | 2020-12-16 | 1 | -0/+2 |
| | | | | | | cf. https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1325674 https://src.fedoraproject.org/rpms/w3m/blob/36f14df378762a3a03a6a724583ca5b0ff618ed5/f/Fix-the-cipher-list-string-to-ensure-that-it-contain.patch https://fedoraproject.org/wiki/Packaging:CryptoPolicies | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-12-09 | 1 | -0/+10 |
| | |||||
* | Merge pull request #157 from bptato/master | Tatsuya Kinoshita | 2020-12-09 | 2 | -2/+30 |
|\ | | | | | Small Gopher fixes/improvements | ||||
| * | Fix Gopher binaries causing w3m to be stuck in download mode; try to guess ↵ | bptato | 2020-12-02 | 1 | -3/+19 |
| | | | | | | | | Gopher image type and fallback to png | ||||
| * | Add support for Gopher items 5 and I | bptato | 2020-12-02 | 2 | -0/+12 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-11-24 | 1 | -0/+11 |
| | |||||
* | Update PO | Tatsuya Kinoshita | 2020-11-24 | 6 | -722/+753 |
| | |||||
* | Update configure by autoconf 2.69 | Tatsuya Kinoshita | 2020-11-24 | 1 | -303/+345 |
| | |||||
* | Define X_DISPLAY_MISSING when configure --without-x for Imlib2 | Tatsuya Kinoshita | 2020-11-24 | 4 | -0/+701 |
| | | | | cf. https://github.com/NixOS/nixpkgs/commit/3cad8fba2958981307f94b865c2b970b95e10789 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-11-22 | 1 | -0/+21 |
| | |||||
* | Update example to use UTC for gitlog2changelog | Tatsuya Kinoshita | 2020-11-22 | 1 | -2/+3 |
| | |||||
* | Drop HAVE_SYS_ERRLIST | Tatsuya Kinoshita | 2020-11-22 | 5 | -42/+0 |
| | |||||
* | Fix compilation error "too few arguments to function 'longjmp'" | Parag A Nemade | 2020-11-22 | 1 | -1/+1 |
| | | | | | Origin: https://src.fedoraproject.org/rpms/w3m/c/e7a12fa28cfbfbb0115ec74994092c1d3b8351d8?branch=master Bug-MacPorts: https://trac.macports.org/ticket/61356 | ||||
* | Fix FTBFS due to redefinition of sys_errlist | Parag Nemade | 2020-11-22 | 2 | -22/+0 |
| | | | | | | Origin: https://src.fedoraproject.org/rpms/w3m/c/99f30870caac12a3949b6736aa70b7233f4414d5?branch=master Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1038009 Bug-MacPorts: https://trac.macports.org/ticket/61356 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-11-15 | 1 | -0/+7 |
| | |||||
* | Include gitlog2changelog to easily generate ChangeLog | Tatsuya Kinoshita | 2020-11-15 | 1 | -0/+110 |
| | |||||
* | Use xz instead of gzip for the dist target | Tatsuya Kinoshita | 2020-11-15 | 1 | -1/+1 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-11-12 | 1 | -0/+8 |
| | |||||
* | Update the dist target to use git archive | Tatsuya Kinoshita | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Update examples for 2ch.cgi | Tatsuya Kinoshita | 2020-11-12 | 2 | -2/+2 |
| | |||||
* | Add charset=Shift_JIS to 2ch.cgi | Tatsuya Kinoshita | 2020-11-12 | 1 | -3/+3 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-11-11 | 1 | -0/+19 |
| | |||||
* | Fix compilation errors when USE_GOPHER and not USE_M17N | Tatsuya Kinoshita | 2020-11-11 | 2 | -4/+21 |
| |