rkd77
f2fa1d40e2
Merge pull request #205 from thesamesam/mujs-build-fixes
...
Fix build failures with mujs
2023-01-01 08:38:15 +01:00
Sam James
5cb6021918
Fix build failures with mujs
...
Closes: https://github.com/rkd77/elinks/issues/204
Signed-off-by: Sam James <sam@gentoo.org>
2022-12-31 21:06:57 +00:00
Witold Filipczyk
aa8d798981
[test] Strange endif . Refs #203
2022-12-30 09:35:41 +01:00
Witold Filipczyk
eadf6512eb
[mujs] document.write
2022-12-28 21:19:49 +01:00
Witold Filipczyk
2c8ea13ec5
[quickjs] document.write again
2022-12-28 21:14:28 +01:00
Witold Filipczyk
764b0af2ba
[ecmascript] Rewritten document.write
...
string list instead of single string.
2022-12-28 21:05:59 +01:00
Witold Filipczyk
dae3d1cdc4
[test] 1 One 2 Two 3 Three
...
Now is:
1
2
3
One
Two
Three
but ought to be:
1
One
2
Two
3
Three
2022-12-28 19:38:19 +01:00
Witold Filipczyk
1c87b361b2
[SITES] Info about mailing list
...
I changed my mind and added mailing list.
2022-12-28 08:35:11 +01:00
Witold Filipczyk
846a6a7187
[.config] Add trailing / to xdg_config_home. Refs #202
2022-12-27 11:49:54 +01:00
Witold Filipczyk
201e6c055a
[select] Start redrawing terminal also without libevent. Refs #201
2022-12-26 19:02:36 +01:00
Witold Filipczyk
d7dacd2dbc
[config] Commented unused functions
2022-12-26 17:52:14 +01:00
Witold Filipczyk
7ea7cacade
[.config] Read/write configuration from ~/.config/elinks . Refs #199
...
Note, configs and other files from ~/.elinks/ are not moved
to ~/.config/elinks/ automatically. You must do it yourself.
ELINKS_CONFDIR and HOME_ETC also are no longer supported.
2022-12-26 17:48:55 +01:00
Witold Filipczyk
86a54ca33d
[po] POTFILES regenerated. Refs #200
...
import os
if __name__ == '__main__':
for f in os.popen('git ls-files', 'r'):
f = f.rstrip()
if f.endswith(('.c', '.cpp', '.h', '.inc')):
print(f)
2022-12-26 12:48:33 +01:00
Witold Filipczyk
ab1f7c6d60
[meson] 0.17.GIT
2022-12-25 21:14:52 +01:00
Witold Filipczyk
f4257b40fd
Merge branch 'MessageEvent'
2022-12-25 21:13:27 +01:00
Witold Filipczyk
5b51f9621c
[NEWS] Info about 0.16.0
2022-12-25 19:17:02 +01:00
Witold Filipczyk
4fd0c91988
[mujs] Added window.addEventListener, removeEventListener and postMessage
...
Not tested.
2022-12-24 13:22:29 +01:00
Witold Filipczyk
2512905217
[git] Added *.obj to .gitignore
2022-12-23 17:26:30 +01:00
Witold Filipczyk
f35a4f8fab
[quickjs] messageEvent
...
Code was not tested at all.
2022-12-22 18:40:58 +01:00
Witold Filipczyk
f5ada6b75b
[mujs] element.getElementsByTagName
2022-12-21 15:47:41 +01:00
Witold Filipczyk
0157c537aa
[quickjs] element.getElementsByTagName
2022-12-21 15:40:53 +01:00
Witold Filipczyk
7a1c315522
[js] test case for getElementsByTagName
2022-12-21 15:33:07 +01:00
Witold Filipczyk
216b6021f8
[spidermonkey] element.getElementsByTagName
2022-12-21 15:32:07 +01:00
Witold Filipczyk
583aec98f0
[document] Try to pass element_offset
2022-12-20 18:03:32 +01:00
Witold Filipczyk
25515d707a
[xterm] If TERM environment variable starts with "xterm", then it is xterm.
...
For ssh sessions.
2022-12-17 10:31:42 +01:00
Witold Filipczyk
d08bd08171
[select] period_redraw_all_terminals also for non-libevent
2022-12-16 22:19:16 +01:00
Witold Filipczyk
af7bed47e6
[download] refresh_dialog in display_download
...
Results are promising, lower CPU usage while displaying
download info dialog. Need to check bittorrent.
2022-12-15 19:40:12 +01:00
Witold Filipczyk
f3dffb9fd8
[screen] try to replace dirty_from and dirty_to with was_dirty
2022-12-15 14:55:38 +01:00
Witold Filipczyk
df5dd1515e
[screen] minor optimisation
2022-12-14 22:18:10 +01:00
Witold Filipczyk
571cb05e05
[screen] Added struct bitfield dirty to screen
2022-12-14 22:04:01 +01:00
Witold Filipczyk
2259b74047
[ecmascript] Removed exception for HEAD in document.write
...
It did not work either.
2022-12-12 18:06:34 +01:00
Witold Filipczyk
37cc5f52eb
[terminal] Periodically refresh screen
...
DISPLAY_TIME_REFRESH 50ms (No more than 20fps).
It is still using too much CPU for refreshing screen.
2022-12-11 16:22:41 +01:00
Witold Filipczyk
3b1c5ce751
[docker] upx also in dos version
2022-12-07 19:48:15 +01:00
Witold Filipczyk
57c8a156a5
[docker] upx
2022-12-07 19:26:18 +01:00
Witold Filipczyk
e1c099270f
[spidermonkey] el_message - separate struct
2022-12-04 20:38:09 +01:00
Witold Filipczyk
df27a1ab4c
[spidermonkey] stubs for MessageEvent and window.postMessage
2022-12-04 20:04:49 +01:00
Witold Filipczyk
2cb2da87f2
[docker] Really static
2022-12-03 15:38:26 +01:00
Witold Filipczyk
dbd6f46738
[NEWS] 0.16.0rc1
2022-12-03 12:03:59 +01:00
Witold Filipczyk
4689339040
[po] updated
2022-12-02 15:47:44 +01:00
Witold Filipczyk
8797e2a5da
[docker] jobs (nproc-1) for js version, due to low amount of memory
2022-12-02 14:26:22 +01:00
Witold Filipczyk
6052d0a6c3
[docker] build libxml++ by meson
2022-12-02 12:14:14 +01:00
Witold Filipczyk
5540ccc950
[docker] -Dtre=true for alpine
2022-12-01 20:35:48 +01:00
Witold Filipczyk
ab316a51a1
[docker] nproc for make
2022-12-01 18:12:44 +01:00
Witold Filipczyk
6708d1d843
[docker] build file for js version
2022-12-01 18:03:29 +01:00
Witold Filipczyk
6adcaadd62
[docker] files for build static binary
2022-12-01 16:58:47 +01:00
Witold Filipczyk
8c6d8d3529
[docker] updated files for djgpp
2022-11-30 16:06:58 +01:00
Witold Filipczyk
f03d1ea44d
[meson] Do not build test programs by default
...
If you want run tests, pass -Dtest=true to meson
and run "meson test" at the end.
2022-11-30 10:17:49 +01:00
Witold Filipczyk
c18525f481
[dump] goto next_iteration instead of continue.
2022-11-28 09:13:48 +01:00
Witold Filipczyk
023991e5c5
[dump] Check for end of link at the end of loop, not at the begining (off by one). Refs #198
2022-11-28 08:32:02 +01:00
Witold Filipczyk
8e619e4d02
[dump] Small optimisation. Refs #198
2022-11-27 19:51:59 +01:00