netsurf/content/handlers/html
2024-03-05 21:33:13 +00:00
..
box_construct.c css: Add option to ignore author level CSS 2023-11-25 20:02:23 +00:00
box_construct.h split html box processing code 2020-04-29 20:37:42 +01:00
box_inspect.c use attributes to indicate switch fall through instead of comments 2024-03-05 21:33:13 +00:00
box_inspect.h html: layout: Initial implementation of display: flex 2022-10-29 20:30:48 +01:00
box_manipulate.c html: Add support for OL start attribute. 2021-02-10 17:57:57 +00:00
box_manipulate.h split html box processing code 2020-04-29 20:37:42 +01:00
box_normalise.c html: layout: Initial implementation of display: flex 2022-10-29 20:30:48 +01:00
box_normalise.h html: layout: Initial implementation of display: flex 2022-10-29 20:30:48 +01:00
box_special.c html: layout: Initial implementation of display: flex 2022-10-29 20:30:48 +01:00
box_special.h split html box processing code 2020-04-29 20:37:42 +01:00
box_textarea.c remove unecessary use of gui_internal in content 2020-06-25 14:37:57 +01:00
box_textarea.h remove user warning and propogate error return 2019-11-06 23:13:20 +00:00
box.h html: layout: Initial implementation of display: flex 2022-10-29 20:30:48 +01:00
css_fetcher.c improve html content handler private headers 2020-05-02 20:47:53 +01:00
css.c html: css: Remove redundant origin filtering for author_level_css 2023-11-26 10:50:38 +00:00
css.h improve html content handler private headers 2020-05-02 20:47:53 +01:00
dom_event.c use attributes to indicate switch fall through instead of comments 2024-03-05 21:33:13 +00:00
dom_event.h split dom event handling into separate module 2020-05-05 20:05:37 +01:00
font.c Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
font.h Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
form_internal.h remove the forward references in html form internal handling 2020-05-03 21:56:51 +01:00
form.c HTML/forms: fix radio button group handling 2024-02-25 15:00:39 +00:00
forms.c improve desktop text search header usage 2020-06-24 23:49:59 +01:00
html_save.h clean up html content handler header use 2018-05-11 13:18:54 +01:00
html.c Avoid integer types with platform dependent size 2023-06-17 10:29:39 +01:00
html.h clean up html content handler header use 2018-05-11 13:18:54 +01:00
imagemap.c improve html content handler private headers 2020-05-02 20:47:53 +01:00
imagemap.h move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
interaction.c use attributes to indicate switch fall through instead of comments 2024-03-05 21:33:13 +00:00
interaction.h remove unesessary header use in protected content 2020-06-25 12:33:52 +01:00
layout_flex.c use attributes to indicate switch fall through instead of comments 2024-03-05 21:33:13 +00:00
layout_internal.h html: layout: Helpers to get cross/main box size 2022-12-14 22:53:35 +00:00
layout.c html: layout: Ensure all object types are reflowed if appropriate 2023-11-25 21:09:01 +00:00
layout.h move html and text content handlers where they belong 2018-05-10 13:37:02 +01:00
Makefile html: layout: Initial implementation of display: flex 2022-10-29 20:30:48 +01:00
object.c Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
object.h clean up content headers and documentation comments 2020-05-06 23:38:50 +01:00
private.h Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
redraw_border.c use attributes to indicate switch fall through instead of comments 2024-03-05 21:33:13 +00:00
redraw.c Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
script.c use attributes to indicate switch fall through instead of comments 2024-03-05 21:33:13 +00:00
table.c use attributes to indicate switch fall through instead of comments 2024-03-05 21:33:13 +00:00
table.h Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
textselection.c Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
textselection.h remove unecessary content handler specific selection creation 2020-05-23 23:00:08 +01:00