aboutsummaryrefslogtreecommitdiffstats
path: root/containers/linux/container_linux.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Scale borders radius to prevent corner overlapYuri Kobets2023-12-291-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 sizeYuri Kobets2023-12-221-0/+2
|
* changed signature of document_container::set_clipYuri Kobets2023-05-121-15/+2
| | | | Removed arguments valid_x and valid_y because they are always true
* support multiple background imagesstasoid2023-02-251-44/+54
|
* document::createFromString optimization:stasoid2022-11-271-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 supportstasoid2022-10-211-16/+16
| | | | closes issue #217
* fixed: memory leak in container_linux::text_widthYuri Kobets2022-09-271-0/+2
|
* container_linux: avoid repeated loading of failed imagesYuri Kobets2021-11-081-4/+10
|
* Use pango library as text renderer for container_linuxYuri Kobets2021-11-071-94/+89
|
* Fixed bugs in fonts handling in container_linuxYuri Kobets2021-11-051-4/+14
|
* Updated container_linuxYuri Kobets2021-11-051-26/+26
|
* Fill media.width and media.heightYuri Kobets2016-05-191-0/+1
|
* Compile failed with gcc (fixes issue #33)Yuri Kobets2015-09-131-64/+9
| | | | Updated container_linux for latest changes in litehtml.
* Fixed linux container for the latest litehtmlYuri Kobets2015-06-211-4/+4
|
* Support for lang selectorJulien Hamaide2015-06-201-0/+6
|
* Some improvements int CMakeLists.txt and linux container.Yuri Kobets2015-06-101-0/+3
|
* Updated container_linux for the latest version of litehtmlYuri Kobets2015-06-021-34/+34
| | | | Add CMakeLists.txt file to build litehtml with cmake
* updated containersPieter Vantorre2015-05-181-2/+2
|
* reset display in to block for floating elementsYuri Kobets2015-01-111-1/+1
| | | | added attributes parameter into document_container::create_element
* fixed linux containerYuri Kobets2014-10-231-2/+2
|
* container_linux is updated for latest litehtml changesYuri Kobets2014-10-051-7/+2
|
* Updated cairo_container_linux for API changes[email protected]2014-08-141-51/+24
|
* Updated the container class for linux (containers/linux). Now with images ↵[email protected]2014-06-191-0/+961
support. Updated litebrowser_linux to show websites. Some changes to make code more compatible with linux.