1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

440 Commits

Author SHA1 Message Date
Witold Filipczyk
027d0f9800 [expand] Do not return. Refs #167
This bug was introduced in commit b4045ef864de2ba106cd26468876803cf1100064.
I don't know whether it does not break blockquotes again. No test case.
2022-05-08 11:58:37 +02:00
Witold Filipczyk
b9188bf98c [utf8] Fix compilation -Dutf-8=false 2022-05-07 19:31:57 +02:00
Witold Filipczyk
b921db70ba [renderer] Compilation fix related to combining characters 2022-03-03 17:30:20 +01:00
Witold Filipczyk
f3e0f4f75e [html] const attr in set_fragment_identifier 2022-02-18 15:19:41 +01:00
Witold Filipczyk
ca7eb0da34 [html] const prefix 2022-02-18 15:16:05 +01:00
Witold Filipczyk
cc31e74cc4 [html] compilation fix 2022-02-18 15:13:17 +01:00
Witold Filipczyk
76b093600d [html] Explicit C_ macro (char *) 2022-02-18 15:08:31 +01:00
Witold Filipczyk
6ce61714a1 [html] const in get_width 2022-02-17 20:46:34 +01:00
Witold Filipczyk
a4c17adcc8 [html] const in search_html_stack 2022-02-17 19:21:38 +01:00
Witold Filipczyk
5cf94fdf32 [html] const in get_color 2022-02-17 19:18:14 +01:00
Witold Filipczyk
2d09a3fb84 [html] const in roman_tbl 2022-02-15 17:24:40 +01:00
Witold Filipczyk
8c218ffc93 [html] const in lt_default_name 2022-02-15 17:21:16 +01:00
Witold Filipczyk
c05a10c9b0 [html] const target in put_link_line 2022-02-15 16:27:47 +01:00
Witold Filipczyk
b06dea5bed [html] const linkname in put_link_line 2022-02-15 16:25:24 +01:00
Witold Filipczyk
6c54425c39 [html] const prefix in put_link_line 2022-02-15 15:58:23 +01:00
Witold Filipczyk
1285e6dd38 [html] const in get_num 2022-02-15 15:41:29 +01:00
Witold Filipczyk
6d5913b55f [renderer] const 2022-02-12 22:03:19 +01:00
Witold Filipczyk
c28042f680 [parse] const in get_attr_value 2022-02-09 18:32:12 +01:00
Witold Filipczyk
6f28ab3dcc [fastfind] const 2022-01-31 17:45:42 +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
349a27238f [align] enum format_align -> format_align_T 2022-01-28 16:05:35 +01:00
Witold Filipczyk
28a263eac7 [uri] enum uri_component -> uri_component_T 2022-01-28 15:56:59 +01:00
Witold Filipczyk
9dd12f7515 [html] enum html_element_pseudo_class -> html_element_pseudo_class_T 2022-01-28 15:47:40 +01:00
Witold Filipczyk
5b0ec2c4f2 [form] added default 2022-01-28 15:44:49 +01:00
Witold Filipczyk
86f18c2079 [form] enum form_mode -> form_mode_T 2022-01-28 15:37:59 +01:00
Witold Filipczyk
0f3be4d4fe [html] enum format_list_flag -> format_list_flag_T 2022-01-28 15:35:04 +01:00
Witold Filipczyk
58c07356b9 [format] enum text_style_format -> text_style_format_T 2022-01-28 15:16:34 +01:00
Witold Filipczyk
d839efc9f4 [color] enum color_mode -> color_mode_T 2022-01-28 14:42:48 +01:00
Witold Filipczyk
e57bae65d3 [draw] enum border_char -> border_char_T 2022-01-28 14:30:01 +01:00
Witold Filipczyk
c399ac257c [html] cast 2022-01-25 18:02:25 +01:00
Witold Filipczyk
de2a787900 [strstr] no cast 2022-01-18 20:55:08 +01:00
Witold Filipczyk
e62b301657 [strrchr] Drop cast to const char * 2022-01-18 20:42:29 +01:00
Witold Filipczyk
53a860a3d6 [strchr] casting first parameter to const char * was not a good idea 2022-01-18 20:30:48 +01:00
Witold Filipczyk
881f896e85 [mem_calloc] Cast 2022-01-16 21:08:50 +01:00
Witold Filipczyk
be8a030fa7 [mem_realloc] cast return value 2022-01-16 19:38:30 +01:00
Witold Filipczyk
20c161559c [mem_alloc] cast return value 2022-01-16 19:09:27 +01:00
Witold Filipczyk
a3eb8a369d [uri] Silly change to static char[] instead const char * to avoid warning 2022-01-15 19:08:39 +01:00
Witold Filipczyk
0e8ee7876a [uri] 0 -> URI_NONE in get_uri to decrease number of warnings 2022-01-14 20:52:17 +01:00
Witold Filipczyk
fec54a50e9 [string] Cast to void to avoid warning
In this case NULL is checked elsewhere.
2022-01-09 17:06:25 +01:00
Witold Filipczyk
5a14b61c0d [register] Drop register
Compilers are smart and don't need such hints.
2021-12-03 12:34:00 +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
b84cfb1360 [document] Try to not parse js again 2021-10-05 20:11:18 +02:00
Witold Filipczyk
8f2ff7cd82 [document] discard_comb_x_y in reset_document 2021-09-11 19:36:03 +02:00
Witold Filipczyk
5f6ca9838f [xml] std::string -> xmlpp::ustring 2021-09-08 10:56:54 +02:00
Witold Filipczyk
4df9538c40 [iframe] Silent compiler 2021-08-06 19:06:47 +02:00
Witold Filipczyk
857c819da1 [iframe] next|prev frame when there is no link current doc_view 2021-08-02 20:08:45 +02:00
Witold Filipczyk
64d5a4f1dd [iframes] Small step forward.
Allow to scroll in iframe which is bigger than screen.
2021-08-01 19:56:02 +02:00
Witold Filipczyk
0ef0470191 [iframes] added document.html.display_iframes option 2021-07-31 17:11:53 +02:00
Witold Filipczyk
83a359005b [iframes] Do not format strange frame 2021-07-31 16:14:44 +02:00
Witold Filipczyk
9bf5494d10 [iframes] Draw frame around iframe. 2021-07-31 14:48:13 +02:00