1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
Commit Graph

6700 Commits

Author SHA1 Message Date
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
Witold Filipczyk
0c571b7a3c [spidermonkey] style.top 2024-01-27 21:00:39 +01:00
Witold Filipczyk
3c7b41894e [spidermonkey] style.left 2024-01-27 20:57:16 +01:00
Witold Filipczyk
2c8ffe31f9 [spidermonkey] style.height 2024-01-27 20:53:19 +01:00
Witold Filipczyk
73e507737a [spidermonkey] Return width or height of a single cell for not found elements
For clientHeight and similar.
2024-01-27 20:25:56 +01:00
Witold Filipczyk
1742e87854 [quickjs] offsetHeight and offsetWidth 2024-01-27 16:04:08 +01:00
Witold Filipczyk
8b35062e10 [mujs] offsetWidth and offsetHeight 2024-01-27 15:59:49 +01:00
Witold Filipczyk
8b3ece5b82 [spidermonkey] element.offsetHeight and element.offsetWidth
The same code as clientHeight and clientWidth accordingly.
2024-01-27 15:54:52 +01:00
Witold Filipczyk
224c198781 [quickjs] element.offsetTop 2024-01-27 15:31:39 +01:00
Witold Filipczyk
7c72d49f0c [mujs] element.offsetTop 2024-01-27 15:26:09 +01:00
Witold Filipczyk
317737fa34 [spidermonkey] element.offsetTop 2024-01-27 15:23:09 +01:00
Witold Filipczyk
7bccb89efb [spidermonkey] element.offsetLeft 2024-01-27 15:19:24 +01:00
Witold Filipczyk
8d597b1148 [quickjs] element.offsetLeft 2024-01-27 15:11:38 +01:00
Witold Filipczyk
21187f88c8 [mujs] element.offsetLeft 2024-01-27 15:04:30 +01:00
Witold Filipczyk
8ec6ca70fe [spidermonkey] element.offsetParent (parentNode) 2024-01-27 14:49:54 +01:00