Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | javascript: add TextEncoder, TextDecoder | bptato | 2023-10-21 | 1 | -0/+2 | |
| | ||||||
* | WindowAttributes: refactor | bptato | 2023-10-19 | 1 | -1/+1 | |
| | | | | | | * rename module (window -> winattrs, to avoid conflict with env/window) * do not use result * remove unused cell_ratio | |||||
* | Refactor Console | bptato | 2023-10-13 | 1 | -70/+96 | |
| | | | | | * merge dom.console & client.Console * move client-specific stuff out of Console (into callbacks when necessary) | |||||
* | Add w3m-cgi-compat option | bptato | 2023-10-01 | 1 | -1/+2 | |
| | ||||||
* | Add urimethodmap support | bptato | 2023-09-30 | 1 | -0/+1 | |
| | | | | yay | |||||
* | pager: show character sequence inputs on status line | bptato | 2023-09-26 | 1 | -23/+25 | |
| | | | | pretty useful I think | |||||
* | 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 | |
| | | | | | * remove unused attributes * make line a function | |||||
* | client, timeout: simplify | bptato | 2023-09-24 | 1 | -8/+8 | |
| | | | | | We don't use the generic feature of selectors, so just unify the client & buffer timeout types. | |||||
* | Disable "toggle source" for the console buffer | bptato | 2023-09-21 | 1 | -1/+2 | |
| | ||||||
* | Fix compilation with --assertions:off | bptato | 2023-09-15 | 1 | -2/+4 | |
| | | | | | Remove side effects from assert statements. The flag is not used currently, but let's not depend on that. | |||||
* | bindings: fix JSInterruptHandler signature | bptato | 2023-09-15 | 1 | -1/+1 | |
| | ||||||
* | move around more modules | bptato | 2023-09-14 | 1 | -8/+8 | |
| | | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/ | |||||
* | move some modules to local/ | bptato | 2023-09-14 | 1 | -0/+643 | |
makes a bit more sense than the previous arrangement |