Witold Filipczyk
3f8de99828
[pod2hml] podchecker reported some errors about hooks.pl
2020-09-20 22:20:27 +02:00
Witold Filipczyk
c8acb75bcd
[pre] Wrap text in pre (SHIFT-w by default). Refs #69
2020-09-19 21:48:53 +02:00
Witold Filipczyk
b7b0b28ea8
[data] Moved comment to more appropriate place.
2020-09-19 19:40:38 +02:00
Witold Filipczyk
267948b2e8
[data] Premature optimisation. One memacpy less for base64 encoded data.
2020-09-19 19:30:47 +02:00
rkd77
01c232c4e1
Merge pull request #70 from sgerwk/master
...
do not display downloads of protocol "data:"
2020-09-19 11:14:29 +02:00
sgerwk
70b8e214a9
do not display downloads of protocol "data:"
2020-09-19 10:11:09 +02:00
Witold Filipczyk
fefe69f9a5
[uri] For data protocol datalen might be bigger than 65356 bytes. Refs #67
2020-09-18 21:58:28 +02:00
Witold Filipczyk
3590191086
[search] Take into account vertical_overlap in vertical_scrolling to found text. Refs #68
2020-09-18 20:21:37 +02:00
Witold Filipczyk
5ad989ad43
[search] Do not scroll horizontally, when searched text is visible on screen. Refs #68
2020-09-18 10:23:00 +02:00
Witold Filipczyk
881bb98127
[meson] elinks installable
2020-09-17 18:39:53 +02:00
Witold Filipczyk
23b346d353
[base64] This if is not needed
2020-09-15 21:22:41 +02:00
Witold Filipczyk
d731d5901d
[data] Small rewrite.
2020-09-15 08:32:49 +02:00
Witold Filipczyk
3d78cd1264
[data] base64 decoded not encoded. Refs #67
2020-09-14 23:01:03 +02:00
rkd77
0fe637a4fa
Merge pull request #66 from sgerwk/master
...
update the "What to do?" dialog to the new format with %f for the file
2020-09-14 21:40:03 +02:00
Witold Filipczyk
acd2650d59
[meson] X11
2020-09-14 20:11:53 +02:00
sgerwk
d6ccb1813b
update the "What to do?" dialog to the new format with %f for the file
2020-09-13 17:23:51 +02:00
Witold Filipczyk
5dc8c56b2d
[meson] Fixed bittorrent build
2020-09-13 16:12:57 +02:00
Witold Filipczyk
deefa7eb8a
[meson] Removed some ifs. They were not used
2020-09-12 18:41:31 +02:00
Witold Filipczyk
cfe8916d4b
[meson] fsp
2020-09-12 18:29:23 +02:00
Witold Filipczyk
30400f7367
[meson] Added contrib
2020-09-11 21:08:34 +02:00
Witold Filipczyk
ec7869c722
[meson] Disable spidermonkey (not in Debian), enabled bittorent.
2020-09-11 21:05:26 +02:00
Witold Filipczyk
9a96f3b77a
[meson] bzip2 not available as pkg-config nor cmake on Debian
2020-09-11 20:52:59 +02:00
Witold Filipczyk
62419b1054
[ctrl_z] Added code links-based for ctrl-z and fg. Refs #65
2020-09-09 18:08:17 +02:00
Witold Filipczyk
2a16aa91fe
[meson] Generate elinks.spec and changes in contrib
2020-09-07 17:48:37 +02:00
Witold Filipczyk
34d1adbf8c
[meson] version -> VERSION
2020-09-07 17:08:06 +02:00
Witold Filipczyk
a87c959e99
[meson] Added po/LINGUAS and po/POTFILES
2020-09-06 16:54:23 +02:00
Witold Filipczyk
08e3107243
[meson] Do not hardcode path luajit
2020-09-06 11:30:57 +02:00
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