Commit Graph
42 Commits
Author SHA1 Message Date
bptato fa02254a6a Fix description title rendering (again) 2021-10-19 20:37:07 +02:00
bptato 3e5aa3790b Revert changes introducing #198 stack-overflow in HTMLlineproc0 2021-10-19 19:55:58 +02:00
bptato 9e33f9ee12 Fix null pointer dereference in put_image_kitty 2021-05-16 11:25:53 +02:00
bptato 694a10271d Return Str from base64_encode, fix extraction of first gif frame for animations in put_image_kitty 2021-04-04 17:57:13 +02:00
bptato 60fd20597c Fix file handle leaks in kitty and iTerm2 image display 2021-03-05 15:44:44 +01:00
bptato ffcea626bc Use > instead of &gt in entity test generator 2021-03-01 19:34:58 +01:00
bptato 5cbc514d15 Fix small mistakes in entity test generator 2021-02-28 14:59:03 +01:00
bptato eacde178f3 Support single-codepoint HTML entities specified by whatwg
https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references
2021-02-28 13:57:43 +01:00
bptato b57ad51f87 Support period entity name 2021-02-27 22:26:17 +01:00
bptato 081f42e35c Convert images to PNG for kitty with ImageMagick 2021-02-19 23:48:52 +01:00
bptato 728fb34e28 Fix potential segfault 2021-02-18 20:37:06 +01:00
bptato da628ebd88 Fix small images on kitty 2021-02-18 20:27:48 +01:00
bptato 3304675aff Support kitty image protocol 2021-02-18 19:18:06 +01:00
bptato de26f6156c Handle iTerm2 images more efficiently 2021-02-18 17:23:42 +01:00
bptato c8eb20b951 Fix a mistake I made with </dd> and </dt> tags 2021-02-13 21:49:25 +01:00
bptato 116e10749c Nested <dl>s 2021-02-13 18:02:26 +01:00
bptato 77ecf9b46b Fix <dl compact> 2021-02-13 17:26:30 +01:00
bptato ef34bf837c <dl> test 2021-02-13 16:53:01 +01:00
bptato b2081866fd Improve description list rendering 2021-02-13 16:51:48 +01:00
bptato 767f2d6e65 Update config.h.dist 2021-02-10 20:33:14 +01:00
bptato a3bd98c888 Support brotli content encoding 2021-02-10 20:23:56 +01:00
bptato 61b5182dbd Clarify inline image setting's wording 2021-02-06 00:18:29 +01:00
bptato 1a47d07d66 Use GC_MALLOC_ATOMIC_IGNORE_OFF_PAGE for allocating memory for base64 encoding 2021-02-03 13:03:52 +01:00
bptato 5cd5a1735a base64_encode: fix input and output length types 2021-02-03 10:41:20 +01:00
bptato d277e80771 Some cleanup for base64_encode 2021-02-02 23:59:42 +01:00
bptato e4570e8b6e Support iTerm2 graphics protocol, replace encodeB with base64_encode 2021-02-02 22:14:46 +01:00
bptato f88e49826d Avoid having external programs download images 2021-02-02 16:40:27 +01:00
bptato c5cd2b5716 sixel and osc5379 image display protocols can be chosen in options 2021-02-02 15:06:53 +01:00
bptato aea44d3194 Fix Gopher binaries causing w3m to be stuck in download mode; try to guess Gopher image type and fallback to png 2020-12-02 23:20:08 +01:00
bptato 7dcc7ccff1 Add support for Gopher items 5 and I 2020-12-02 22:54:49 +01:00
bptato ba6bed3cb1 Remove useless loop 2020-11-07 23:30:53 +01:00
bptato 469c4084aa Remove unnecessary file_unquote call 2020-11-07 23:23:33 +01:00
bptato 30f873ddb1 Remove unnecessary variable assignment 2020-11-07 23:16:41 +01:00
bptato 171db89cc2 Support Gopher items search (7) and binary file (9) 2020-11-07 23:12:35 +01:00
bptato 26876fc89b Moved back filetype indicator to the beginning of file names 2020-10-21 16:31:05 +02:00
bptato 16e0b6aa63 Improved gopher directory display 2020-10-21 13:30:01 +02:00
bptato 4bc97ce307 Improved gopher support 2020-10-21 12:56:36 +02:00
bptato 66ef7b13c7 Add closing bracket I somehow forgot about in the previous commit 2020-09-02 15:06:39 +02:00
bptato 75c54da6ba Space is now entered in URL fields instead of triggering file completion, old behavior can be toggled via options 2020-09-01 20:48:04 +02:00
bptato 99aa56a75c Removed an unnecessary variable declaration 2020-08-31 19:00:17 +02:00
bptato dcbbd27475 Added the other two commands to w3mhelp 2020-08-31 18:09:36 +02:00
bptato 9916eadf24 New commands for moving to the top, middle and bottom of buffer 2020-08-31 18:02:07 +02:00