Modest icon indicating copy to clipboard operation
Modest copied to clipboard

Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.

Results 18 Modest issues
Sort by recently updated
recently updated
newest added

Without this CMake failes when setting `-DMODEST_BUILD_SHARED=OFF` or `-DMODEST_BUILD_STATIC=OFF`.

This is an alternative fix and revert of https://github.com/lexborisov/Modest/pull/70. This fix doesn't mess with css specificity check and also works for collated properties.

Hi! first: Thx for your time and contributions! finally i compiled the project ( on my win10 ) and can run the test exe files, but I would like to...

## The problem I love [ib build tool](https://github.com/jasonl9000/ib). It help keeps my code sane and easy to integrate with other projects. When building one of the examples, I ran into...

Following the [discussion on reddit](https://www.reddit.com/r/programming/comments/5jr55x/modest_development_of_open_source_html_render_on/dbiks2p/) need to understand and choose a license

Hi @lexborisov I think, may mycss be have some bugs. I use css_low_level.c to parse and serialize some css string. after serialization, I find 2 problems. 1. css string missed...