1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
Commit Graph

4357 Commits

Author SHA1 Message Date
Witold Filipczyk
5f87bdbcb2 [meson] meson build scripts.
Not finished yet, but I added to motivate myself and others.
The goal is to get a few seconds faster builds.

autotools still will be available.
2020-09-05 22:06:01 +02:00
rkd77
fb91399e3c
Merge pull request #64 from doughdemon/dblatex
docs: generate pdfs using dblatex
2020-09-04 11:40:46 +02:00
Felix Janda
9e08ea995a docs: generate pdfs using dblatex 2020-09-03 12:44:43 -04:00
Witold Filipczyk
9e42f86242 [NEWS] Info about 0.13.5 2020-08-30 16:29:40 +02:00
Witold Filipczyk
5169f78a4a [python] Sample google redirect 2020-08-28 12:29:31 +02:00
Witold Filipczyk
87eef617a6 [Makefile.lib] Changed build options for tcc compatibility 2020-08-22 15:25:30 +02:00
Witold Filipczyk
f2557c9885 [python] Compilation warning 2020-08-09 19:50:19 +02:00
Witold Filipczyk
3e85e37909 [intl] width.c compilable only with CONFIG_UTF8 2020-08-09 19:46:50 +02:00
Witold Filipczyk
8b8f57ed75 [python] If page encoding is not "utf-8", encode it twice in pre_format_html_hook.
Once to utf-8 before pre_format_html_hook, and second time to the original encoding after python
script execution. I know it is inefficient, but computers are quite fast nowadays.
2020-08-09 17:45:22 +02:00
Witold Filipczyk
bec41b6e2f [clip] Page down overlaps sometimes. 2020-08-04 19:22:31 +02:00
Witold Filipczyk
964530422a [clipboard] Allow to enter the clipboard mode only with cursor routing. Refs #59 2020-08-04 16:07:19 +02:00
Witold Filipczyk
ee38fea126 [unicode] Code to calculate cell widths of unicode characters taken from konsole. Refs #60 2020-08-03 23:16:43 +02:00
Witold Filipczyk
4bdf5fbbc4 [clipboard] Fixes 2020-08-03 18:56:26 +02:00
Witold Filipczyk
effb18d31f [clipboard] Allow to change rectangle in both directions 2020-08-03 18:27:25 +02:00
Witold Filipczyk
ed93225510 [draw] Refresh all page, when clipboard buffer is drawn. 2020-08-03 17:22:21 +02:00
rkd77
3f1a78ee7c
Merge pull request #61 from doughdemon/gcc-10
Fix compilation with gcc-10
2020-08-03 10:19:58 +02:00
Felix Janda
f88e7c6081 Fix compilation with gcc-10
Fixes the errors

x86_64-pc-linux-gnu-ld: hooks.o:(.bss+0x0): multiple definition of `erb_module'; core.o:(.bss+0x0): first defined here
x86_64-pc-linux-gnu-ld: ruby.o:(.bss+0x0): multiple definition of `erb_module'; core.o:(.bss+0x0): first defined here

Bug: https://bugs.gentoo.org/730658
2020-08-02 17:42:47 -04:00
Witold Filipczyk
53002765c4 [clipboard] Off by one. 2020-08-02 16:24:00 +02:00
Witold Filipczyk
9fd79ec508 [clipboard] Show last line 2020-08-02 16:20:08 +02:00
Witold Filipczyk
b6ec0c64d5 [clipboard] Fixes. 2020-08-02 15:41:35 +02:00
Witold Filipczyk
6a960a9fb9 [viewer] New action mark-clipboard. Refs #10
Possibility to mark rectangle for clipboard.
User may bind keys to move-cursor-up, move-cursor-down, move-cursor-left,
move-cursor-right and mark-clipboard.
mark-clipboard is tristate.
First triggerred, it remembers left top corner of rectangle. Now you can move cursor.
Second time triggerred, remembers right bottom corner of rectangle.
Third time, it clears selection.

The copy-clipboard action was changed. Now if the clipboard rectangle is marked,
it copies this rectangle. If not, the current link.
2020-08-01 23:25:21 +02:00
Witold Filipczyk
fa27bb0e23 [NEWS] Info about 0.13.4 2020-07-31 15:03:49 +02:00
Witold Filipczyk
87c25bc688 [po] update 2020-07-31 14:51:20 +02:00
Witold Filipczyk
79560c3206 [options] Changed text for ui.clipboard_file 2020-07-31 14:43:36 +02:00
Witold Filipczyk
e572578765 [clipboard] Without HAVE_ACCESS this fragment does not make sense. 2020-07-31 14:28:34 +02:00
Witold Filipczyk
911155a862 [clipboard] Added "ui.clipboard_file" to add text to the system clipboard.
ui.clipboard_file is filename of the clipboard file. This file can be a named pipe.
See contrib/clipboard/clip.sh how to set up copying to clipboard using socat and xclip.
Just run clip.sh (it will be running in a loop) before starting elinks and
set ui.clipboard_file = "~/.elinks/clipboard.fifo".
2020-07-27 22:38:54 +02:00
Witold Filipczyk
073bad0776 [po] update 2020-07-26 15:36:39 +02:00
rkd77
c590c3eef7
Merge pull request #58 from sgerwk/master
also pass the uri as %u to external handlers
2020-07-25 18:05:31 +02:00
sgerwk
153ea907a8 also pass the uri as %u to external handlers 2020-07-25 13:29:47 +02:00
Witold Filipczyk
8e36753bbc [debian] --with-luapkg=lua5.1 2020-07-10 16:55:57 +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
ed8818f4a1 [options] latin1_title is bool. 2020-07-05 12:21:22 +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
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
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