aboutsummaryrefslogtreecommitdiffstats
path: root/src/html.cpp
Commit message (Expand)AuthorAgeFilesLines
* support for counter_s_MichelCalonder2023-12-251-3/+3
* moved isnumber to html helper functions for later reuseMichelCalonder2023-12-131-0/+11
* fix t_strncasecmpstasoid2022-12-151-2/+4
* stop using std::stringstream because it is actually slower than std::stringstasoid2022-12-151-24/+20
* Add render testsstasoid2022-12-111-0/+5
* create document_container.h/cppstasoid2022-10-301-42/+0
* remove wchar supportstasoid2022-10-211-48/+48
* Fixed: compilation is failed on WindowsYuri Kobets2022-09-171-1/+1
* Internal refactoring (#212)Yuri Kobets2022-09-141-0/+73
* Fixed compilation error on WindowsYuri Kobets2021-11-151-1/+1
* RefactoringYuri Kobets2021-11-111-6/+5
* Add t_ prefix for functions litehtml::strcasecmp, litehtml::strncasecmp, lite...Yuri Kobets2021-11-051-2/+2
* Add custom implementations of 'strcasecmp', 'strncasecmp', 'tolower' and 'isd...g4mba52021-11-051-0/+34
* Revert "Add a custom 'strtod' implementation that ignores the current locale."Yuri Kobets2021-11-041-61/+0
* Merge branch 'master' into g4mba5-patch-strtodYuri Kobets2021-11-041-0/+43
|\
| * Added document_container::split_text to use custom text splitting enginesYuri Kobets2021-11-011-0/+43
* | Custom 'strtod' implementation.g4mba52021-10-301-0/+61
|/
* Convert line delimiters to Unix style.NikitaFeodonit2018-05-251-169/+169
* Fixed join_string for both char and wchar string types.Yuri Kobets2015-06-211-1/+1
* Added join_stringGauthier Billot2015-06-211-0/+15
* tokenize function is replaced to split_string.Yuri Kobets2014-10-211-1/+81
* improved support for ommited start/end tagsYuri Kobets2014-09-301-1/+1
* Position of floating boxes is incorrect inside inline/float boxesyuri.kobets@gmail.com2014-08-241-0/+74