| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add urimethodmap support | bptato | 2023-09-30 | 1 | -4/+2 |
* | remove sequtils dependency | bptato | 2023-09-24 | 1 | -3/+5 |
* | ftp: encode paths, escape displayed strings | bptato | 2023-09-19 | 1 | -0/+17 |
* | term: simplify/cleanup | bptato | 2023-09-18 | 1 | -0/+9 |
* | twtstr: remove unused functions | bptato | 2023-09-18 | 1 | -22/+0 |
* | lineedit: rewrite | bptato | 2023-09-18 | 1 | -0/+22 |
* | data urls: percent decode | bptato | 2023-09-15 | 1 | -2/+2 |
* | Fix compilation with --assertions:off | bptato | 2023-09-15 | 1 | -1/+2 |
* | move around more modules | bptato | 2023-09-14 | 1 | -1/+1 |
* | twtstr: simplify | bptato | 2023-09-13 | 1 | -11/+5 |
* | twtstr: remove some unused procs | bptato | 2023-09-07 | 1 | -22/+0 |
* | twtstr: remove toLowerAscii2 | bptato | 2023-09-07 | 1 | -15/+0 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -2/+2 |
* | css: implement case insensitivity | bptato | 2023-08-10 | 1 | -8/+0 |
* | Fixes & workarounds to compile on Nim 2.0.0 | bptato | 2023-08-01 | 1 | -2/+4 |
* | Fix twtstr.cmp | bptato | 2023-07-28 | 1 | -2/+2 |
* | Fix toHex weirdness | bptato | 2023-07-07 | 1 | -7/+6 |
* | Fixes in ipv6 parser and serializer | bptato | 2023-07-07 | 1 | -3/+20 |
* | Fix regression in twidth | bptato | 2023-07-06 | 1 | -3/+3 |
* | Add popup menu for select element | bptato | 2023-07-05 | 1 | -2/+3 |
* | Fix JS type conversion regressions | bptato | 2023-07-03 | 1 | -3/+4 |
* | Fix CastSize warnings | bptato | 2023-07-03 | 1 | -2/+2 |
* | Factor out map search, remove sugar | bptato | 2023-06-29 | 1 | -6/+8 |
* | twtstr: remove unused function | bptato | 2023-06-25 | 1 | -13/+0 |
* | Improve broken cookie handling, add multipart to form | bptato | 2023-06-25 | 1 | -0/+11 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -2/+2 |
* | Use utils/opt in toml parser | bptato | 2023-06-18 | 1 | -5/+6 |
* | Fix some type confusion with colors, fix crash in pager | bptato | 2023-06-09 | 1 | -4/+37 |
* | Add support for width, height media query | bptato | 2023-06-07 | 1 | -0/+3 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -44/+50 |
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -0/+6 |
* | what 003ca26b was supposed to do | bptato | 2023-04-30 | 1 | -0/+1 |
* | Update character width ranges | bptato | 2023-02-05 | 1 | -168/+102 |
* | Make width table at compile-time | bptato | 2023-01-27 | 1 | -63/+100 |
* | utils/twtstr: simplify mnormalize | bptato | 2023-01-06 | 1 | -4/+1 |
* | twtstr: fix oversight | bptato | 2023-01-05 | 1 | -6/+1 |
* | data/idna, utils/twtstr: clean up, fix bugs | bptato | 2023-01-05 | 1 | -50/+62 |
* | convert_size: truncate result | bptato | 2023-01-01 | 1 | -13/+18 |
* | buffer: fix some search bugs & refactor regex stuff | bptato | 2023-01-01 | 1 | -18/+24 |
* | Proper support for tabs | bptato | 2022-12-27 | 1 | -4/+16 |
* | Correct attribute functions, de-extern jserr | bptato | 2022-12-26 | 1 | -3/+9 |
* | dom: correct constructors, more create functions | bptato | 2022-12-26 | 1 | -0/+9 |
* | DOM: implement many new methods | bptato | 2022-12-26 | 1 | -0/+56 |
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -16/+75 |
* | More DOM work | bptato | 2022-12-19 | 1 | -0/+4 |
* | More work on DOM (incl. bugfixes) | bptato | 2022-12-19 | 1 | -13/+1 |
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -0/+28 |
* | makeCRLF: move to twtstr, write last char | bptato | 2022-12-15 | 1 | -0/+23 |
* | Fix path mime type detection | bptato | 2022-12-13 | 1 | -2/+2 |
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 1 | -2/+2 |