1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
Commit Graph

4816 Commits

Author SHA1 Message Date
Страхиња Радић
f2429b61ff
po/sr.po: Update to Serbian translation; AUTHORS: Update Strahinya Radich's email aaddress
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2021-11-25 17:40:01 +01:00
Witold Filipczyk
9a3be156a7 [configure.ac] Added --with-quickjs option
Note, that if you pass both:
--with-spidermonkey \
--with-quickjs

you'll get compilation error
2021-11-24 17:18:02 +01:00
Witold Filipczyk
e7cc68f742 [quikcjs] compilation fix for 32bit systems 2021-11-22 10:41:33 +01:00
Witold Filipczyk
4617d7d8ef [xml] missing files 2021-11-22 09:50:57 +01:00
Witold Filipczyk
14e60c35ab [quickjs] nodelist as array 2021-11-21 16:27:01 +01:00
Witold Filipczyk
20362003bd [quickjs] Added RETURN_JS macro for easier debugging 2021-11-20 17:29:00 +01:00
Witold Filipczyk
6ca8ea37a5 [localstorage] return NULL when key is not found 2021-11-20 17:27:58 +01:00
Witold Filipczyk
0e45f743a7 [link] cast to unsigned char . Refs #132
This bug was caused by changes unsigned char * -> char *
2021-11-19 15:31:05 +01:00
Witold Filipczyk
44c7cedfea [spidermonkey] Commented lines with assertion 2021-11-18 20:56:51 +01:00
Witold Filipczyk
fa60e62f1c [quickjs] initialize first 2021-11-17 19:08:22 +01:00
Witold Filipczyk
24524b0303 [quickjs] initialize first 2021-11-17 19:05:29 +01:00
Witold Filipczyk
d275140984 [quickjs] Moved initialization to the begining of function
Now test case (buildlogs) is successful
2021-11-17 17:42:22 +01:00
Witold Filipczyk
56870b5f38 [quickjs] htmlCollection as Array 2021-11-16 18:22:36 +01:00
Witold Filipczyk
0a088a090a [quickjs] std::nothrow 2021-11-16 17:10:35 +01:00
Witold Filipczyk
98b3f14927 [quickjs] forms also as array
Sometimes it works, sometimes not.
2021-11-15 17:13:51 +01:00
Witold Filipczyk
be2a4d83b1 [quickjs] small success. Implementation of elements[i] 2021-11-14 20:45:56 +01:00
Witold Filipczyk
ad050ea68a [quickjs] arithmetics.html usable again 2021-11-13 18:22:05 +01:00
rkd77
9f3d9dcef3
Merge pull request #131 from oelmekki/lua_api
[lua] expose reload() and goto_url() to lua api
2021-11-13 17:02:49 +01:00
Olivier El Mekki
edaf66fc60
[lua] expose reload() and goto_url() to lua api
Two api methods for lua scripting has been added.

`reload()` allows to refresh the document without triggering a new
html request. This commits expose that existing internal function to the
lua api.

One example where it is useful : making a lua hook that allows to edit a
local file we're browsing and see the change without having to perform a
full reload (thus losing the scrolling position). Or anything else that
allows to interactively modify the currently loaded document.

`goto_url()` allows to navigate to given url long after the page has been
loaded (so follow_url_hooks can't be used).

Example where it's useful : binding a key to load the latest archive.org
snapshot for current page (especially useful when using tor and being
constantly harassed by cloudflare).
2021-11-13 13:57:52 +01:00
Witold Filipczyk
38060fea51 [quickjs] scroll2.html works 2021-11-12 21:53:31 +01:00
Witold Filipczyk
28fba3eab3 [quicksjs] changed forms code, but still does not work 2021-11-11 20:43:59 +01:00
Witold Filipczyk
7d51951d5f [quickjs] map in getCollection 2021-11-10 18:48:27 +01:00
Witold Filipczyk
28b8154aff [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
Witold Filipczyk
edb71b8262 [quickjs[ fixes in getDoctype 2021-11-10 17:33:59 +01:00
Witold Filipczyk
10bfe65e05 [quickjs] remember elements nodes in map.
title.html example works
2021-11-09 18:44:12 +01:00
Witold Filipczyk
1342d7510a [quickjs] quickjs_eval_boolback 2021-11-08 19:59:54 +01:00
Witold Filipczyk
5b725b3695 [quickjs] quickjs_eval_stringback 2021-11-08 19:42:07 +01:00
Witold Filipczyk
ddb626d521 [quickjs] Added interrupt handler. 2021-11-07 16:04:36 +01:00
Witold Filipczyk
09e6fb59da [kbd] ui.double_esc option, based on PLD patch 2021-11-06 17:40:17 +01:00
Witold Filipczyk
6d4a573571 [quickjs] getElement works for test case 2021-11-05 18:58:15 +01:00
Witold Filipczyk
9d02cfdc46 [search] document.browse.search.ignore_history . Default 0
When enabled will ignore previous searches in the typeahead mode
available by (cursor up, cursor down).
2021-11-05 16:25:17 +01:00
Witold Filipczyk
8e47f62c9d [quickjs] document.c 2021-11-04 19:58:57 +01:00
Witold Filipczyk
816063401f Merge branch 'master' into quickjs 2021-11-04 16:54:03 +01:00
rkd77
b3541f250d
Merge pull request #129 from OliveThePuffin/patch-1
Update configure.ac
2021-11-04 16:48:38 +01:00
Samuel Clay
eda8aff38b Fix misleading description on configure options 2021-11-04 08:31:54 -06:00
Witold Filipczyk
af9cf82e3d [search] bool document.browse.search.beginning_only . Default 0
Whether typeahead searching should match only the beginnings of links.
2021-11-04 14:02:45 +01:00
Samuel Clay
2ff409d3af
Update configure.ac
Fix misleading description on configure options
2021-11-03 21:29:45 -06:00
Witold Filipczyk
81cd0282cf [quickjs] input.c 2021-11-03 21:52:31 +01:00
Witold Filipczyk
01675c6270 [date] elinks-date-format.patch from PLD 2021-11-03 10:47:39 +01:00
Witold Filipczyk
26a319e581 [quickjs] form.c 2021-11-02 20:49:03 +01:00
Witold Filipczyk
a66a4bf995 [quickjs] forms.c 2021-11-01 18:13:33 +01:00
Witold Filipczyk
c7d525d1c0 [spidermonkey] forms class in separate file 2021-11-01 17:12:46 +01:00
Witold Filipczyk
a804233ea7 [spidermonkey] input in separate file 2021-11-01 16:58:38 +01:00
Witold Filipczyk
183dca1c10 [quickjs] window.c 2021-10-31 20:48:10 +01:00
Witold Filipczyk
307ec0d173 [quickjs] implementation.c 2021-10-30 19:19:39 +02:00
Witold Filipczyk
e15d58dfd1 [quickjs] element.c 2021-10-29 22:06:39 +02:00
Witold Filipczyk
85ec5fa83a [quickjs] nodelist 2021-10-28 18:45:01 +02:00
Witold Filipczyk
fc031f170b [quickjs] htmlCollection 2021-10-27 18:10:04 +02:00
Witold Filipczyk
6de8b3e378 [quickjs] attributes 2021-10-26 18:15:08 +02:00
Witold Filipczyk
88065002ff [quickjs] JS_NewStringLen when length is known 2021-10-26 16:39:47 +02:00