Witold Filipczyk
0dd3aaabe6
int -> size_t
2018-02-25 17:14:46 +01:00
rkd77
2a0748d533
Merge pull request #18 from doughdemon/guile
...
Update guile scripting
2018-02-25 17:02:50 +01:00
Felix Janda
254f440de4
Remove references to internal-hooks.scm
2018-02-24 15:08:17 -05:00
Felix Janda
cec24f11a4
guile: update deprecated string functions
2018-02-24 15:05:45 -05:00
Felix Janda
a0a063f784
guile: replace discouraged SCM_FALSEP, SCM_NULLP, SCM_STRINGP
2018-02-24 14:18:25 -05:00
rkd77
92126dc4a5
Merge pull request #17 from doughdemon/leds
...
Fix broken double-width chars when displaying status leds
2017-12-29 17:48:23 +01:00
Felix Janda
e739ed07dc
Fix broken double-width chars when displaying status leds
2017-12-28 15:36:03 +01:00
Witold Filipczyk
8a8af596e0
gnutls: GNUTLS_E_PREMATURE_TERMINATION on www.raspberrypi.org
2017-12-23 14:51:43 +01:00
rkd77
639748a20c
Merge pull request #16 from aelmahmoudy/hb_fix
...
Add signal.h to heartbeat,c includes
2017-12-03 13:02:58 +01:00
أحمد المحمودي (Ahmed El-Mahmoudy)
887f85f6a9
Add signal.h to heartbeat,c includes
...
Build failed because hearbeat.c uses SIGVTALRM
2017-12-02 02:47:02 +01:00
Witold Filipczyk
30fcf11172
Some goals for dvelopment
2017-11-29 17:38:39 +01:00
Witold Filipczyk
2c6d782aef
Check returned value of tiparm.
2017-11-28 22:07:57 +01:00
Witold Filipczyk
d466e84eb6
TERMINFO does not work well for linux-m
2017-11-28 20:31:41 +01:00
Witold Filipczyk
bbc3ead99c
Added CONFIG_TERMINFO to features.conf
2017-11-27 20:37:09 +01:00
rkd77
3d8da2e48c
Merge pull request #11 from aelmahmoudy/gnutls_client_cert
...
SSL authentication using client certs
2017-11-26 11:06:51 +01:00
Witold Filipczyk
c9a0df7a67
This condition was useless IMO.
2017-11-26 11:03:02 +01:00
rkd77
d539a45c98
Merge pull request #3 from aelmahmoudy/color_link_num
...
Allow link number colors to be changed.
2017-11-26 10:58:04 +01:00
Witold Filipczyk
4f89fd6674
Add -I config/m4 to aclocal.
2017-11-25 20:58:26 +01:00
Witold Filipczyk
03968b93c8
Do not use terminfo for true color mode.
2017-11-25 11:46:28 +01:00
rkd77
26d1759d35
Merge pull request #15 from doughdemon/musl
...
Musl compatibility
2017-11-24 15:19:55 +01:00
rkd77
4f8871f4f0
Merge pull request #14 from doughdemon/po
...
Misc translations
2017-11-24 15:17:27 +01:00
Felix Janda
336e596a83
Rename VA_COPY to va_copy
...
With this, the C99 standard macro va_copy is used when available
instead of the prestandard __va_copy.
2017-11-23 19:18:20 -05:00
Felix Janda
9555619c50
Remove __va_copy configure test
...
__va_copy is a macro and can be detected via #ifdef.
2017-11-23 19:15:35 -05:00
Felix Janda
ca44c53f59
Make Japanese language selectable
2017-11-23 18:53:15 -05:00
KURASAWA Nozomu
e1ac2896c6
Add Japanese translations.
2017-11-23 18:42:31 -05:00
Felix Janda
b9c80be636
convert *.po files to utf8
2017-11-23 18:35:18 -05:00
Felix Janda
bfb4733f39
Don't use <sys/signal.h>
...
This legacy header appears to be unused. Removing its includes
avoids numerous warnings when compiling with musl libc:
/usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp]
2017-11-23 17:51:41 -05:00
Witold Filipczyk
0420ce5cc9
Similar code as in original ELinks.
...
Still issues with displaying freshcode.club on konsole.
2017-11-23 18:00:20 +01:00
Witold Filipczyk
d1ddf27332
Cleaner code of checking if line is dirty.
2017-11-23 15:53:52 +01:00
Witold Filipczyk
2bd6ac3f08
terminfo_cursor_address
2017-11-23 13:39:04 +01:00
Witold Filipczyk
49f41d4371
Rewritten add_chars macro.
...
Before it redrawn only changed cells, but were problems with ghosts.
See test/fresh.html. Now it redraws whole lines, which were modified.
2017-11-23 11:40:21 +01:00
Witold Filipczyk
48ba074969
mem_free_set instead two lines
2017-11-23 10:33:10 +01:00
rkd77
fa013b70ab
Merge pull request #13 from doughdemon/msgaccel
...
msg-accelprepare: work around Getopt::Long behavior change
2017-11-23 10:27:43 +01:00
rkd77
ec4d5390dd
Merge pull request #12 from doughdemon/dev
...
Buildsystem cleanup
2017-11-23 10:26:29 +01:00
Felix Janda
9047be4f9b
msgaccel-prepare: work around Getopt::Long behavior change
...
Avoid the following:
./msgaccel-prepare -S"dir" file
Unknown option: Sdir
So "dir" is no longer interpreted as an argument to "-S". This
was apparently introduced in Getopt::Long version 2.48.
2017-11-22 17:41:23 -05:00
Felix Janda
c5a6c6bd1b
configure: Use AC_USE_SYSTEM_EXTENSIONS
...
Fixes
warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
2017-11-22 17:02:00 -05:00
Felix Janda
06832623ad
Rename configure.in to configure.ac
...
Avoids aclocal warning
2017-11-22 17:01:48 -05:00
Felix Janda
0555a68054
configure: Use AC_CONFIG_MACRO_DIR
...
This makes acinclude.m4 unecessary.
2017-11-22 17:01:39 -05:00
Witold Filipczyk
4d85cd24eb
Removed code suspected for traces on screen when scrolling.
2017-11-22 18:19:32 +01:00
Witold Filipczyk
5b390d6b55
Make 0 the default.
2017-11-22 12:11:42 +01:00
rkd77
be719e1ac1
Merge pull request #10 from aelmahmoudy/select_forms
...
Make select forms look more like other forms.
2017-11-22 12:02:06 +01:00
rkd77
77ea5759ed
Merge pull request #9 from aelmahmoudy/preferred_document_width_option
...
Add preferred_document_width option.
2017-11-22 11:59:17 +01:00
rkd77
1fecca1a15
Merge pull request #8 from aelmahmoudy/larger_doc_margin
...
Allow larger document.browse.margin_width
2017-11-22 11:56:25 +01:00
rkd77
a6996b7d3a
Merge pull request #7 from aelmahmoudy/keep_forms_bold
...
Keep forms in bold even when active.
2017-11-22 11:55:40 +01:00
rkd77
addd051c97
Merge pull request #6 from aelmahmoudy/dont_underline_unselected_forms
...
Dont underline unselected forms
2017-11-22 11:54:50 +01:00
rkd77
f44fdc25ed
Merge pull request #5 from aelmahmoudy/dont_underline_active_textarea
...
Avoid underlining active text areas.
2017-11-22 11:53:32 +01:00
rkd77
baf0c5b689
Merge pull request #4 from aelmahmoudy/color_textarea
...
Provide different color for text areas in insert mode.
2017-11-22 11:51:10 +01:00
rkd77
2b786ac7fe
Merge pull request #2 from aelmahmoudy/underline_links
...
Underline links even in numbered links mode
2017-11-22 11:42:02 +01:00
rkd77
ef8a3ccddf
Merge pull request #1 from aelmahmoudy/source_element
...
Add rendering for html source element
2017-11-22 11:38:57 +01:00
Nils Dagsson Moskopp
aae79c95fe
Add rendering for html source element
2017-11-22 03:19:33 +01:00