Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 8 | -18/+165 |
| | | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.) | ||||
* | renderdocument: fix bug negative padwidth bug | bptato | 2022-11-29 | 1 | -1/+8 |
| | | | | padwidth could be negative because we didn't ensure cx <= x. | ||||
* | Restore cursor position on reload | bptato | 2022-11-29 | 3 | -34/+49 |
| | |||||
* | Add line editing history, other lineedit fixes | bptato | 2022-11-29 | 4 | -96/+137 |
| | | | | It's still kind of broken... | ||||
* | Fix initial values for left, right, top, bottom | bptato | 2022-11-29 | 1 | -1/+6 |
| | |||||
* | Add missing iflush call, add experimental line height error correction | bptato | 2022-11-29 | 2 | -1/+15 |
| | | | | It kind of works, I guess? | ||||
* | Fix container insertion | bptato | 2022-11-28 | 1 | -1/+1 |
| | |||||
* | Add position css property, inline block fixes | bptato | 2022-11-28 | 4 | -111/+221 |
| | | | | | More specifically, inline block white-space is no longer incorrectly determined by its computed values, but rather by its parent's values. | ||||
* | Add textarea | bptato | 2022-11-28 | 21 | -190/+411 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Add support for <button> | bptato | 2022-11-27 | 4 | -15/+45 |
| | |||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 6 | -81/+155 |
| | | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment) | ||||
* | Fix adoption agency algorithm bugs | bptato | 2022-11-27 | 3 | -13/+22 |
| | |||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 11 | -253/+302 |
| | |||||
* | Also, implement proper async | bptato | 2022-11-27 | 6 | -283/+420 |
| | | | | Well, not really proper, but better than nothing? Maybe not. | ||||
* | Get rid of writeCommand in container | bptato | 2022-11-26 | 2 | -203/+245 |
| | | | | We have a type system, so let's use it. | ||||
* | Fix lineedit bugs | bptato | 2022-11-26 | 4 | -97/+125 |
| | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 11 | -259/+302 |
| | |||||
* | Add some quirks mode rules + presentational hints | bptato | 2022-11-25 | 7 | -24/+143 |
| | | | | Only as a POC for now. | ||||
* | Fix misc bugs | bptato | 2022-11-25 | 3 | -9/+16 |
| | |||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 11 | -192/+243 |
| | |||||
* | Fix command() keybinding | bptato | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Fix typo | bptato | 2022-11-25 | 1 | -2/+2 |
| | |||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 7 | -16/+65 |
| | |||||
* | Buffer improvements | bptato | 2022-11-25 | 9 | -81/+274 |
| | |||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 14 | -181/+403 |
| | | | | Caveat: this breaks piped streams. | ||||
* | Table improvements | bptato | 2022-11-22 | 6 | -39/+88 |
| | |||||
* | Table fixes wip | bptato | 2022-11-22 | 3 | -60/+61 |
| | |||||
* | Fix tab rendering | bptato | 2022-11-22 | 1 | -2/+20 |
| | |||||
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 7 | -22/+10 |
| | |||||
* | Termcap support (?) | bptato | 2022-11-21 | 5 | -87/+176 |
| | |||||
* | Add alt-screen option, fix an ansi color bug | bptato | 2022-11-21 | 3 | -8/+17 |
| | |||||
* | Color & term improvements | bptato | 2022-11-21 | 10 | -213/+302 |
| | |||||
* | Color stuff | bptato | 2022-11-21 | 4 | -24/+103 |
| | |||||
* | Terminal refactorings | bptato | 2022-11-20 | 14 | -307/+533 |
| | |||||
* | Update readme | bptato | 2022-11-20 | 1 | -18/+23 |
| | |||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 9 | -299/+349 |
| | |||||
* | Fix weird screen shift behavior | bptato | 2022-11-19 | 3 | -23/+33 |
| | | | | (or at least I hope this fixed it) | ||||
* | Re-implement highlighting | bptato | 2022-11-19 | 6 | -31/+83 |
| | |||||
* | Fix table cell size calculation | bptato | 2022-11-19 | 5 | -37/+44 |
| | |||||
* | Update docs | bptato | 2022-11-19 | 1 | -70/+89 |
| | |||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 20 | -1983/+2514 |
| | |||||
* | Fix incorrect fit-to-shrink heuristics | bptato | 2022-11-15 | 1 | -1/+5 |
| | | | | No guarantees that it's correct now... | ||||
* | Very much WIP table implementation | bptato | 2022-11-15 | 4 | -19/+124 |
| | |||||
* | Kill individual buffers' loader processes on exit | bptato | 2022-11-09 | 2 | -7/+20 |
| | |||||
* | Add basic notcurses bindings | bptato | 2022-11-09 | 1 | -0/+56 |
| | |||||
* | Use separate FileLoader instance for each buffer | bptato | 2022-11-09 | 3 | -8/+7 |
| | |||||
* | Do not always assume stdin is /dev/tty | bptato | 2022-11-09 | 5 | -53/+75 |
| | | | | | 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.) | ||||
* | Fix piped streams | bptato | 2022-10-24 | 1 | -1/+3 |
| | |||||
* | Reopen tty read-only, refresh containers when switched | bptato | 2022-10-24 | 2 | -10/+16 |
| | |||||
* | Fix crash on opening unavailable resources | bptato | 2022-10-19 | 1 | -3/+7 |
| |