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
|
4bedf4b28a
|
refactor: replace std::bind with lambda in litebrowser::web_page
|
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
|
960d6113a3
|
Fix: url fragment is not processed correctly
Issue appears in these cases:
1. fragment contains spesial characters (quotes for example)
2. fragment starts with number
|
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 |
|