Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Add promise support to JS | bptato | 2022-12-31 | 1 | -1/+9 | |
| | ||||||
* | Proper support for tabs | bptato | 2022-12-27 | 2 | -11/+15 | |
| | ||||||
* | dom: fix collection caching | bptato | 2022-12-27 | 1 | -0/+6 | |
| | | | | Use ids instead of pure pointers, so we can utilize the JS finalizer. | |||||
* | pager: improve title display, fix alert display | bptato | 2022-12-25 | 2 | -4/+35 | |
| | ||||||
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 2 | -70/+55 | |
| | | | | Also, a little bonus: w3m keybindings | |||||
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -6/+18 | |
| | ||||||
* | Add JS support to documents | bptato | 2022-12-18 | 2 | -26/+27 | |
| | ||||||
* | Allow cycling through hover-texts with u | bptato | 2022-12-16 | 2 | -15/+14 | |
| | ||||||
* | Fix a processFormat bug | bptato | 2022-12-16 | 2 | -6/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fix console display bugs, add container.location | bptato | 2022-12-15 | 1 | -2/+5 | |
| | ||||||
* | Add discardTree, update docs | bptato | 2022-12-15 | 1 | -19/+34 | |
| | ||||||
* | term: improve screen/line clearing | bptato | 2022-12-15 | 1 | -4/+12 | |
| | ||||||
* | Fix search | bptato | 2022-12-14 | 1 | -1/+5 | |
| | ||||||
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -18/+32 | |
| | ||||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -1/+1 | |
| | | | | Also probably other fixes. | |||||
* | Add more cookie options | bptato | 2022-12-13 | 2 | -9/+8 | |
| | ||||||
* | 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 | 3 | -35/+67 | |
| | ||||||
* | Fix color contrast correction | bptato | 2022-12-12 | 1 | -28/+27 | |
| | | | | | Instead of just inverting the color and hoping for the best, convert it to YUV and increase/decrease luminance based on results. | |||||
* | 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 | 3 | -26/+79 | |
| | ||||||
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 2 | -5/+5 | |
| | | | | Write always blocks for now, as it's too big of a footgun not to | |||||
* | Fix overline emulation in middle of line | bptato | 2022-12-07 | 1 | -0/+11 | |
| | ||||||
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 1 | -1/+21 | |
| | ||||||
* | Add force-clear | bptato | 2022-12-07 | 1 | -1/+1 | |
| | ||||||
* | Catch EOFError in console.readChar | bptato | 2022-12-07 | 1 | -1/+4 | |
| | ||||||
* | Do not set client.console.tty twice | bptato | 2022-12-06 | 1 | -3/+2 | |
| | ||||||
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 1 | -1/+7 | |
| | ||||||
* | Handle events after input too | bptato | 2022-12-05 | 1 | -0/+3 | |
| | ||||||
* | Add event loop to headless mode | bptato | 2022-12-03 | 1 | -0/+24 | |
| | ||||||
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 2 | -0/+5 | |
| | | | | It's more useful this way. | |||||
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 2 | -11/+2 | |
| | | | | | For now it's unnecessary; may be re-added later to support some dynamic document features. | |||||
* | term: fix cursorForward, cursorBackward | bptato | 2022-11-30 | 1 | -2/+2 | |
| | ||||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 2 | -6/+24 | |
| | | | | | | 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 | 2 | -13/+23 | |
| | | | | It's still kind of broken... | |||||
* | Fix container insertion | bptato | 2022-11-28 | 1 | -1/+1 | |
| | ||||||
* | Add textarea | bptato | 2022-11-28 | 3 | -2/+483 | |
| | | | | 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 | 2 | -36/+47 | |
| | ||||||
* | Also, implement proper async | bptato | 2022-11-27 | 2 | -11/+19 | |
| | | | | Well, not really proper, but better than nothing? Maybe not. |