| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sigh | bptato | 2022-12-05 | 1 | -1/+2 |
* | Add event loop to headless mode | bptato | 2022-12-03 | 1 | -0/+24 |
* | Fix index error in parseDimensionValues | bptato | 2022-12-03 | 1 | -1/+1 |
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 3 | -1/+8 |
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 4 | -35/+36 |
* | Do not center error-corrected lines | bptato | 2022-11-30 | 1 | -1/+1 |
* | *_HOME should be disabled when stdin *is* a tty | bptato | 2022-11-30 | 1 | -1/+1 |
* | layout: clean up previously rendered root boxes | bptato | 2022-11-30 | 1 | -0/+1 |
* | Clean up ips/serialize generics | bptato | 2022-11-30 | 1 | -86/+53 |
* | Remove useless sread/swrite procs | bptato | 2022-11-30 | 1 | -51/+16 |
* | Disable *_HOME when stdin is a tty | bptato | 2022-11-30 | 1 | -1/+1 |
* | Load fork-server config after parsing arguments | bptato | 2022-11-30 | 1 | -1/+1 |
* | Support WWW_HOME, HTTP_HOME | bptato | 2022-11-30 | 1 | -0/+7 |
* | term: fix cursorForward, cursorBackward | bptato | 2022-11-30 | 1 | -2/+2 |
* | Fix typo | bptato | 2022-11-30 | 1 | -1/+1 |
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 7 | -18/+160 |
* | renderdocument: fix bug negative padwidth bug | bptato | 2022-11-29 | 1 | -1/+8 |
* | Restore cursor position on reload | bptato | 2022-11-29 | 3 | -34/+49 |
* | Add line editing history, other lineedit fixes | bptato | 2022-11-29 | 3 | -96/+135 |
* | 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 |
* | Fix container insertion | bptato | 2022-11-28 | 1 | -1/+1 |
* | Add position css property, inline block fixes | bptato | 2022-11-28 | 4 | -111/+221 |
* | Add textarea | bptato | 2022-11-28 | 19 | -190/+402 |
* | Add support for <button> | bptato | 2022-11-27 | 3 | -15/+41 |
* | Rework broken non-blocking io | bptato | 2022-11-27 | 6 | -81/+155 |
* | Fix adoption agency algorithm bugs | bptato | 2022-11-27 | 3 | -13/+22 |
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 10 | -252/+300 |
* | Also, implement proper async | bptato | 2022-11-27 | 6 | -283/+420 |
* | Get rid of writeCommand in container | bptato | 2022-11-26 | 2 | -203/+245 |
* | Fix lineedit bugs | bptato | 2022-11-26 | 4 | -97/+125 |
* | Fix some table layout issues | bptato | 2022-11-25 | 10 | -259/+293 |
* | Add some quirks mode rules + presentational hints | bptato | 2022-11-25 | 5 | -12/+113 |
* | Fix misc bugs | bptato | 2022-11-25 | 3 | -9/+16 |
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 11 | -192/+243 |
* | Fix typo | bptato | 2022-11-25 | 1 | -2/+2 |
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 6 | -16/+64 |
* | Buffer improvements | bptato | 2022-11-25 | 9 | -81/+274 |
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 14 | -181/+403 |
* | 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 | 2 | -5/+15 |
* | Color & term improvements | bptato | 2022-11-21 | 9 | -210/+298 |
* | Color stuff | bptato | 2022-11-21 | 4 | -24/+103 |
* | Terminal refactorings | bptato | 2022-11-20 | 13 | -306/+533 |
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 8 | -296/+346 |
* | Fix weird screen shift behavior | bptato | 2022-11-19 | 3 | -23/+33 |