./www/litehtml, Fast and lightweight HTML/CSS rendering engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9, Package name: litehtml-0.9, Maintainer: pkgsrc-users

litehtml is a lightweight HTML rendering engine with CSS2/CSS3
support. litehtml does not depend on any image/drawing/font
library as it does not draw any text, pictures or other
graphics itself. The consumer of the library can use any
library to draw images, fonts and any other graphics. HTML
elements are just placed into the right position by litehtml.


Master sites:

Filesize: 794.231 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-10 12:03:14 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
litehtml: update to 0.9.

0.9

Improved blocks rendering by @tordex in #268
Refactor render_item based classes by @tordex in #269
Discard invalid color declarations by @stasoid in #274
Add litehtml-specific testing option in cmake by @charliewolf in #282
Basic implementation for css counters by @MicCalo in #281
Media_query: Treat unknown media type as none by @imzyxwvu in #283
Flex layout by @tordex in #285

0.8

fix: render_test._/"acid1.htm" test fails on x86 architecture

0.7

Many changes to improve rendering of inline and block elements.
Improved rendering performance
litehtml now passes Acid1 test
Removed some legacy code
Refactoring to make code more clean
Added additional rendering tests
   2024-01-18 00:57:51 by Greg Troxel | Files touched by this commit (7)
Log message:
revbump.py www/gumbo-parser
   2023-10-31 13:53:52 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
litehtml: USE_CMAKE -> cmake/build.mk, set USE_C*_FEATURES
   2023-05-17 10:31:31 by Thomas Klausner | Files touched by this commit (4)
Log message:
litehtml: downgrade to 0.6

0.7 broke qt6-qttools and I didn't find a fix for this
   2023-05-16 22:41:13 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
litehtml: update to 0.7.

Many changes to improve rendering of inline and block elements.
Improved rendering performance
litehtml now passes Acid1 test
Removed some legacy code
Refactoring to make code more clean
Added additional rendering tests
   2022-11-30 11:24:35 by Niclas Rosenvik | Files touched by this commit (7)
Log message:
add litehtml version 0.6 to pkgsrc-current

litehtml is a lightweight HTML rendering engine with CSS2/CSS3
support. litehtml does not depend on any image/drawing/font
library as it does not draw any text, pictures or other
graphics itself. The consumer of the library can use any
library to draw images, fonts and any other graphics. HTML
elements are just placed into the right position by litehtml.