| Commit message (Expand) | Author | Age | Files | Lines |
* | client: fix blocking reads on container connection | bptato | 2024-03-12 | 1 | -1/+0 |
* | loader: remove applyHeaders | bptato | 2024-03-12 | 1 | -11/+8 |
* | posixstream: do not ignore lseek result | bptato | 2024-03-12 | 1 | -2/+6 |
* | pager: do not eat error alerts on startup | bptato | 2024-03-11 | 1 | -1/+0 |
* | loader: rework process model | bptato | 2024-03-11 | 1 | -207/+176 |
* | buffer: improve/fix onload return values | bptato | 2024-03-03 | 1 | -9/+14 |
* | container: fix off-by-one error in scrollDown | bptato | 2024-03-02 | 1 | -1/+1 |
* | container: fix cursorLineBegin/cursorLineTextStart with vertical scroll | bptato | 2024-03-01 | 1 | -1/+3 |
* | buffer, client: fix deadlock with send() calls | bptato | 2024-02-29 | 1 | -6/+7 |
* | Add mouse support | bptato | 2024-02-29 | 1 | -14/+20 |
* | container: fix cursor positioning bugs | bptato | 2024-02-28 | 1 | -6/+24 |
* | buffer: add image viewer support | bptato | 2024-02-27 | 1 | -24/+23 |
* | misc refactorings | bptato | 2024-02-27 | 1 | -5/+5 |
* | buffer: reset prevStyled in switchCharset, reshape | bptato | 2024-02-27 | 1 | -9/+3 |
* | buffer: clean up onload, fix console update | bptato | 2024-02-26 | 1 | -40/+39 |
* | term: improve pixels-per-column/line detection | bptato | 2024-02-25 | 1 | -1/+1 |
* | buffer: remove BufferSource | bptato | 2024-02-22 | 1 | -20/+18 |
* | buffer: clean up contentType | bptato | 2024-02-22 | 1 | -15/+19 |
* | Replace Chakasu with Chagashi | bptato | 2024-02-22 | 1 | -1/+1 |
* | container: fix crash on clone -> view source | bptato | 2024-02-19 | 1 | -5/+9 |
* | winattrs: remove unnecessary call, fix height_px fallback | bptato | 2024-02-17 | 1 | -3/+2 |
* | layout: use html/body bgcolor as canvas bgcolor | bptato | 2024-02-17 | 1 | -7/+20 |
* | container: set color on double width char + tab fillers | bptato | 2024-02-16 | 1 | -7/+10 |
* | Various refactorings & fixes | bptato | 2024-02-14 | 1 | -1/+0 |
* | pager: reduce boilerplate | bptato | 2024-02-14 | 1 | -2/+2 |
* | container: allow dismissing loadinfo | bptato | 2024-02-13 | 1 | -6/+12 |
* | container: do not reshape twice on loading documents | bptato | 2024-02-12 | 1 | -18/+18 |
* | buffersource: remove location field | bptato | 2024-02-12 | 1 | -9/+12 |
* | Add pager.externFilterSource | bptato | 2024-02-12 | 1 | -0/+4 |
* | Remove CLONE BufferSource; cache document sources in tmpdir | bptato | 2024-02-12 | 1 | -9/+28 |
* | container: fix cursorToggleSelection on double-width characters | bptato | 2024-02-11 | 1 | -3/+4 |
* | Get rid of LOAD_PIPE BufferSource | bptato | 2024-02-11 | 1 | -15/+18 |
* | twtstr: misc refactorings | bptato | 2024-02-09 | 1 | -1/+1 |
* | Add command to yank link under cursor (yc) | bptato | 2024-01-29 | 1 | -0/+6 |
* | forkserver: clean up | bptato | 2024-01-29 | 1 | -12/+2 |
* | container: fix b/e unnecessarily switching lines | bptato | 2024-01-20 | 1 | -3/+8 |
* | Re-design word handling, add e, E, W, B, etc. | bptato | 2024-01-19 | 1 | -10/+156 |
* | js: merge some type modules into jstypes | bptato | 2024-01-11 | 1 | -1/+1 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -5/+5 |
* | 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 |
* | Implement local CGI error message handling | bptato | 2023-12-15 | 1 | -1/+7 |
* | 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 | 1 | -0/+3 |
* | Various fixes | bptato | 2023-12-13 | 1 | -0/+1 |
* | break up twtstr somewhat | bptato | 2023-12-13 | 1 | -0/+1 |
* | pager: add marks | bptato | 2023-12-09 | 1 | -7/+150 |
* | 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 | 1 | -40/+163 |