1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/document/libdom
Witold Filipczyk 9e3d874577 [document] Added function scan document
This function must calculate dimensions of nodes in document.
Every node has a rectangle. x0,y0 is the left up corner, x1,y1 - the right bottom.
In theory every child of given node is contained in this rectangle.
2024-01-26 18:43:33 +01:00
..
corestringlist.h [quickjs] libdom element.c 2023-04-02 20:41:28 +02:00
corestrings.c [quickjs] libdom version of attributes.c 2023-03-25 21:36:54 +01:00
corestrings.h [quickjs] libdom version of attributes.c 2023-03-25 21:36:54 +01:00
css.c [libcss] initialize unit_len_ctx with zeroes 2024-01-07 11:41:52 +01:00
css.h [css] Removed css2 (xml code) 2023-05-05 20:23:40 +02:00
doc.c [js] document is already parsed. No need to check 2023-09-23 18:58:21 +02:00
doc.h [js] document is already parsed. No need to check 2023-09-23 18:58:21 +02:00
Makefile [map] Reimplemented map as hash 2023-11-28 19:55:37 +01:00
mapa.c [cast] cast to intptr_t to silence compiler 2023-12-08 11:14:27 +01:00
mapa.h [map] Reimplemented map as hash 2023-11-28 19:55:37 +01:00
meson.build [map] Reimplemented map as hash 2023-11-28 19:55:37 +01:00
renderer.c [map] Reimplemented map as hash 2023-11-28 19:55:37 +01:00
renderer.h [xml] Removed code related to CONFIG_XML 2023-05-05 20:40:17 +02:00
renderer2.c [document] Added function scan document 2024-01-26 18:43:33 +01:00
renderer2.h [document] Added function scan document 2024-01-26 18:43:33 +01:00