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

6664 Commits

Author SHA1 Message Date
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
8d7f081961 [docker] build fix for dos 2024-03-08 18:59:35 +01:00
Witold Filipczyk
f17408176e [docker] Updated alpine-static 2024-03-08 18:09:23 +01:00
Witold Filipczyk
99cba252f4 [meson] Check whether libev can be used 2024-03-08 16:03:49 +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
b71faa2d07 [meson] Check for header event.h of libev. Refs #287 2024-03-06 16:53:12 +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
Witold Filipczyk
c231b31ac0 [spidermonkey] document.addEventListener 2024-03-03 21:37:51 +01:00
Witold Filipczyk
f762775b9d [ecmascript] Commented out clientHeight and similar properties
Code is not ready yet.
2024-03-02 19:13:45 +01:00
Witold Filipczyk
862dfcc672 [document] parse meta also when there are headers 2024-02-28 20:37:24 +01:00
Witold Filipczyk
5baef7e2ef Merge branch 'master' into shellinabox 2024-02-16 15:24:39 +01:00
Witold Filipczyk
d05ce90b35 [README]. Test commit 3 2024-02-16 15:04:15 +01:00
Witold Filipczyk
91063b168b [README] Test commit 2 2024-02-16 15:01:46 +01:00
Witold Filipczyk
85be9722b7 [README] Test commit 2024-02-16 14:57:11 +01:00
Witold Filipczyk
010deec2dc [ecmascript] free_document 2024-02-02 19:44:18 +01:00
Witold Filipczyk
3c5a61b524 [ecmascript] parse document after document.write in onload 2024-02-02 19:33:20 +01:00
Witold Filipczyk
4ee7b050a4 [spidermonkey] localstorage -> localStorage 2024-02-02 19:13:00 +01:00
Witold Filipczyk
9516ca43ff [ecmascript] Always reparse document 2024-01-31 11:32:53 +01:00
Witold Filipczyk
e7562a3120 [spdermonkey] xhr -> XMLHttpRequest 2024-01-31 11:12:32 +01:00
Witold Filipczyk
404e93c773 [spidermonkey] unref dom_node once in finalizer 2024-01-30 20:29:08 +01:00
Witold Filipczyk
379a8edbc9 [quickjs] style.cssText 2024-01-30 17:49:16 +01:00
Witold Filipczyk
64b0898b8c [mujs] style.cssText 2024-01-30 17:36:03 +01:00
Witold Filipczyk
8c58bdfb99 [spidermonkey] style.cssText
For getter just copy style attribute.
For setter more complicated.
2024-01-29 18:57:13 +01:00
Witold Filipczyk
4b7756f74c [spidermonkey] Code special for shellinabox
pre#cursor is width of one cell.
pre#console full width
2024-01-28 18:01:32 +01:00
Witold Filipczyk
2da397a44e [quickjs] offsetWidth and offsetHeight call clientWidth and clientHeight
For <body>, <html> full height.
For <body>, <html> and <div> full width.
2024-01-28 16:47:52 +01:00
Witold Filipczyk
5841cd5c94 [mujs] for <body>, <html> or <div> clientWidth returns full width of window 2024-01-28 16:38:20 +01:00
Witold Filipczyk
84c0b4886b [spidermonkey] full width also for DIV element 2024-01-28 16:29:57 +01:00
Witold Filipczyk
4a94b6150e [spidermonkey] clientHeight and offsetHeight the same function
For <body> and <html> return height or width of screen.
2024-01-28 16:22:15 +01:00
Witold Filipczyk
330bfb7d29 [quickjs] window.innerWidth and innerHeight 2024-01-28 15:24:47 +01:00
Witold Filipczyk
3456d27b22 [mujs] window.innerHeight and innerWidth 2024-01-28 15:20:10 +01:00
Witold Filipczyk
c0a3bce766 [spidermonkey] window.{innerHeight,innerWidth} 2024-01-28 15:14:48 +01:00
Witold Filipczyk
7b3c450293 [quickjs] style.{height,left,top} 2024-01-28 14:27:55 +01:00
Witold Filipczyk
e66f142b7a [mujs] style.{height,left,top} 2024-01-28 14:22:07 +01:00