Storm Dragon
d20be554e3
Initial commit with heading and form navigation keys added.
2025-08-15 02:17:12 -04:00
Tatsuya Kinoshita
c9cbe79a61
Make tmp_dir if not found
2023-01-12 19:33:19 +09:00
Tatsuya Kinoshita
4ae311f02a
Merge pull request #257 from rkta/failed_system_call
...
Handle failed system calls
2023-01-06 19:38:58 +09:00
Rene Kita
7c7af9e70c
Move declarations to appropiate header files
...
This is in preparation for the next patch.
2023-01-04 13:59:49 +01:00
Rene Kita
e0c9a02784
Move declarations to the appropriate header file
2023-01-04 13:58:58 +01:00
Rene Kita
f186e8331f
Let loadHistory return an error code
...
This is in preparation for a following patch.
2023-01-04 13:58:58 +01:00
NRK
d9284b1193
fix some -Wstrict-prototypes warnings
2022-04-29 15:59:13 +06:00
Tatsuya Kinoshita
020f626a95
Remove unused encodeB declaration
2022-04-10 10:07:27 +09:00
Rene Kita
cf7058b56c
Let base64_encode() take a char *
...
Throughout the whole code base only char * is passed, but a unsigned
char * is expected. This leads to several warnings.
Fix the interface and cast to unsigned char * internally to avoid any
changes to the behaviour.
2022-02-20 11:14:54 +01:00
Rene Kita
84f724a590
Use standard conforming main() definition
2022-02-20 11:14:53 +01:00
Tatsuya Kinoshita
59ea885da0
Treat 127.0.0.1, [::1], and hostname as localhost
2021-04-23 20:16:50 +09:00
Tatsuya Kinoshita
4e0375c76f
Don't include username in Referer
2021-04-10 12:19:58 +09: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
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
Tatsuya Kinoshita
249f2fa3ff
Fix compilation errors when USE_GOPHER and not USE_M17N
2020-11-11 19:30:35 +09:00
bptato
171db89cc2
Support Gopher items search (7) and binary file (9)
2020-11-07 23:12:35 +01:00
bptato
9916eadf24
New commands for moving to the top, middle and bottom of buffer
2020-08-31 18:02:07 +02:00
We're Yet
3f15e127d2
Add command to go home.
...
When w3m is launched, if no other options are specified, it attempts to
read HTTP_HOME and WWW_HOME from the environment and upon finding a
value for one of these load the url specified. Once launched, though,
w3m provides no convenience for navigating to the home page.
Here, that ability is added. A new command GOTO_HOME is defined with a
default key binding of C-_.
2020-01-03 23:42:05 -08:00
Tatsuya Kinoshita
2a4a2fb9f1
Prevent infinite recursion with nested table and textarea
...
Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260590257
2016-11-15 20:11:52 +09:00
Tatsuya Kinoshita
e27a95dabe
Fix build failure when not USE_MOUSE for sgrmouse
...
cf. https://twitter.com/naota344/status/711541592167854081
2016-03-22 20:09:26 +09:00
Tatsuya Kinoshita
f7ff70f6da
Merge branch 'bug/win64gc'
...
Conflicts:
istream.c
main.c
2013-10-14 23:02:26 +09:00
AIDA Shinra
ec81194f38
Workaround of GC crash on Cygwin64
...
Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch >,
[w3m-dev:04469] on 2013-10-14.
2013-10-14 22:31:01 +09:00
Tatsuya Kinoshita
0b8986e820
Merge branch 'feature/vim-like'
2013-10-12 19:59:25 +09:00
Laurence Richert
3864447c90
vim/-perator like handling
...
- half page scrolling
- jumping to elements numbered by getLinkNumberStr() from Karsten
Schoelzel
2013-10-12 19:57:35 +09:00
Tatsuya Kinoshita
fa5bc4b95d
Merge branch 'feature/siteconf'
2013-04-08 21:56:59 +09:00
Tatsuya Kinoshita
f1d51e933e
Merge branch 'feature/sgrmouse'
2013-04-08 21:56:49 +09:00
Tatsuya Kinoshita
a32bf68c85
Support the siteconf feature
...
Patch to support the siteconf feature, from [w3m-dev 04463]
on 2012-06-27, provided by AIDA Shinra.
2013-04-08 21:48:49 +09:00
Tatsuya Kinoshita
a342af3d63
Support SGR 1006 mouse reporting
...
Patch to support SGR 1006 mouse reporting, from [w3m-dev 04466]
on 2012-07-15, provided by Hayaki Saito.
2013-04-08 21:36:33 +09:00
Tatsuya Kinoshita
6a032f360b
Support the button element as defined in HTML 4.01
...
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-06-19 20:40:17 +09:00
Tatsuya Kinoshita
5397d09e58
Adding upstream version 0.5.3
2011-05-04 16:41:45 +09:00
Tatsuya Kinoshita
6db339b3d7
Adding upstream version 0.5.2
2011-05-04 16:23:02 +09:00
Tatsuya Kinoshita
72f72d64a4
Adding upstream version 0.5.1
2011-05-04 16:05:14 +09:00