Commit Graph

6 Commits

Author SHA1 Message Date
Andy Maloney
3b4c19abe3 {haiku} Fix debug output in LiteHtmlView::draw_borders()
Debug values of border widths were incorrect on output.

(I'm not building haiku - just noticed it when reading the code.)
2024-04-23 01:17:37 +03:00
Yuri Kobets
3b896beede changed signature of document_container::set_clip
Removed arguments valid_x and valid_y because they are always true
2023-05-12 18:13:13 +03:00
stasoid
de4893f0b6 document::createFromString optimization:
Move css property parsing from css_properties::parse (which is called from html_tag::parse_styles for every tree node)
to style::add_property (which is called during stylesheet parsing).
document::createFromString: 1287 ms -> 1048 ms on Obama wiki
2022-11-27 02:48:04 +06:00
Adam Fowler
eb433d8d66 Added rendering of html string 2020-01-01 10:44:08 -05:00
Adam Fowler
911a6daf73 Added rendered message sending 2019-12-31 11:47:37 -05:00
Adam Fowler
4a58d5099d First Haiku container implementation 2019-12-30 15:52:30 +00:00