1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-26 01:15:37 +00:00
Commit Graph

5062 Commits

Author SHA1 Message Date
Scott Mcdermott
d1621e7230 [mailcap] make a meson 'test-mailcap' option that only builds mailcap tests
Not all 'test' compiled, and only needed to test mailcap, so separated
it out.  It will still be built with 'test' option like before.
2024-04-08 01:55:25 -07:00
Witold Filipczyk
4c3d7ecbc4 [win32] Check if cmdline_options is not NULL 2024-04-07 19:57:59 +02:00
Witold Filipczyk
a1b438a140 [types] get rid of longptr_T 2024-04-07 19:55:02 +02:00
Witold Filipczyk
699531f541 [options] intptr_t instead of longptr_T
longptr_T was not long enough on Windows
2024-04-07 19:50:11 +02:00
Witold Filipczyk
d09f8060ee [types] Define OFFT_MAX somehow 2024-04-04 15:30:09 +02:00
Witold Filipczyk
41724fb217 [config] Compilation fix 2024-04-04 15:27:56 +02:00
Witold Filipczyk
3ca409f53f [curl] Send Accept-Language 2024-03-29 19:13:53 +01:00
Witold Filipczyk
674fa3c907 [curl] duplicate 2024-03-29 18:52:51 +01:00
Witold Filipczyk
085c87edbc [curl] Reset string with headers
When following urls, headers were added to previous values.
2024-03-29 13:38:32 +01:00
Witold Filipczyk
d10108751f [curl] FOLLOWLOCATION 1
It does not execute follow-url-hook, but works.
2024-03-29 11:50:04 +01:00
Witold Filipczyk
d12dacf6ab [config] mkdir_with_parents for config directory
Based on glib2 code
2024-03-27 15:47:32 +01:00
Witold Filipczyk
f2690c3e21 [loop] check_bottom_halves after starting libevent and curl
dump with curl enabled did not work
2024-03-18 18:19:12 +01:00
Witold Filipczyk
88de3ca754 [perl] ses can be NULL for pre_format_html_hook. Refs #291 2024-03-18 12:44:02 +01:00
Witold Filipczyk
e47a482590 [signals] Removed code related to SIGALRM
links does not have such code.
2024-03-17 17:05:22 +01:00
Witold Filipczyk
6684f4bdef [select] Always compile-in select's version of curl functions
For -no-libevent 1
2024-03-17 17:00:13 +01:00
Witold Filipczyk
5410019b88 [select] Add suffix _select for curl's select related functions 2024-03-17 16:54:54 +01:00
Witold Filipczyk
c1d4d7d9bc [signals] EINTRLOOP for consistence 2024-03-17 11:03:48 +01:00
Witold Filipczyk
5db5d33911 [libdom] Check charset in document only when it was not present in headers 2024-03-12 21:41:06 +01:00
Witold Filipczyk
415cd4d261 [mujs] CustomEvent 2024-03-12 18:33:45 +01:00
Witold Filipczyk
87c492680c [quickjs] CustomEvent 2024-03-12 17:56:47 +01:00
Witold Filipczyk
072acebcc8 [spidermonkey] CustomEvent 2024-03-12 17:38:31 +01:00
Witold Filipczyk
909f8bac07 [mujs] More properties for MessageEvent 2024-03-11 18:07:51 +01:00
Witold Filipczyk
a46524f579 [quickjs] More properties for MessageEvent (copied from Event) 2024-03-11 17:44:04 +01:00
Witold Filipczyk
c7c494fc2b [spidermonkey] More properties for MessageEvent 2024-03-11 17:24:44 +01:00
Witold Filipczyk
65ce0cdd20 [mujs] Copy properties Event -> KeyboardEvent 2024-03-11 16:39:42 +01:00
Witold Filipczyk
f6ca5b8ce8 [quikcjs] Copied props from Event to KeyboardEvent 2024-03-11 16:14:19 +01:00
Witold Filipczyk
1ad7db0e63 [spidermonkey] copied properties and code from Event to KeyboardEvent 2024-03-11 15:54:26 +01:00
Witold Filipczyk
dd40377e71 [mujs] 2nd param for Event constructor 2024-03-10 19:08:31 +01:00
Witold Filipczyk
d0e80bbe83 [quickjs] second param for Event constructor 2024-03-10 18:55:03 +01:00
Witold Filipczyk
48c5e80b31 [spidermonkey] handle second argument for Event constructor 2024-03-10 18:43:32 +01:00
Witold Filipczyk
0d28694b45 [mujs] event.preventDefault 2024-03-10 18:11:44 +01:00
Witold Filipczyk
da7a525c99 [quickjs] event.preventDefault() 2024-03-10 18:06:56 +01:00
Witold Filipczyk
3ccb7e664b [spidermonkey] event.preventDefault 2024-03-10 18:00:51 +01:00
Witold Filipczyk
0da45fcfd0 [mujs] event.cancelable 2024-03-10 17:46:50 +01:00
Witold Filipczyk
86bf551d54 [quickjs] event.cancelable getter 2024-03-10 17:39:06 +01:00
Witold Filipczyk
1ede76820c [spidermonkey] event.{bubbles,cancelable,composed,defaultPrevented}
Non-changable yet.
2024-03-10 17:18:00 +01:00
Witold Filipczyk
cc0d93cfba [mujs] event placeholder 2024-03-10 16:49:26 +01:00
Witold Filipczyk
00b108f200 [quickjs] event placeholder 2024-03-10 16:30:26 +01:00
Witold Filipczyk
d58fffce47 [spdermonkey] placeholder for Event implementation
Event.type is implemented.
2024-03-10 16:02:33 +01:00
Witold Filipczyk
b53bcce570 [libevent] copied related to signals code from links2
I don't know how it works, but CTRL-Z suspends without additional
keystrokes when libevent is enabled.
2024-03-08 21:14:17 +01:00
Witold Filipczyk
ce13ef6f97 [event] Do not mix libev headers with libevent 2024-03-08 13:33:58 +01:00
Witold Filipczyk
8167173954 Revert "[libevent] These lines seem not needed"
This reverts commit 419ead8604.
2024-03-07 19:22:52 +01:00
Witold Filipczyk
419ead8604 [libevent] These lines seem not needed 2024-03-07 19:15:51 +01:00
Witold Filipczyk
432771ac82 [fg] master_pid is 0 for slave terminals, so no need to comapare with pid 2024-03-07 13:47:30 +01:00
Witold Filipczyk
b102addf9f [fg] Try to send CONT signal only from the master instance. Refs #287 2024-03-07 11:44:42 +01:00
Witold Filipczyk
9c04585e84 [terminal] Add cell_height and cell_width to structs unconditionally. Refs #288 2024-03-07 08:22:57 +01:00
Witold Filipczyk
0acfd90225 [fg] Resize terminal after CTRL-Z and fg. Refs #287 2024-03-06 11:06:39 +01:00
Witold Filipczyk
f807c611fa [quickjs] document.addEventListener 2024-03-04 21:47:34 +01:00
Witold Filipczyk
8e8d9df4d6 [spdermonkey] init list of listeners in document 2024-03-04 21:24:28 +01:00
Witold Filipczyk
b5b09f1ba1 [mujs] document.addEventListener 2024-03-04 21:21:31 +01:00