| Commit message (Expand) | Author | Age | Files | Lines |
* | support for counter_s_ | MichelCalonder | 2023-12-25 | 1 | -3/+3 |
* | moved isnumber to html helper functions for later reuse | MichelCalonder | 2023-12-13 | 1 | -0/+11 |
* | fix t_strncasecmp | stasoid | 2022-12-15 | 1 | -2/+4 |
* | stop using std::stringstream because it is actually slower than std::string | stasoid | 2022-12-15 | 1 | -24/+20 |
* | Add render tests | stasoid | 2022-12-11 | 1 | -0/+5 |
* | create document_container.h/cpp | stasoid | 2022-10-30 | 1 | -42/+0 |
* | remove wchar support | stasoid | 2022-10-21 | 1 | -48/+48 |
* | Fixed: compilation is failed on Windows | Yuri Kobets | 2022-09-17 | 1 | -1/+1 |
* | Internal refactoring (#212) | Yuri Kobets | 2022-09-14 | 1 | -0/+73 |
* | Fixed compilation error on Windows | Yuri Kobets | 2021-11-15 | 1 | -1/+1 |
* | Refactoring | Yuri Kobets | 2021-11-11 | 1 | -6/+5 |
* | Add t_ prefix for functions litehtml::strcasecmp, litehtml::strncasecmp, lite... | Yuri Kobets | 2021-11-05 | 1 | -2/+2 |
* | Add custom implementations of 'strcasecmp', 'strncasecmp', 'tolower' and 'isd... | g4mba5 | 2021-11-05 | 1 | -0/+34 |
* | Revert "Add a custom 'strtod' implementation that ignores the current locale." | Yuri Kobets | 2021-11-04 | 1 | -61/+0 |
* | Merge branch 'master' into g4mba5-patch-strtod | Yuri Kobets | 2021-11-04 | 1 | -0/+43 |
|\ |
|
| * | Added document_container::split_text to use custom text splitting engines | Yuri Kobets | 2021-11-01 | 1 | -0/+43 |
* | | Custom 'strtod' implementation. | g4mba5 | 2021-10-30 | 1 | -0/+61 |
|/ |
|
* | Convert line delimiters to Unix style. | NikitaFeodonit | 2018-05-25 | 1 | -169/+169 |
* | Fixed join_string for both char and wchar string types. | Yuri Kobets | 2015-06-21 | 1 | -1/+1 |
* | Added join_string | Gauthier Billot | 2015-06-21 | 1 | -0/+15 |
* | tokenize function is replaced to split_string. | Yuri Kobets | 2014-10-21 | 1 | -1/+81 |
* | improved support for ommited start/end tags | Yuri Kobets | 2014-09-30 | 1 | -1/+1 |
* | Position of floating boxes is incorrect inside inline/float boxes | yuri.kobets@gmail.com | 2014-08-24 | 1 | -0/+74 |