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
|
27c03014f7
|
[configure.ac] bashism. Refs #285
|
2024-01-27 09:08:00 +01:00 |
|
rkd77
|
6800e96f72
|
Merge pull request #283 from Strahinja/master
po/sr.po: Update translation
|
2024-01-19 08:20:21 +01:00 |
|
Страхиња Радић
|
9684866136
|
po/sr.po: Update translation
Signed-off-by: Страхиња Радић <contact@strahinja.org>
|
2024-01-18 22:10:10 +01:00 |
|
Witold Filipczyk
|
103669e825
|
[html5] Also add NAV element. Refs #282
|
2024-01-07 20:11:00 +01:00 |
|
Witold Filipczyk
|
94cfc49ce1
|
[win32] Every mouse DOWN followed by UP
It is rather a workaround, but works for the right button click.
|
2024-01-07 16:18:54 +01:00 |
|
Witold Filipczyk
|
ef80897185
|
[html5] Stubs for html_main and html_article. Refs #282
|
2024-01-07 11:43:18 +01:00 |
|
Witold Filipczyk
|
69edab0036
|
[libcss] initialize unit_len_ctx with zeroes
|
2024-01-07 11:41:52 +01:00 |
|
Witold Filipczyk
|
a96b9fba1f
|
[win32] middle and right buttons were swapped
Right-click menu still not functional.
It appears, but disaappers immediately, and "Go back" action is choosen.
|
2024-01-06 15:51:44 +01:00 |
|
Witold Filipczyk
|
389df54184
|
Revert "[head] addcrlf". Refs #281
This reverts commit 90d4f17031 .
|
2024-01-06 09:33:40 +01:00 |
|
Witold Filipczyk
|
0b7cdab108
|
[terminal] Do not draw the right bottom cell
For wineconsole.
|
2024-01-05 19:29:58 +01:00 |
|
Witold Filipczyk
|
6642ebe509
|
[win32] Some changes in mouse handling
It is a step forward. There some problems with wheel, the right mouse button.
|
2024-01-04 18:29:31 +01:00 |
|
Witold Filipczyk
|
84f6a08f83
|
[kbd] Test commit. Change <= 0 to < 0
I'm trying to debug mouse issues.
|
2024-01-03 21:37:07 +01:00 |
|
Witold Filipczyk
|
1d677720a4
|
[docker] updated netsurf libs for win64-static
|
2024-01-02 11:05:50 +01:00 |
|
Witold Filipczyk
|
476e15d9d8
|
[docker] updated netsurf libs for win32-static
|
2024-01-02 10:55:15 +01:00 |
|
Witold Filipczyk
|
e727982d7d
|
[docker] Updated netsurf libs for djgpp
|
2024-01-02 10:41:52 +01:00 |
|
Witold Filipczyk
|
2fdb04a6ab
|
[libcss] bump libcss to 0.9.2 and libdom to 0.4.2
Needs some tweaks. Code is compilable at least.
|
2024-01-01 17:47:59 +01:00 |
|
Witold Filipczyk
|
f89705df74
|
[spidermonkey] Bump mozjs dependency to mozjs-115
|
2024-01-01 13:24:32 +01:00 |
|
Witold Filipczyk
|
378842a349
|
[quickjs] C only
There are some bugs left.
|
2023-12-31 16:08:35 +01:00 |
|
Witold Filipczyk
|
4c7364c14e
|
[mujs] Code rewritten to C
Likely some bugs were introduced here.
elinks with mujs suppport can be built by tcc.
|
2023-12-30 21:42:31 +01:00 |
|
Witold Filipczyk
|
8b5cb79485
|
[ecmascript] Copy of ecmascript.cpp as ecmascript.c
|
2023-12-29 20:53:53 +01:00 |
|
Witold Filipczyk
|
3f3a38145a
|
[ecmascript] New try to compile code by C compiler
ecmascript-c.c is compilable by C compilers and ecmascript-c.cpp
which includes ecmascript-c.c is compilable by C++ compilers.
|
2023-12-29 20:42:21 +01:00 |
|
Witold Filipczyk
|
c473ce5522
|
[quickjs] quickjs.cpp -> quickjs.c
|
2023-12-29 19:27:26 +01:00 |
|
Witold Filipczyk
|
6ad38f3814
|
[mujs] mujs.cpp -> mujs.c
|
2023-12-29 19:23:50 +01:00 |
|
Witold Filipczyk
|
7de0146ded
|
[ecmascript] localstorage-db.cpp -> localstorage-db.c
This code is pure C. There are some memory leaks.
They will be addressed later.
|
2023-12-29 18:46:19 +01:00 |
|
Witold Filipczyk
|
78483386c2
|
[ecmascript] timer.cpp -> timer.c
hash instead of map.
The goal is to get C++ free code for mujs and quickjs.
|
2023-12-29 18:29:13 +01:00 |
|
Witold Filipczyk
|
447c452339
|
[download] No need to double check
|
2023-12-28 13:03:45 +01:00 |
|
Witold Filipczyk
|
fd5e164b8f
|
[download] memory leaks
|
2023-12-28 13:01:01 +01:00 |
|
Witold Filipczyk
|
24325a5714
|
[meson] Link against shared quickjs library if available
alpine builds shared quickjs library.
|
2023-12-27 19:53:20 +01:00 |
|
Witold Filipczyk
|
2c7072e058
|
[docker] Updated quickjs to 2023-12-09
|
2023-12-27 17:58:15 +01:00 |
|
Witold Filipczyk
|
204234b921
|
[memcount] libevent malloc, realloc, free replacement functions
|
2023-12-26 19:09:32 +01:00 |
|
Witold Filipczyk
|
b1bf9e8dba
|
[libevent] Add SOCK_SHIFT for curl and libevent
|
2023-12-26 17:04:24 +01:00 |
|
Witold Filipczyk
|
1f4ca1445d
|
[libevent] include event2/event.h instead of event.h
|
2023-12-26 15:53:22 +01:00 |
|
Witold Filipczyk
|
5211b2d8a1
|
[curl] fifo_event was unused
|
2023-12-26 14:57:25 +01:00 |
|
Witold Filipczyk
|
4da1928109
|
[docker] wine is not required to build Windows version of elinks
|
2023-12-26 13:33:01 +01:00 |
|
Witold Filipczyk
|
3e2092db84
|
[docker] dosemu not needed to build DOS version of elinks
|
2023-12-26 13:28:23 +01:00 |
|
Witold Filipczyk
|
d86134446c
|
[configure.ac] 0.18.GIT
|
2023-12-26 13:21:45 +01:00 |
|
Witold Filipczyk
|
8cd5ea6a98
|
[NEWS] 0.17.0
|
2023-12-25 12:25:27 +01:00 |
|
Witold Filipczyk
|
3ae1622d94
|
[meson] Added -Ddoc option, default true
With -Ddoc=false rebuilds are faster.
|
2023-12-23 14:12:46 +01:00 |
|
Witold Filipczyk
|
8d0054041b
|
[select] Another try
Set fields of timeout manually.
|
2023-12-20 20:31:13 +01:00 |
|
Witold Filipczyk
|
f91d214820
|
[select] This code is problematic.
EINVAL on OpenBSD/i386.
|
2023-12-20 18:06:20 +01:00 |
|
Witold Filipczyk
|
6c32ce3c61
|
[gettext] Let it work also on Windows
When elinks.exe is located in the src subdirectory,
.gmo files are read from the po subdirectory.
|
2023-12-15 10:36:17 +01:00 |
|
Witold Filipczyk
|
93e9ac1b4c
|
[gettext] Revision 1 is also valid
At least I think so.
|
2023-12-14 21:45:08 +01:00 |
|
Witold Filipczyk
|
dee0b28f97
|
[spidermonkey] meson.build also was missing
|
2023-12-10 16:42:32 +01:00 |
|
Witold Filipczyk
|
74906f2b0f
|
[NEWS] 0.17.0rc2
|
2023-12-10 12:31:41 +01:00 |
|
Witold Filipczyk
|
6f11b9be8b
|
[windows] Fixes for FSP (send and recv)
|
2023-12-09 19:57:08 +01:00 |
|
Witold Filipczyk
|
2ace5374c8
|
[cast] cast to intptr_t to silence compiler
|
2023-12-08 11:14:27 +01:00 |
|
Witold Filipczyk
|
b894447af1
|
[hash] drop const for key
|
2023-12-08 11:11:06 +01:00 |
|