Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scale borders radius to prevent corner overlap | Yuri Kobets | 2023-12-29 | 1 | -129/+141 |
| | | | | | | Ref: https://www.w3.org/TR/css-backgrounds-3/#corner-overlap Also changes in cairo_linux container to support corners with different radius. | ||||
* | container_linux: don't draw background image with zero size | Yuri Kobets | 2023-12-22 | 1 | -0/+2 |
| | |||||
* | changed signature of document_container::set_clip | Yuri Kobets | 2023-05-12 | 1 | -15/+2 |
| | | | | Removed arguments valid_x and valid_y because they are always true | ||||
* | support multiple background images | stasoid | 2023-02-25 | 1 | -44/+54 |
| | |||||
* | document::createFromString optimization: | stasoid | 2022-11-27 | 1 | -1/+1 |
| | | | | | | Move css property parsing from css_properties::parse (which is called from html_tag::parse_styles for every tree node) to style::add_property (which is called during stylesheet parsing). document::createFromString: 1287 ms -> 1048 ms on Obama wiki | ||||
* | remove wchar support | stasoid | 2022-10-21 | 1 | -16/+16 |
| | | | | closes issue #217 | ||||
* | fixed: memory leak in container_linux::text_width | Yuri Kobets | 2022-09-27 | 1 | -0/+2 |
| | |||||
* | container_linux: avoid repeated loading of failed images | Yuri Kobets | 2021-11-08 | 1 | -4/+10 |
| | |||||
* | Use pango library as text renderer for container_linux | Yuri Kobets | 2021-11-07 | 1 | -94/+89 |
| | |||||
* | Fixed bugs in fonts handling in container_linux | Yuri Kobets | 2021-11-05 | 1 | -4/+14 |
| | |||||
* | Updated container_linux | Yuri Kobets | 2021-11-05 | 1 | -26/+26 |
| | |||||
* | Fill media.width and media.height | Yuri Kobets | 2016-05-19 | 1 | -0/+1 |
| | |||||
* | Compile failed with gcc (fixes issue #33) | Yuri Kobets | 2015-09-13 | 1 | -64/+9 |
| | | | | Updated container_linux for latest changes in litehtml. | ||||
* | Fixed linux container for the latest litehtml | Yuri Kobets | 2015-06-21 | 1 | -4/+4 |
| | |||||
* | Support for lang selector | Julien Hamaide | 2015-06-20 | 1 | -0/+6 |
| | |||||
* | Some improvements int CMakeLists.txt and linux container. | Yuri Kobets | 2015-06-10 | 1 | -0/+3 |
| | |||||
* | Updated container_linux for the latest version of litehtml | Yuri Kobets | 2015-06-02 | 1 | -34/+34 |
| | | | | Add CMakeLists.txt file to build litehtml with cmake | ||||
* | updated containers | Pieter Vantorre | 2015-05-18 | 1 | -2/+2 |
| | |||||
* | reset display in to block for floating elements | Yuri Kobets | 2015-01-11 | 1 | -1/+1 |
| | | | | added attributes parameter into document_container::create_element | ||||
* | fixed linux container | Yuri Kobets | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | container_linux is updated for latest litehtml changes | Yuri Kobets | 2014-10-05 | 1 | -7/+2 |
| | |||||
* | Updated cairo_container_linux for API changes | [email protected] | 2014-08-14 | 1 | -51/+24 |
| | |||||
* | Updated the container class for linux (containers/linux). Now with images ↵ | [email protected] | 2014-06-19 | 1 | -0/+961 |
support. Updated litebrowser_linux to show websites. Some changes to make code more compatible with linux. |