Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add alt-screen option, fix an ansi color bug | bptato | 2022-11-21 | 1 | -5/+9 | |
| | ||||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -25/+34 | |
| | ||||||
* | Color stuff | bptato | 2022-11-21 | 1 | -14/+68 | |
| | ||||||
* | Terminal refactorings | bptato | 2022-11-20 | 2 | -33/+313 | |
| | ||||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 1 | -2/+6 | |
| | ||||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 6 | -1798/+275 | |
| | ||||||
* | Use separate FileLoader instance for each buffer | bptato | 2022-11-09 | 1 | -4/+3 | |
| | ||||||
* | Do not always assume stdin is /dev/tty | bptato | 2022-11-09 | 3 | -24/+31 | |
| | | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.) | |||||
* | Make it compile... | bptato | 2022-10-19 | 1 | -1/+1 | |
| | ||||||
* | Fix incorrect mark rendering | bptato | 2022-10-19 | 1 | -1/+1 | |
| | ||||||
* | Re-enable media queries | bptato | 2022-10-19 | 1 | -7/+17 | |
| | ||||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 2 | -19/+40 | |
| | ||||||
* | WIP pager | bptato | 2022-10-04 | 2 | -9/+12 | |
| | ||||||
* | Binding & macro refactorings | bptato | 2022-10-01 | 1 | -1/+5 | |
| | ||||||
* | More JS bindings | bptato | 2022-09-13 | 3 | -14/+41 | |
| | ||||||
* | Add JS binding generation | bptato | 2022-09-12 | 6 | -92/+131 | |
| | ||||||
* | Use unix domain sockets for IPC | bptato | 2022-09-06 | 5 | -124/+191 | |
| | ||||||
* | Add a network stream wrapper, improve eprint | bptato | 2022-09-05 | 3 | -15/+63 | |
| | ||||||
* | Small refactoring | bptato | 2022-08-20 | 3 | -22/+24 | |
| | ||||||
* | Fix request error handling | bptato | 2022-08-18 | 4 | -19/+23 | |
| | ||||||
* | Clean up client request methods, add DUPE_BUFFER | bptato | 2022-08-18 | 3 | -53/+40 | |
| | ||||||
* | Use a separate process for file loading | bptato | 2022-08-18 | 5 | -54/+309 | |
| | | | | | Not very useful for now, since we still have to load the entire page before parsing it. | |||||
* | Refactor fileloader | bptato | 2022-08-08 | 4 | -212/+263 | |
| | ||||||
* | Remove httpclient dependency | bptato | 2022-08-04 | 2 | -30/+64 | |
| | ||||||
* | Slightly better handling of http auth + redirect | bptato | 2022-08-03 | 1 | -1/+3 | |
| | ||||||
* | Fix incorrect selector parsing, remove httpclient from loader | bptato | 2022-08-03 | 1 | -2/+0 | |
| | ||||||
* | Do not display password on status line | bptato | 2022-08-03 | 1 | -1/+1 | |
| | | | | Editing the URL still does. | |||||
* | Store FixedCell contents as str | bptato | 2022-08-03 | 2 | -13/+11 | |
| | ||||||
* | Fix renderdocument setText etc. | bptato | 2022-08-02 | 2 | -39/+15 | |
| | ||||||
* | Make marks a property of buffer | bptato | 2022-08-01 | 2 | -10/+18 | |
| | | | | So that re-rendering the buffer doesn't destroy all marks. | |||||
* | Hide passwords while typing | bptato | 2022-07-31 | 2 | -10/+21 | |
| | ||||||
* | Add interactive <select> | bptato | 2022-07-31 | 1 | -3/+32 | |
| | ||||||
* | Implement HTTP Auth | bptato | 2022-07-30 | 1 | -13/+33 | |
| | | | | | Also use our own redirection implementation instead of curl follow redirects. | |||||
* | Enable raw mode during rendering | bptato | 2022-07-30 | 2 | -5/+27 | |
| | | | | So that non-processed characters aren't displayed on the screen | |||||
* | Increase tokenizer buffer size, add mark color option | bptato | 2022-07-29 | 1 | -1/+2 | |
| | ||||||
* | Fix StyledNode invalidation & others | bptato | 2022-07-27 | 2 | -31/+30 | |
| | ||||||
* | Remove unmaintained networking calls | bptato | 2022-07-24 | 1 | -126/+2 | |
| | ||||||
* | Link to libcurl | bptato | 2022-07-24 | 1 | -1/+109 | |
| | ||||||
* | Improved incremental search: support unicode | bptato | 2022-07-23 | 2 | -42/+43 | |
| | ||||||
* | Add search function | bptato | 2022-07-22 | 2 | -78/+211 | |
| | | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK. | |||||
* | Optimize dom | bptato | 2022-07-21 | 1 | -2/+1 | |
| | ||||||
* | Enable remote stylesheets; fix inline block values | bptato | 2022-07-18 | 1 | -1/+1 | |
| | ||||||
* | Implement select element display | bptato | 2022-07-17 | 1 | -18/+29 | |
| | | | | | You can't actually use them yet. But at least they don't flood the screen with options now. | |||||
* | Fix forms | bptato | 2022-07-17 | 1 | -0/+1 | |
| | ||||||
* | Use StyledNodes instead of passing the entire DOM to the layout engine | bptato | 2022-07-16 | 1 | -1/+5 | |
| | | | | | This moves pseudo element generation to the cascading phase. For now it also breaks style caching. | |||||
* | Fix reloading | bptato | 2022-07-14 | 1 | -0/+3 | |
| | ||||||
* | getPageCurl: avoid loading pages that couldn't be loaded | bptato | 2022-07-14 | 1 | -0/+4 | |
| | ||||||
* | Fix a tokenizer bug, clean up some warnings | bptato | 2022-07-12 | 2 | -30/+5 | |
| | ||||||
* | Fix and clean up some dom-based features | bptato | 2022-07-11 | 1 | -5/+4 | |
| | ||||||
* | Implement HTML5 parsing | bptato | 2022-07-11 | 1 | -14/+12 | |
| | | | | | | | Completely replaced the previous HTML2 (?) parser, which was a bad re-implementation of w3m's parser in the first place. Now we have a (sort of) compliant HTML5 parser. Needs tests, badly. |