4da59f1a89tokenize function is replaced to split_string. some fixes in CSS parsing.
Yuri Kobets
2014-10-21 00:10:16 +0400
3d4cd350e4document::get_fixed_boxes returns boxes with overflows add support for CDATA
Yuri Kobets
2014-10-18 08:13:02 +0400
064a6a66f0Fix: problems with :after :before elements in refresh_styles children must be processed after removing and before adding :after :before elements
Yuri Kobets
2014-10-17 18:25:30 +0400
b4b28194d0Added support for box-sizing CSS property.
Yuri Kobets
2014-10-17 13:44:03 +0400
4df6fe9cfbFix: css selector can have more then one condition for attribute. css_attribute_selector::map is replaced to css_attribute_selector::vector example: .input-group[class*="col-"]
Yuri Kobets
2014-10-17 13:13:05 +0400
f1f752af15fixed incorrect table width and width of the inline blocks.
Yuri Kobets
2014-10-14 04:00:25 +0400
cef648d83fFixed length rounding with css_units_percentage to return the smallest value.
Yuri Kobets
2014-10-13 05:43:28 +0400
ad859f01f6Fix: elements can ignore mouse with some conditions
Yuri Kobets
2014-10-10 07:15:53 +0400
f51196c89cFixed incorrect rendering of elements with margins and percent value of CSS width property
Yuri Kobets
2014-10-09 02:32:58 +0400
d6f5885ba8Added default predefined value parameter into css_length::fromString This fixes the bug in CSS text when length is not a number or valid keyword
Yuri Kobets
2014-10-09 02:31:37 +0400
51a0d0c05e<!DOCTYPE can be in lowercase, ignore all tags that begins with '!' char
Yuri Kobets
2014-10-07 05:04:28 +0400
5630d68bc4added cairo_container::remove_image, add_image with NULL image does not remove image from cache
Yuri Kobets
2014-10-07 02:57:01 +0400
3454b1b7a1delete image from cache by passing NULL into cairo_container::add_image
Yuri Kobets
2014-10-06 06:29:48 +0400
3ca5fe3a7econtainer_linux is updated for latest litehtml changes
Yuri Kobets
2014-10-05 06:03:25 +0400
bce4c656c0improved support for ommited start/end tags
Yuri Kobets
2014-09-30 03:25:19 +0400
5230f28ac7Improved UTF8 support define LITEHTML_UTF8 to compile litehtml with UTF8 support on Windows document_container::toupper and document_container::tolower are replaced with document_container::transform_text. Added document::createFromUTF8 to parse UTF8 source. Added word break on chars in CJK characters range.
Yuri Kobets
2014-09-26 02:55:59 +0400
090a2e48e9fix: incorrect position of the fixed elements when client rectangle is not in (0,0)
Yuri Kobets
2014-09-11 05:27:21 +0400
ebbee5d0f4fixed: incorrect base line for inline boxes
Yuri Kobets
2014-09-10 00:52:46 +0400
121a33006dfix: run render with second_pass parameter from render_positioned This fix the problem with text-align in fixed and absolute elements
Yuri Kobets
2014-09-09 08:45:08 +0400
95c9efe9acAdded "bool root" parameter into document_container::draw_borders This parameter is true for the root element (<html>).
Yuri Kobets
2014-09-04 07:36:40 +0400
0afcf0c06aSeparate fixed elements rendering, mark root element background. document::render accept render_type parameter: render_all - render all elements render_no_fixed - don't render fixed elements render_fixed_only - render the fixed elements only background_paint now have is_root member. You can check is_root to draw background in entire window (not in paint rectangle only).
Yuri Kobets
2014-09-04 04:48:47 +0400
29fd19c003Improved background processing for <body> and <html> tags. litehtml expands <html> element to entire client/document area. Also fixed bug with margin collapse for body element.
Yuri Kobets
2014-09-01 06:22:20 +0400
4071aa824eRemoved check for <ul> -> <li> Looks like it is possible to use other tags then <li> in <ul>/<ol>.
Yuri Kobets
2014-09-01 01:44:18 +0400
db92356780HTML entities are case-sensitive.
Yuri Kobets
2014-08-31 21:02:26 +0400
4c6aa944a2html_tag::render returns incorrect width for elements with floats.
Yuri Kobets
2014-08-30 22:48:14 +0400
9dd887c109Position of floating boxes is incorrect inside inline/float boxes Relative positioning is fixed
yuri.kobets@gmail.com
2014-08-24 15:28:13 +0000
f5d988a454Updated cairo_container_linux for API changes
yuri.kobets@gmail.com
2014-08-14 18:39:01 +0000
8a50df45b0Added support for CSS media (@media at-rule, media attribute in <style> and <link> tags). Fixed: the elements with the fixed position ignore the mouse events. Fixed: Bugs when compile solution with Microsoft Visual Studio Express 2013 for Windows Desktop.
yuri.kobets@gmail.com
2014-08-14 00:24:07 +0000
d3c9c5df6fSome optimization in tables rendering.
yuri.kobets@gmail.com
2014-07-28 21:45:20 +0000
d0e736de13Apply :hover state to parent elements
yuri.kobets@gmail.com
2014-07-27 23:43:42 +0000
b856c8419eFixed: commented text in <style> tag is not parsed New: text-indent CSS property is implemented New: Added fixed elements (position: fixed) support Fixed: width:0 is ignored
yuri.kobets@gmail.com
2014-07-24 02:17:19 +0000
c87377113dCorrect processing of the shorthand CSS properties (reset the single properties). Fixed the high CPU usage on mouse over Improved positioning of the inline elements with paddings/margins
yuri.kobets@gmail.com
2014-07-21 00:04:39 +0000
639ef3f4b9Updated the container class for linux (containers/linux). Now with images support. Updated litebrowser_linux to show websites. Some changes to make code more compatible with linux.
yuri.kobets@gmail.com
2014-06-19 23:01:31 +0000
bbdbac83e9Auto-margins position fixed.
yuri.kobets@gmail.com
2014-06-12 19:57:11 +0000
075f99a7daFixed bug in :before :after css selectors Improved correction of errors in HTML code Fixed some problems in tables and inline boxes rendering.
yuri.kobets@gmail.com
2014-02-01 04:13:03 +0000
446d7efb72Added :before and :after css selectors support (a limited) Fixed incorrect right floating box placement. Improved performance for pages with many floating boxes.
yuri.kobets@gmail.com
2014-01-30 04:51:33 +0000
3ded767a44Margins collapse is returned back with valid floating boxes handling.
yuri.kobets@gmail.com
2014-01-22 15:05:47 +0000
909e17b1d7* Added support for CSS selectors: :first-of-type :last-of-type :only-of-type :only-child :nth-of-type(n) :nth-last-of-type(n) :not(selector) :link
yuri.kobets@gmail.com
2014-01-21 19:40:39 +0000
128ddf8ce0lcase all tags and attribute names by default. Fixed bug in html entities parsing. More correct detecting and fixing unclosed <td> tags.
yuri.kobets@gmail.com
2014-01-14 16:56:33 +0000
832af907d7Now litebrowser uses WinHTTP to download files asynchronously. Some fixes in floating elements rendering. cairo_font is thread safe now
yuri.kobets@gmail.com
2013-12-16 00:13:45 +0000
d97b384cfaAdded compatibility with Windows CE. Added partial support of jumping to anchor (#tag).
yuri.kobets@gmail.com
2013-10-02 21:57:36 +0000
827af63f58Fixed some layout rendering bugs to show web page https://mail.google.com/mail/ correctly. Half handling of CSS pseudo-elements (started with ::) - currently just removed from processing. Added document_container::create_element - here you can create own implementation for elements.
yuri.kobets@gmail.com
2013-09-17 11:28:09 +0000
d77a1110f5Added some missing files
yuri.kobets@gmail.com
2013-09-16 22:07:05 +0000
aa21dd67f5clean up
yuri.kobets@gmail.com
2013-09-16 01:53:11 +0000
3f87a2ee01Added support for @media at-rule in CSS (you have to implement document_container::is_media_valid to process @media correctly). Added support for sibling selectors (+ and ~)
yuri.kobets@gmail.com
2013-09-16 00:20:04 +0000
b6e857a211This revision significantly improve the rendering time especially for pages with many floating elements.
yuri.kobets@gmail.com
2013-09-05 00:33:50 +0000
b5a70c99f7Fixed: urls with '&' are parsed incorrectly. Fixed: incorrect element width if there are different borders. Fixed: floated elements with clear property are placed into incorrect place. Fixed: CSS color in rgba format are parsed incorrectly. Opacity is number from 0 to 1 (not 0-255).
yuri.kobets@gmail.com
2013-09-03 01:01:04 +0000
30fc0c1527Calculating heights, margins and padding with percentages value are brought into compliance CSS standards. Fixed the position calculating of absolute positioned elements.
yuri.kobets@gmail.com
2013-08-31 22:00:08 +0000
0f8ba4e81bAdded support for CSS selectors: :first-child :last-child :nth-child :nth-last-child :is_nth_last_child Fixed incorrectly parsed CSS selector with two classes (ex. .class1.class2)
yuri.kobets@gmail.com
2013-08-30 02:09:37 +0000
03c1a9a765Added support for stacking contexts, z-index
yuri.kobets@gmail.com
2013-08-21 01:16:01 +0000
0762726555Added support for list-style-image CSS property. Some code clean up.
yuri.kobets@gmail.com
2013-08-15 01:14:37 +0000
3da199ca5eelement::finish is renamed into element::parse_attributes. element::parse_attributes is the place where elements can parse attributes and add style properties.
yuri.kobets@gmail.com
2013-08-14 01:19:18 +0000
18fb5f460fSimplified the document_container::draw_background function. Most code was moved into litehtml core.
yuri.kobets@gmail.com
2013-08-14 00:35:07 +0000
b7ed5e573csome changes in master.css
yuri.kobets@gmail.com
2013-08-11 00:19:57 +0000
29905a8dd6Fixed parsing at-rules in CSS. Fixed incorrect floating elements rendering.
yuri.kobets@gmail.com
2013-08-11 00:18:58 +0000
c8ec750368Reduced memory usage. litehtml::element is now lightweight. litehtml::el_text is inherited from litehtml::element. The old code with pre-parsed styles implementation was moved into litehtml::html_tag class.
yuri.kobets@gmail.com
2013-08-09 21:22:07 +0000
3fe4991708Fixed some bugs in linux implementation. Added litebrowser_linux project as very simple test on linux (damn this was nightmare after Windows programming, but it working).
yuri.kobets@gmail.com
2013-08-01 23:11:19 +0000
d9122cc8a2Added multi byte strings support. Compiled on linux (not tested yet). Improved HTML entities support.
yuri.kobets@gmail.com
2013-07-30 23:20:49 +0000