1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/document/dom
2022-01-28 14:47:36 +01:00
..
Makefile document/dom: Split SGML (HTML) source renderer to source.* 2007-08-28 17:41:55 +02:00
meson.build [meson] meson build scripts. 2020-09-05 22:06:01 +02:00
README document/dom: Explain that only renderer lives here 2007-08-28 15:15:13 +02:00
renderer.c [cast] Explicit casts for narrowing conversions 2022-01-17 17:07:46 +01:00
renderer.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
rss.c [dom] cast 2022-01-24 19:52:46 +01:00
rss.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
source.c [dom] cast 2022-01-24 19:52:46 +01:00
source.h [mozjs24] Allow build elinks with g++ 2020-10-05 20:14:55 +02:00
util.c [draw] enum screen_char_attr -> screen_char_attr_T 2022-01-28 14:47:36 +01:00
util.h [cflags] Removed -Wno-pointer-sign 2021-01-02 16:20:27 +01:00

This is DOM document renderer. The DOM "engine" itself (parsers, selectors,
...) lives directly in src/dom/.