Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes & QOL improvements | bptato | 2022-12-11 | 1 | -2/+11 |
| | | | | | | | | * 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 blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 2 | -152/+235 |
| | | | | Write always blocks for now, as it's too big of a footgun not to | ||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -1/+9 |
| | | | | Also, fix a bug in the | ||||
* | Fix stupid cmsg_len hack | bptato | 2022-12-06 | 1 | -3/+3 |
| | | | | | It's still stupid, but now it also does what it should've in the first place... | ||||
* | Fix hack of previous commit | bptato | 2022-12-05 | 1 | -1/+2 |
| | |||||
* | sigh | bptato | 2022-12-05 | 1 | -1/+2 |
| | |||||
* | Clean up ips/serialize generics | bptato | 2022-11-30 | 1 | -86/+53 |
| | |||||
* | Remove useless sread/swrite procs | bptato | 2022-11-30 | 1 | -51/+16 |
| | |||||
* | Add textarea | bptato | 2022-11-28 | 5 | -19/+83 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -10/+6 |
| | | | | | 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 | -1/+8 |
| | |||||
* | Also, implement proper async | bptato | 2022-11-27 | 1 | -1/+20 |
| | | | | Well, not really proper, but better than nothing? Maybe not. | ||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 2 | -1/+2 |
| | |||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -0/+7 |
| | |||||
* | Buffer improvements | bptato | 2022-11-25 | 2 | -4/+122 |
| | |||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 4 | -12/+193 |
| | | | | Caveat: this breaks piped streams. | ||||
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 3 | -0/+287 |