| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 2 | -6/+6 |
* | Fix warnings on Nim 2.0.2 | bptato | 2023-12-24 | 1 | -2/+1 |
* | container: fix gotoMarkY | bptato | 2023-12-21 | 1 | -1/+1 |
* | container: fix multi-byte selections, do not append newline | bptato | 2023-12-16 | 1 | -7/+11 |
* | config: allow overriding default prepended scheme | bptato | 2023-12-15 | 1 | -2/+3 |
* | Implement local CGI error message handling | bptato | 2023-12-15 | 2 | -4/+8 |
* | Set ishtml in the correct place, take ishtml on clone | bptato | 2023-12-15 | 1 | -1/+2 |
* | container: track ishtml status | bptato | 2023-12-15 | 2 | -1/+4 |
* | client: nil check connectSocketStream result | bptato | 2023-12-14 | 1 | -0/+5 |
* | client: avoid nil defect in flushConsole | bptato | 2023-12-14 | 1 | -0/+5 |
* | Various fixes | bptato | 2023-12-13 | 2 | -2/+3 |
* | break up twtstr somewhat | bptato | 2023-12-13 | 3 | -0/+3 |
* | mailcap: add $MAILCAP_URL | bptato | 2023-12-10 | 1 | -0/+2 |
* | config: better path handling; fix array parsing bug | bptato | 2023-12-10 | 1 | -14/+39 |
* | pager: add marks | bptato | 2023-12-09 | 3 | -15/+185 |
* | pager: add precnum to [, ] | bptato | 2023-12-09 | 1 | -4/+4 |
* | pager: add `{', `}'; document externInto | bptato | 2023-12-09 | 1 | -0/+14 |
* | pager, container: add text selection/copying | bptato | 2023-12-03 | 3 | -67/+203 |
* | Get rid of clang 16 workaround | bptato | 2023-12-02 | 1 | -5/+6 |
* | pager: small optimization in drawBuffer | bptato | 2023-12-01 | 1 | -2/+2 |
* | pager: fix regression | bptato | 2023-11-21 | 2 | -18/+18 |
* | pager: remove pager.tty member | bptato | 2023-11-21 | 1 | -3/+3 |
* | Remove trailing spaces | bptato | 2023-10-23 | 1 | -1/+1 |
* | base64: reduce pointless re-coding using JSString | bptato | 2023-10-21 | 1 | -2/+3 |
* | javascript: add TextEncoder, TextDecoder | bptato | 2023-10-21 | 1 | -0/+2 |
* | WindowAttributes: refactor | bptato | 2023-10-19 | 3 | -3/+3 |
* | pager/lineedit: notify lineedit of windowChange | bptato | 2023-10-18 | 1 | -0/+2 |
* | container: add cursorNthLink, cursorRevNthLink | bptato | 2023-10-14 | 1 | -0/+14 |
* | Refactor Console | bptato | 2023-10-13 | 3 | -73/+104 |
* | Add w3m-cgi-compat option | bptato | 2023-10-01 | 1 | -1/+2 |
* | Fix cursor x not being updated on backwards search | bptato | 2023-10-01 | 1 | -3/+11 |
* | container: fix oob in area highlighting | bptato | 2023-10-01 | 1 | -0/+2 |
* | container: center column in setCursorXYCenter | bptato | 2023-10-01 | 1 | -0/+3 |
* | more vi/m compat | bptato | 2023-10-01 | 1 | -16/+26 |
* | Improve vi/m compat in scrolling | bptato | 2023-10-01 | 1 | -17/+68 |
* | buffer: fix cursor unnecessarily jumping to y=0 | bptato | 2023-09-30 | 1 | -2/+3 |
* | Add urimethodmap support | bptato | 2023-09-30 | 3 | -5/+12 |
* | loader: add local-cgi | bptato | 2023-09-30 | 1 | -5/+2 |
* | buffer: simplify contentType handling | bptato | 2023-09-27 | 2 | -14/+15 |
* | interface clone: remove unused arg, document | bptato | 2023-09-27 | 1 | -1/+1 |
* | Add precnum support to more functions | bptato | 2023-09-26 | 2 | -34/+41 |
* | pager: show character sequence inputs on status line | bptato | 2023-09-26 | 2 | -31/+44 |
* | Add M-p as "load page on clipboard" | bptato | 2023-09-25 | 1 | -3/+8 |
* | client: write errors to browser console in evalAction | bptato | 2023-09-25 | 1 | -3/+10 |
* | client: clean up Client object | bptato | 2023-09-24 | 1 | -14/+5 |
* | client, timeout: simplify | bptato | 2023-09-24 | 1 | -8/+8 |
* | regex: copy after compiling | bptato | 2023-09-24 | 1 | -1/+2 |
* | container: un-extern, un-ref highlights | bptato | 2023-09-23 | 1 | -9/+6 |
* | fix devnull dup in place of stdin | bptato | 2023-09-23 | 1 | -4/+7 |
* | buffer: make readFromFd work with pipes | bptato | 2023-09-23 | 1 | -1/+8 |