| Commit message (Expand) | Author | Age | Files | Lines |
| * | added single quotes support for atributes values in CSS selector | Yuri Kobets | 2023-08-01 | 1 | -0/+5 |
| * | This basically reverts commit 5a00888b "var()" to improve performance. | stasoid | 2022-11-21 | 1 | -1/+1 |
| * | move pseudo-class parameter parsing to css_element_selector::parse | stasoid | 2022-11-16 | 1 | -19/+76 |
| * | use string_id for tag names | stasoid | 2022-11-15 | 1 | -3/+6 |
| * | use string_id for class names | stasoid | 2022-11-15 | 1 | -5/+7 |
| * | preparation before switching class names to string_id | stasoid | 2022-11-15 | 1 | -24/+20 |
| * | separate #name from [id=name] | stasoid | 2022-11-15 | 1 | -10/+11 |
| * | separate .name from [class=name] | stasoid | 2022-11-15 | 1 | -1/+1 |
| * | simplify class matching | stasoid | 2022-11-12 | 1 | -0/+1 |
| * | remove css_attribute_selector::class_val | stasoid | 2022-11-11 | 1 | -8/+1 |
| * | remove wchar support | stasoid | 2022-10-21 | 1 | -56/+56 |
| * | var() | stasoid | 2022-03-17 | 1 | -1/+1 |
| * | Refactoring | Yuri Kobets | 2021-11-11 | 1 | -14/+10 |
| * | added tests, optimized text parsing for <script> | Sky Morey | 2019-08-18 | 1 | -0/+1 |
| * | Convert line delimiters to Unix style. | NikitaFeodonit | 2018-05-25 | 1 | -266/+266 |
| * | All litehtml::object_ptr replaced by std::shared_ptr | Yuri Kobets | 2015-07-02 | 1 | -1/+1 |
| * | Selector store classes as table to avoid spliting at evaluation time | Julien Hamaide | 2015-06-20 | 1 | -3/+2 |
| * | fixed: incorrect parsing selector like img[align="left"] with spaces inside [... | Yuri Kobets | 2015-01-09 | 1 | -2/+2 |
| * | fixed: incorrect parsing CSS selectors like img[align="left"] | Yuri Kobets | 2015-01-09 | 1 | -1/+1 |
| * | tokenize function is replaced to split_string. | Yuri Kobets | 2014-10-21 | 1 | -5/+19 |
| * | Fix: css selector can have more then one condition for attribute. | Yuri Kobets | 2014-10-17 | 1 | -18/+16 |
| * | Position of floating boxes is incorrect inside inline/float boxes | yuri.kobets@gmail.com | 2014-08-24 | 1 | -0/+255 |