1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
Commit Graph

7280 Commits

Author SHA1 Message Date
Witold Filipczyk
004d483afd [html] display: none for custom element. Refs #341 2024-12-04 18:13:25 +01:00
Witold Filipczyk
4af513bbbf [test] sample file for display: none
Custom, non-standard, elements are not handled properly.
2024-12-04 16:01:16 +01:00
Witold Filipczyk
bdb47d1879 [html] Skip also elements with hidden attribute. Refs #341 2024-12-03 14:46:31 +01:00
Witold Filipczyk
e8e0f543fc [html] Skip template. Refs #341 2024-12-03 14:31:53 +01:00
Witold Filipczyk
ee51263825 [spidermonkey] default for readyState 2024-12-02 17:30:21 +01:00
Witold Filipczyk
fb5a72dfd8 [mujs] default for readyState 2024-12-02 17:28:55 +01:00
Witold Filipczyk
928380aa5f [quickjs] Added default case 2024-12-02 17:21:42 +01:00
Witold Filipczyk
59dbacee14 [win32] Do not create the timer queue, when delete-timer-queue
Earlier the queue was created and a few moments later deleted.
2024-12-02 14:31:00 +01:00
Witold Filipczyk
b5c52cfddd [forms] Disabled inputs are not links. Refs #341 2024-12-01 12:50:39 +01:00
Witold Filipczyk
5626062376 [po] Changed Polish translation "in dialogs" 2024-11-30 21:00:47 +01:00
Witold Filipczyk
6746c1eb7e [win32] DeleteTimerQueueEx 2024-11-30 15:57:28 +01:00
Witold Filipczyk
e21d8320b7 [sftp] Fixed displaying symlinks 2024-11-29 17:11:48 +01:00
Witold Filipczyk
0df969a8da [curl] Ignore responses with code 103
For example at sf.net
2024-11-29 15:52:04 +01:00
Witold Filipczyk
7613a0d0bc [win32] Added cmdline option 'delete-timer-queue'
When --delete-timer-queue 1, the timer queue is deleted.
I've got no better idea. Options are started after osdep init.
I can init timer later, but it also ugly.

It seems that this timer code is not done right, and cause slowdowns
and crashes.
2024-11-28 17:02:19 +01:00
Witold Filipczyk
054129e0e9 [fsp] Added timestamp to directory listings 2024-11-27 12:20:08 +01:00
Witold Filipczyk
c7e784b20f [fsp] Show positive values for size
File sizes up to 4G are displayed correctly.
2024-11-26 11:22:56 +01:00
Witold Filipczyk
cb0bd2efbd [fsp] rand_s on win32 2024-11-25 17:24:16 +01:00
Witold Filipczyk
0911c983c4 [spidermonkey] Try to put JSObject on heap
I don't know how to make it right.
2024-11-24 16:08:43 +01:00
Witold Filipczyk
a303e35d54 [soudermonkey] set images once 2024-11-24 15:58:45 +01:00
Witold Filipczyk
f4d01b3b1d [quikcjs] Assign document.images once 2024-11-23 18:58:25 +01:00
Witold Filipczyk
b4d81b0747 [docker] exit in case of build failure 2024-11-23 12:14:23 +01:00
Witold Filipczyk
e155378c10 [quickjs] Do not create location object every time
infinite2.html shows dialog box.
2024-11-22 16:59:35 +01:00
Witold Filipczyk
725231eb4f [djgpp] sys_root is not needed 2024-11-21 15:45:37 +01:00
Witold Filipczyk
30f4139b80 [js] compilation fix 2024-11-21 15:44:08 +01:00
Witold Filipczyk
2bfbcd600c [win32] Added a timer
Need testing.
2024-11-20 16:29:42 +01:00
Witold Filipczyk
6850e5a632 [quickjs] js code is compilable under Windows
For now without execution timeout.
2024-11-19 18:44:22 +01:00
Witold Filipczyk
af8ecb8632 [meson] check for open_memstream 2024-11-19 18:03:22 +01:00
Witold Filipczyk
2ce1d23ee4 [terminal] Variable plen was unused under Windows 2024-11-19 14:20:17 +01:00
Witold Filipczyk
66e11e1e9e [kbd] Hide Windows warning 2024-11-19 14:11:38 +01:00
Witold Filipczyk
6cdaa4aee8 [ssl] Hide warnings related to lack of inet_pton 2024-11-19 13:55:21 +01:00
Witold Filipczyk
a659d7529e [curl] interface -> inter_face
interface was already in use.
2024-11-19 13:41:28 +01:00
Witold Filipczyk
cfe1ab3c7d [socket] compilation fixes 2024-11-19 13:29:46 +01:00
Witold Filipczyk
27af8266a4 [curl] Allow to set outgoing interface
Command line option "bind-address" is reused for it.
2024-11-19 12:09:00 +01:00
rkd77
a6ad697fe4
Merge pull request #340 from fossdd/docker-deps
[docker] update dependencies
2024-11-18 16:56:59 +01:00
Witold Filipczyk
ad47abf180 [viewer] cast in non-utf8 2024-11-18 16:41:54 +01:00
Witold Filipczyk
5c3f8951de [intl] This function was unused in non-utf8 builds 2024-11-18 16:38:56 +01:00
Witold Filipczyk
2e7e1042e0 [win32] More casts 2024-11-18 16:21:31 +01:00
Witold Filipczyk
fb10c3f501 [win32] casts to intptr_t and removed unused functions 2024-11-18 16:08:28 +01:00
fossdd
e5aadddae9
[docker] update dependencies
Alpine Linux moved the .a file from the c-ares-static subpackage to the origin
c-ares. As c-ares-dev depends on c-ares, we can just drop the c-ares-static
dependency.

Ref: 400607034d
2024-11-18 15:36:12 +01:00
Witold Filipczyk
4dfe2a2b9f [bfu] end was unused for non UTF8 builds 2024-11-18 15:29:56 +01:00
Witold Filipczyk
17d6f1c755 [meson] -Wno-array-bounds 2024-11-17 15:05:24 +01:00
Witold Filipczyk
338d12d20b [mujs] Image.width and height in constructor 2024-11-16 19:11:34 +01:00
Witold Filipczyk
a29a9112b9 [quickjs] Image.width, Image.height in constructor 2024-11-16 18:56:12 +01:00
Witold Filipczyk
a9c89c0f6c [spidermonkey] Image.width and Image.height in constructor 2024-11-16 18:39:43 +01:00
Witold Filipczyk
a3571e6a91 [test] extended test for Image
It fails.
2024-11-16 18:06:12 +01:00
Witold Filipczyk
efc7049120 [js] test case new Image 2024-11-15 18:49:56 +01:00
Witold Filipczyk
02b02c2950 [mujs] interpreter->doc as doc in Image 2024-11-15 18:23:07 +01:00
Witold Filipczyk
4872ecbd52 [mujs] DocumentFragment constructor 2024-11-15 18:20:01 +01:00
Witold Filipczyk
ee1f176515 [quickjs] DocumentFragment constructor 2024-11-15 15:50:02 +01:00
Witold Filipczyk
90cd1c0bcc [spidermonkey] DocumentFragment constructor 2024-11-15 15:32:34 +01:00