Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pager, term: fix inefficiencies, off by one errors | bptato | 2023-01-11 | 1 | -6/+9 |
| | | | | and other weird things I forgot to remove while debugging | ||||
* | display/pager: correct maximum status message width | bptato | 2023-01-07 | 1 | -4/+6 |
| | |||||
* | Slightly refactor commandMode | bptato | 2023-01-06 | 1 | -6/+7 |
| | |||||
* | Get rid of eprint in place of stderr.write | bptato | 2023-01-05 | 1 | -1/+1 |
| | | | | eprint should only be used for debugging. | ||||
* | Add ask() | bptato | 2023-01-05 | 1 | -42/+66 |
| | |||||
* | pager: fix prevBuffer, nextBuffer, replace weirdness | bptato | 2023-01-04 | 1 | -8/+16 |
| | | | | Now they should behave as expected. (I hope.) | ||||
* | client, pager, dom, ...: better error handling | bptato | 2023-01-04 | 1 | -10/+7 |
| | | | | Now the browser shouldn't completely die when a buffer crashes. | ||||
* | container, pager: work around bad codegen | bptato | 2023-01-02 | 1 | -7/+7 |
| | |||||
* | Fix connection load info not being shown | bptato | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | loader: proper redirect handling | bptato | 2023-01-01 | 1 | -3/+4 |
| | |||||
* | buffer: fix some search bugs & refactor regex stuff | bptato | 2023-01-01 | 1 | -1/+1 |
| | | | | | | | | cursorBytes uses twidth now. cursorNextMatch matches the byte *after* the cursor (somewhat more consistently than before). match() no longer counts capture groups. LRE_FLAG_GLOBAL now goes through the entire string. | ||||
* | pager: fix bug with tab on screen shifting | bptato | 2023-01-01 | 1 | -2/+3 |
| | |||||
* | Proper support for tabs | bptato | 2022-12-27 | 1 | -4/+4 |
| | |||||
* | pager: improve title display, fix alert display | bptato | 2022-12-25 | 1 | -4/+34 |
| | |||||
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 1 | -62/+48 |
| | | | | Also, a little bonus: w3m keybindings | ||||
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -1/+4 |
| | |||||
* | Allow cycling through hover-texts with u | bptato | 2022-12-16 | 1 | -6/+6 |
| | |||||
* | Fix a processFormat bug | bptato | 2022-12-16 | 1 | -2/+2 |
| | |||||
* | discardTree only kills child buffers, fix discardBuffer | bptato | 2022-12-16 | 1 | -3/+5 |
| | |||||
* | container: do not load all lines at once in readLines | bptato | 2022-12-15 | 1 | -4/+2 |
| | |||||
* | pager: fix getRoot returning nothing | bptato | 2022-12-15 | 1 | -0/+1 |
| | |||||
* | Add discardTree, update docs | bptato | 2022-12-15 | 1 | -19/+34 |
| | |||||
* | Fix search | bptato | 2022-12-14 | 1 | -1/+5 |
| | |||||
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -18/+32 |
| | |||||
* | Add more cookie options | bptato | 2022-12-13 | 1 | -7/+6 |
| | |||||
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 1 | -12/+11 |
| | |||||
* | Update config and config docs | bptato | 2022-12-13 | 1 | -5/+10 |
| | |||||
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 1 | -18/+41 |
| | |||||
* | Add wikipedia substitution, bookmark file keybinding | bptato | 2022-12-11 | 1 | -4/+6 |
| | |||||
* | Fix container replacement bugs | bptato | 2022-12-11 | 1 | -0/+7 |
| | |||||
* | Fixes & QOL improvements | bptato | 2022-12-11 | 1 | -5/+40 |
| | | | | | | | | * fix infinite loop after closing buffer * fix setx not triggering hover updates * fix D not going back to PREV but to parent * add M-d, M-,, M-., M-/ for old D behavior, cycle through siblings, back to parent | ||||
* | Fix -d | bptato | 2022-12-10 | 1 | -3/+8 |
| | |||||
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 1 | -1/+1 |
| | | | | Write always blocks for now, as it's too big of a footgun not to | ||||
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 1 | -1/+7 |
| | |||||
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 1 | -0/+2 |
| | | | | It's more useful this way. | ||||
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 1 | -6/+1 |
| | | | | | For now it's unnecessary; may be re-added later to support some dynamic document features. | ||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 1 | -4/+22 |
| | | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.) | ||||
* | Restore cursor position on reload | bptato | 2022-11-29 | 1 | -4/+6 |
| | |||||
* | Add line editing history, other lineedit fixes | bptato | 2022-11-29 | 1 | -13/+19 |
| | | | | It's still kind of broken... | ||||
* | Fix container insertion | bptato | 2022-11-28 | 1 | -1/+1 |
| | |||||
* | Add textarea | bptato | 2022-11-28 | 1 | -1/+10 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -7/+10 |
| | | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment) | ||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -19/+27 |
| | |||||
* | Also, implement proper async | bptato | 2022-11-27 | 1 | -8/+16 |
| | | | | Well, not really proper, but better than nothing? Maybe not. | ||||
* | Fix lineedit bugs | bptato | 2022-11-26 | 1 | -9/+9 |
| | |||||
* | Fix misc bugs | bptato | 2022-11-25 | 1 | -1/+6 |
| | |||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 1 | -79/+56 |
| | |||||
* | Buffer improvements | bptato | 2022-11-25 | 1 | -0/+4 |
| | |||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -17/+17 |
| | | | | Caveat: this breaks piped streams. | ||||
* | Table improvements | bptato | 2022-11-22 | 1 | -0/+3 |
| |