1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00
Commit Graph

4237 Commits

Author SHA1 Message Date
Witold Filipczyk
ef848edd95 [img] image related code copied from link.c 2020-07-07 19:20:58 +02:00
Witold Filipczyk
39878b07b4 [makefile] compilation fix for libraries built in non-standard locations. 2020-07-06 20:52:43 +02:00
Witold Filipczyk
3737ee6d20 [select] call closing function 2020-07-05 17:54:12 +02:00
Witold Filipczyk
275f693b50 Merge branch 'master' into libdompart1 2020-07-05 13:06:31 +02:00
rkd77
7b5e50f8a6
Merge pull request #57 from guidocella/true-color-comment
[configure] Remove outdated information
2020-07-05 12:38:53 +02:00
Guido Cella
2097ddb9df [configure] Remove outdated information 2020-07-05 12:26:55 +02:00
Witold Filipczyk
e184c9c1c8 Merge branch 'master' into libdompart1 2020-07-05 12:23:32 +02:00
Witold Filipczyk
ed8818f4a1 [options] latin1_title is bool. 2020-07-05 12:21:22 +02:00
Witold Filipczyk
fbc278fa0e Merge branch 'master' into libdompart1 2020-07-05 12:09:28 +02:00
rkd77
e885341db1
Merge pull request #55 from guidocella/st
[config] Recognize st
2020-07-05 11:56:52 +02:00
rkd77
77b495a616
Merge pull request #54 from guidocella/update-rewrite-prefixes
Update rewrite prefixes
2020-07-05 11:53:24 +02:00
Guido Cella
06df96c5db [config] Recognize st 2020-07-05 09:21:24 +02:00
Guido Cella
0d8d834af3 [rewrite] Update prefixes 2020-07-05 05:58:25 +02:00
Witold Filipczyk
4cf9e3fb35 [link] link 2020-07-04 20:10:57 +02:00
Witold Filipczyk
ba88ebcfae [script] commented code 2020-07-04 18:00:58 +02:00
Witold Filipczyk
fd6c544bec Merge branch 'master' into libdompart1 2020-07-04 14:26:46 +02:00
Witold Filipczyk
bde596ab67 [cgi] Proper format on 32bit 2020-07-04 13:44:41 +02:00
Witold Filipczyk
397353a4dc [gnutls] connection.ssl.https_by_default also for gnutls 2020-07-04 13:35:29 +02:00
Witold Filipczyk
2ae67cfc73 libdom begining part 1
Release early. Compile --with-libdom
It does not work yet, besides local directory listings.
It is much slower. The goal is to have features parity with normal ELinks.
I'll give it 2 months.
2020-07-03 18:15:37 +02:00
Witold Filipczyk
23c71d7d76 [NEWS] Info about 0.13.3 2020-06-29 16:30:03 +02:00
rkd77
f35e4b2310
Merge pull request #53 from guidocella/docs
Document ui.mouse_disable and ui.show_ip
2020-06-27 10:24:48 +02:00
Guido Cella
2294fedc03 Document ui.mouse_disable and ui.show_ip 2020-06-26 22:19:17 +02:00
Witold Filipczyk
074c3251b5 [po] Translation update 2020-06-26 19:03:25 +02:00
rkd77
76df3571f2
Merge pull request #52 from guidocella/https-by-default
Let requests default to https
2020-06-25 18:40:22 +02:00
Guido Cella
a26c5956f4 [ssl] Let requests default to https 2020-06-25 10:40:59 +02:00
rkd77
9df1456045
Merge pull request #51 from sgerwk/master
do not enable mouse from keyboard initialization if mouse is disabled
2020-06-24 19:31:02 +02:00
sgerwk
85cb50c7e2 fix previous commit 2020-06-24 19:22:21 +02:00
sgerwk
0e820ad3cd do not enable mouse from keyboard initialization if mouse is disabled 2020-06-24 17:38:50 +02:00
Witold Filipczyk
e94a912f1e [style] spaces -> tab 2020-06-05 18:07:45 +02:00
rkd77
dd6b538c0c
Merge pull request #49 from sgerwk/master
show an alert when the search string is not found
2020-06-05 17:50:31 +02:00
sgerwk
76a973e902 show an alert when the search string is not found 2020-06-05 14:13:37 +02:00
Witold Filipczyk
e4b10df949 [configure.ac] --with-luapkg=name let user choose Lua version
For example:
--with-luapkg=luajit
or
--with-luapkg=lua5.2
etc.
If you do not want lua, omit this configure option or pass --with-luapkg=

Old --without-lua was removed.
2020-05-31 16:24:24 +02:00
Witold Filipczyk
1e54b8caf6 [NEWS] Info about 0.13.2 2020-05-31 15:13:18 +02:00
Witold Filipczyk
5007fd072c [po] update .po files 2020-05-28 20:40:01 +02:00
Witold Filipczyk
66c476a754 [mouse] Initialization of variable was not necessary. 2020-05-26 21:36:46 +02:00
Witold Filipczyk
8ba7176f81 [cookies] Slightly modified path.c 2020-05-26 20:47:31 +02:00
rkd77
61e7b3f0b1
Merge pull request #48 from sgerwk/master
config option for disabling the mouse
2020-05-26 08:13:36 +02:00
sgerwk
bb66fd3c37 config option for disabling the mouse 2020-05-26 00:29:57 +02:00
Witold Filipczyk
c56d11cfb9 [main] Fixed issue with scripting and fork_on_start 2020-05-22 21:52:36 +02:00
Witold Filipczyk
058c3f6d0a [configure.ac] Let build with lua52 or lua53 also. Refs #46
Preferred is lua51, but next are checked 53, and finally 52
2020-05-22 21:01:15 +02:00
Witold Filipczyk
b3ae1caf8b [lua] foreachi replaced by ipairs. Refs #46 2020-05-22 20:59:06 +02:00
Witold Filipczyk
9e71d7f3c8 [scripting] lua_rawlen. Refs #46 2020-05-22 20:46:35 +02:00
Witold Filipczyk
e20ed163cb [po] update 2020-05-21 20:42:38 +02:00
Witold Filipczyk
2dcac411a8 [sessions] New option ui.sessions.fork_on_start
Default value of this bool option is 0. Nothing changes in behaviour since 0.13.1.
If you set it to 1, one more process will be started. This main process will handle
only interlink connections, while other processes will be slaves to it.
This will allow to exit first started elinks session without breaking others.
2020-05-21 16:53:43 +02:00
Witold Filipczyk
033f15fe7b [session] Shorter 2020-05-20 20:38:39 +02:00
Witold Filipczyk
2273c4a370 [session] Because all terminals are slaves, choose first session for remote. 2020-05-20 19:05:58 +02:00
Witold Filipczyk
f89b26d5b2 [interlink] Fixed elinks -remote 'ping()' 2020-05-20 18:35:40 +02:00
Witold Filipczyk
83706c49ba [configure.ac] Do not show warnings related to gettext for gcc-10
It is not a good idea, but warnings also look ugly.
2020-05-18 21:49:58 +02:00
Witold Filipczyk
6a581dd044 [cofigure.ac] gcc-9 on Raspbian 2020-05-17 18:53:57 +02:00
Witold Filipczyk
08138487a0 [interlink] Test commit. All terminals - slaves.
Before when master terminal quit session, all slave terminal stopped to work.
There is a workaround. ELinks on master terminal forks on start and becomes slave.
2020-05-17 16:35:58 +02:00