This media is not supported in your browser
VIEW IN TELEGRAM
PR: https://github.com/litehtml/litehtml/pull/401
This PR implements the scrolling of web pages with fixed elements:
This PR implements the scrolling of web pages with fixed elements:
position: fixed
Some changes in API.
The function:
renamed to:
get_client_rect was a legacy when litehtml was developed for Windows only. Now the name get_client_rect doesn't meet the functionality this function does.
The function:
void document_container::get_client_rect(litehtml::position& client) const;
renamed to:
void document_container::get_viewport(litehtml::position& viewport) const;
get_client_rect was a legacy when litehtml was developed for Windows only. Now the name get_client_rect doesn't meet the functionality this function does.
Documentation is in the sources tree now: https://github.com/litehtml/litehtml/blob/master/doc/using.md
Also docs are updated for the latest litehtml.
Also docs are updated for the latest litehtml.
GitHub
litehtml/doc/using.md at master · litehtml/litehtml
Fast and lightweight HTML/CSS rendering engine. Contribute to litehtml/litehtml development by creating an account on GitHub.
The big PR Enable processing pixel lengths as float is merged to the master.
litehtml uses the float type for pixels now. DRKV333 did the great work with this PR. Thank you!
litehtml uses the float type for pixels now. DRKV333 did the great work with this PR. Thank you!
GitHub
Enable processing pixel lengths as float by DRKV333 · Pull Request #415 · litehtml/litehtml
Hey, this is still very much WIP, but I would like to get some feedback on it.
I've started work on converting the whole library to use float rather than int when calculating the length of ...
I've started work on converting the whole library to use float rather than int when calculating the length of ...
Media is too big
VIEW IN TELEGRAM
Incoming feature. The scrolling elements with CSS property "overflow: auto" or "overflow: scroll".
litehtml v0.10 is released.
https://github.com/litehtml/litehtml/releases/tag/v0.10
https://github.com/litehtml/litehtml/releases/tag/v0.10
GitHub
Release litehtml v0.10 · litehtml/litehtml
What's Changed
Refactoring for zero warnings by @tordex in #288
Add specifying a working directory for tests by @u-235 in #289
Linux container: added support for borders style by @tordex in #2...
Refactoring for zero warnings by @tordex in #288
Add specifying a working directory for tests by @u-235 in #289
Linux container: added support for borders style by @tordex in #2...