about summary refs log tree commit diff stats
path: root/src/js/regex.nim
Commit message (Expand)AuthorAgeFilesLines
* regex: fix setting start in unicode stringsbptato2023-01-031-1/+1
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-011-27/+27
* Add referer support, re-render on windowChangebptato2022-12-131-2/+2
* Fix stream error handling confusion, title displaybptato2022-12-131-0/+3
* Add more cookie optionsbptato2022-12-131-0/+3
* regex.nim: remove unused functionsbptato2022-12-101-42/+1
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-1/+68
* Add siteconf, fix lineedit bugsbptato2022-11-291-0/+45
* Rewrite buffer/pager for multi-processingbptato2022-11-191-9/+16
* Incremental search fixesbptato2022-07-251-2/+2
* Improved incremental search: support unicodebptato2022-07-231-8/+42
* Add search functionbptato2022-07-221-0/+105