Commit Graph

6 Commits

Author SHA1 Message Date
Yuri Kobets
985a231149 refactor: move draw_buffer sources into own directory 2025-06-09 23:27:24 +03:00
Yuri Kobets
487fe23c38 refactor: removed web_page dependency from draw_buffer class 2025-06-09 23:27:24 +03:00
Yuri Kobets
1d72655296 refactor: hash renamed to the fragment 2025-06-09 23:27:24 +03:00
Yuri Kobets
2d34cb9f09 fixed: elements with 'position:fixed' have issue with draw
* document_container::get_client_rect was renamed to get_viewport.
* updated draw_buffer class to handle fixed elements on scroll
2025-04-11 02:53:37 +03:00
Yuri Kobets
2a89d5ed4b web_page: fix urls without scheme 2025-04-06 02:54:14 +03:00
Yuri Kobets
d6041ca537 Add litehtml support sources
Includes:
* GTKMM4 Widget
* Cairo Surface based draw buffer
* Multi-threaded web_page class based on container_cairo_pango
2025-04-02 02:44:35 +03:00