1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
Commit Graph

372 Commits

Author SHA1 Message Date
Witold Filipczyk
c2bdd5a723 [color] Restore painting of trailing spaces 2022-10-17 10:04:46 +02:00
Witold Filipczyk
828d9e75cf [draw] unicode_val_T in draw_box for UTF8 2022-10-16 15:58:06 +02:00
Witold Filipczyk
f7c44b52fc [color] draw background 2022-10-16 15:26:49 +02:00
Witold Filipczyk
c086cbe26e [color] Removed code related to draw_text_node
This idea failed. Code was slow.
2022-10-16 15:18:34 +02:00
Witold Filipczyk
361b8f661d [long] long -> intptr_t . Refs #8304
AFAIK on Windows long is sizeof 4, while void * is sizeof 8.
intptr_t is the same sizeof as void *.
2022-08-17 20:48:58 +02:00
Witold Filipczyk
172c32a64c [cpp] All files suspected for any C++ relation renamed to cpp
Now (in meson) .c files are compiled by C compiler and .cpp by C++ compiler.
2022-07-31 16:44:11 +02:00
Witold Filipczyk
7ea04c7f0f [isspace] Some implementations of isspace require unsigned char 2022-06-28 20:25:06 +02:00
Witold Filipczyk
3af789e9e6 [smjs] More compilation fixes. Mainly casts. Refs #176 2022-06-17 15:55:05 +02:00
Witold Filipczyk
dfa578d7d9 [color] initialize is_node 2022-06-14 19:51:25 +02:00
Witold Filipczyk
0aeb8b4c25 [mouse] enabled mouse in DOS
Also redefined constants in mouse.h to be consistent with links.
2022-05-10 19:19:49 +02:00
Witold Filipczyk
0de00f8555 [draw] Segfault. Refs #167 2022-05-09 20:53:35 +02:00
Witold Filipczyk
ae23e15104 Revert "[color] Revert changes related to leading and trailing spaces and colours"
This reverts commit 51dd9e7e6e.
2022-05-09 20:37:08 +02:00
Witold Filipczyk
2bec2984c4 [dos] Very experimental DOS port based on links-2.26 code
WATT-32 and openssl you must compile yourself.
You must tweak configure options, something like:
--disable-utf-8, etc.
Only checked on dosemu with LFN. Networking lags is a bit.
2022-05-09 18:53:36 +02:00
Witold Filipczyk
b9a648059b [terminal] Workaround for infinite loop triggered by -remote openURL(URL, new-window) 2022-04-23 17:23:32 +02:00
Unknown
01319aafd2 [ win64 ] build_win64.sh, doc etc. 2022-04-22 21:47:52 +02:00
Witold Filipczyk
1e27359afa [screen] Drop optimisation
Shadows were not displayed correctly, likely because of this check.
2022-03-27 19:37:16 +02:00
Witold Filipczyk
8ee9062955 [options] Introduced ui.background_char. Refs #142
Integer code of background character.
For example:
32 for space
9617 is default value (TV background char).
2022-03-25 20:47:04 +01:00
Witold Filipczyk
ac0241f479 [colors] Fix issue with mono colors and menu 2022-03-24 16:05:33 +01:00
Witold Filipczyk
835dce933f [screen] Another compilation fix. Refs #142 2022-03-22 20:49:57 +01:00
Witold Filipczyk
27ca62762c [colors] Compilation fixes. Refs #142 2022-03-22 19:11:23 +01:00
Witold Filipczyk
458a4894f2 [screen] copy_struct 2022-03-21 14:37:10 +01:00
Witold Filipczyk
aff460d7a9 [screen] Do not check twice for is_node 2022-03-20 16:10:17 +01:00
Witold Filipczyk
9e39ef5d1a [colors] Unification
Still do not know why in 24bit are issues with menu.
2022-03-20 16:01:05 +01:00
Witold Filipczyk
085c2ebd95 [colors] Simplifications 2022-03-20 15:41:29 +01:00
Witold Filipczyk
411b25cecc [colors] One function instead of two for COLOR_MODE_16 2022-03-20 15:24:15 +01:00
Witold Filipczyk
1b9072307a [background] Turbo Vision's background on startup screen 2022-03-20 14:34:19 +01:00
Witold Filipczyk
b2ea78617e [colors] Added _node for 88 colors
Now 88 and 256 colors have inefficient check in add_chars256.
2022-03-20 13:43:58 +01:00
Witold Filipczyk
ed4175a4a7 [mono] _node colors 2022-03-20 13:22:24 +01:00
Witold Filipczyk
e8719ba9e7 [colors] COLOR_MODE_16
Some bugs left.
2022-03-18 17:00:25 +01:00
Witold Filipczyk
9b1b2f4590 [colors] displaying node_numbers colors for 24bit color 2022-03-18 16:33:52 +01:00
Witold Filipczyk
407ca7d114 [colors] Implemented displaying for 256 color mode 2022-03-18 16:24:48 +01:00
Witold Filipczyk
89e314d510 [draw] Overloaded version draw functions.
Functions with suffix _node instead of struct color_pair *
take as parameter node_number.
2022-03-11 20:19:48 +01:00
Witold Filipczyk
e26fb55fa7 [screen] placeholders for functions which would get_colors from node number 2022-03-07 20:24:11 +01:00
Witold Filipczyk
d8cbef44d6 [draw] clear also is_node 2022-03-06 20:25:37 +01:00
Witold Filipczyk
1e657abb3b [screen_char] Added bitfield is_node. 2022-03-05 21:12:14 +01:00
Witold Filipczyk
2e2737e6de [select] Introduced get_handler_data 2022-02-21 19:03:54 +01:00
Witold Filipczyk
f3496ae098 [terminfo] const char * 2022-02-21 18:25:11 +01:00
Witold Filipczyk
bcf9589ff0 [osdep] const in get_shell 2022-02-20 13:52:47 +01:00
Witold Filipczyk
89340c3848 [intl] const char * in get_cp_mime_name 2022-02-18 15:45:47 +01:00
Witold Filipczyk
84f39d8f83 [terminal] const in hard_write 2022-02-16 20:49:21 +01:00
Witold Filipczyk
b982bd9abf [draw] const char * in draw_text 2022-01-31 16:18:43 +01:00
Witold Filipczyk
277f341d2b [terminal] exec_on_terminal and related rewritten a bit to allow const param 2022-01-30 18:12:38 +01:00
Witold Filipczyk
6c83455ab7 [options] these can be const 2022-01-29 17:49:38 +01:00
Witold Filipczyk
7ea1e0b80a [screen] Longer initializer 2022-01-28 17:57:44 +01:00
Witold Filipczyk
65e74dc39d [term] enum term_mode_type -> term_mode_type_T 2022-01-28 17:54:58 +01:00
Witold Filipczyk
63f151c35f [screen] Too long initializer 2022-01-28 17:50:24 +01:00
Witold Filipczyk
5ef839cf18 [term] enum term_env_type -> term_env_type_T 2022-01-28 17:37:43 +01:00
Witold Filipczyk
09e7b73a41 [renderer] enum link_state -> link_state_T, enum color_flags -> color_flags_T 2022-01-28 16:11:54 +01:00
Witold Filipczyk
e8df90f7b0 [term] enum term_exec -> term_exec_T 2022-01-28 15:11:23 +01:00
Witold Filipczyk
534a654eb7 [term] typedef unsigned char term_event_modifier_T 2022-01-28 15:07:51 +01:00