Witold Filipczyk
ac7132bda5
[NEWS] Info about 0.16.1
2023-04-30 19:05:29 +02:00
Witold Filipczyk
fa38a617f3
[meson] Added boolean options apidoc, htmldoc and pdfdoc. Default enabled
...
If these options are false, the given part of documentation is not built.
On slower machines it takes some time to generate apidocs or manual.pdf.
2023-04-30 13:22:55 +02:00
Witold Filipczyk
4fec042747
[test] Added gettext files for mailcap tests. Refs #218
2023-04-28 09:34:00 +02:00
Witold Filipczyk
dc37be3b60
[uri] Encode only bytes with highest bit set. Refs #226
...
It is not good, but before it was worse.
Characters like ? and = were encoded.
2023-04-27 14:28:19 +02:00
Witold Filipczyk
b3402e7224
[dos] elinks.lsm
...
meson version
2023-04-26 18:57:45 +02:00
Witold Filipczyk
9ac7f48f19
[test] Removed gettext from dependencies. Refs #218
2023-04-24 09:32:10 +02:00
Witold Filipczyk
63d8aead84
[tables] Lower HTML_MAX_ROWSPAN. Refs #222
2023-04-23 15:52:12 +02:00
Witold Filipczyk
7a665d8de4
[uri] Introduced function encode_uri_string_percent. Refs #221
...
This function is similar to encode_uri_string, but does not
encode percents.
2023-04-23 15:05:58 +02:00
Witold Filipczyk
4a3fa85ee7
[link] Convert href for anchor to terminal codepage, usually utf-8. Refs #221
2023-04-23 15:00:05 +02:00
Witold Filipczyk
e890b07584
[meson] Added docdir option. Refs #224
...
By default docdir is $prefix/share/doc/elinks
2023-04-23 13:37:36 +02:00
rkd77
3581aa62f1
Merge pull request #224 from aelmahmoudy/meson-doc
...
Install txt, pdf, html docs in $prefix/share/doc/elinks
2023-04-23 13:22:29 +02:00
أحمد المحمودي (Ahmed El-Mahmoudy)
dd4557e983
Install txt, pdf, html docs in $prefix/share/doc/elinks
2023-04-23 06:59:03 +02:00
Witold Filipczyk
552917701c
[meson] Check for git availability. Refs #47
2023-04-22 10:28:40 +02:00
rkd77
6c7df5b7d4
Merge pull request #217 from goyalyashpal/readme
...
Remove redundant README
2023-04-13 16:43:09 +02:00
goyalyashpal
7ccfb607bb
Remove redundant README
2023-04-13 19:32:21 +05:30
Witold Filipczyk
02e34611bf
[blockquote] return in case of realloc failure
2023-04-06 15:35:33 +02:00
Witold Filipczyk
6d0b7b8788
[blockquote] Count also blockquote_level and margin while realloc lines. Refs #214
2023-04-05 16:23:26 +02:00
rkd77
d9d5633c0b
Merge pull request #212 from submachine/master
...
configure: Fix an "implicit int" warning
2023-03-24 14:57:57 +01:00
Arjun Shankar
d97fad2036
configure: Fix an "implicit int" warning
...
configure defines a main function without a return type, leading to a
-Wimplicit-int warning (enabled by default in C99 and later dialects).
This commit fixes that.
2023-03-24 14:27:21 +01:00
Witold Filipczyk
79fdb363b3
[Makefile] compile libcss related code
2023-03-01 18:02:06 +01:00
Witold Filipczyk
82a7bd5de8
[configure.ac] Better way of finding libquickjs.a
2023-03-01 17:42:06 +01:00
Witold Filipczyk
0ef89025ab
Merge branch 'css'
2023-02-28 18:43:07 +01:00
Witold Filipczyk
ed86daabe0
[css] Added experimental libcss code (config option document.css.libcss)
...
Was not tested.
2023-02-28 18:38:33 +01:00
rkd77
bc0f6a8bf7
Merge pull request #210 from Strahinja/master
...
Update Serbian translation
2023-02-24 08:32:50 +01:00
Страхиња Радић
f0b8933346
po/sr.po: Update translation
...
Signed-off-by: Страхиња Радић <contact@strahinja.org>
2023-02-24 07:33:15 +01:00
Witold Filipczyk
967e5d5f09
[html] struct document * instead of struct document_options * in init_html_parser
...
I want have access to document in renderer and parser functions.
2023-02-15 18:56:15 +01:00
Witold Filipczyk
5fa2a3371c
[css] Do not execute css code when CONFIG_LIBCSS was set
2023-02-13 17:05:48 +01:00
Witold Filipczyk
cd238bf820
[xml] Removed unused file
2023-02-13 16:14:00 +01:00
Witold Filipczyk
9f2eb5a58b
[xml] Removed commented code
2023-02-13 16:11:11 +01:00
Witold Filipczyk
1f72345615
[meson] Define CONFIG_LIBCSS
2023-02-13 16:07:45 +01:00
Witold Filipczyk
ddc6e8381c
Merge branch 'master' into css
2023-02-12 17:24:46 +01:00
Witold Filipczyk
c0f5a89c48
[c++] Let be compatible with -std=c++98
...
It is for lite version. js code requires -std=gnu++17
2023-02-12 13:02:35 +01:00
Witold Filipczyk
cb5916214d
[c] Let be compatible with -std=gnu90
2023-02-12 12:54:22 +01:00
Witold Filipczyk
cd8a84f8e0
[css2] code from netsurf
2023-02-05 18:01:43 +01:00
Witold Filipczyk
aacd905a22
[configure.ac] Check for libcss
...
Weakly implemented.
2023-02-01 18:10:59 +01:00
Witold Filipczyk
b2ffe855e0
[meson] libcss dependency
2023-02-01 17:43:21 +01:00
Witold Filipczyk
c455fbee19
[xhr] Code for synchronous POSTs
2023-01-30 16:31:33 +01:00
Witold Filipczyk
c8aba2ef8c
[ecmascript] Avoid strlen
2023-01-30 15:59:43 +01:00
Witold Filipczyk
be40c1bb87
[charsets] compilation fix
2023-01-29 20:09:45 +01:00
Witold Filipczyk
0a5335573c
[configure.ac] curl
2023-01-29 20:02:22 +01:00
Witold Filipczyk
bb7720a063
[mujs] ajax synchronous GET requests using curl
2023-01-29 19:06:51 +01:00
Witold Filipczyk
704229014c
[spidermonkey] ajax sync GET with curl
2023-01-29 18:54:59 +01:00
Witold Filipczyk
2e33d2c1ca
[quickjs] curl for synchronous ajax
...
GET method
2023-01-29 18:29:07 +01:00
Witold Filipczyk
2faa4a6ff3
[mujs] Some js_pushnull replaced by js_error
2023-01-28 21:39:22 +01:00
Witold Filipczyk
c058675c5d
[mujs] Compilation fixes
2023-01-28 10:28:42 +01:00
Witold Filipczyk
c0e39a4f80
[smjs] commented unused code
2023-01-28 10:13:57 +01:00
Witold Filipczyk
9d3af259ad
[spidermonkey] compilation fixes
2023-01-28 09:56:48 +01:00
Witold Filipczyk
0e70bfb468
[quickjs] Compilation fixes
2023-01-28 09:34:10 +01:00
Witold Filipczyk
483796dc7f
[intl] anonymous structs are questionable
2023-01-27 17:15:51 +01:00
Witold Filipczyk
4ddf484e01
[quickjs] Try another time to alert('something');
2023-01-26 20:55:49 +01:00