| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pager: edit source fixes | bptato | 2024-03-30 | 3 | -72/+57 |
* | layout: fix float positioning with margins | bptato | 2024-03-30 | 1 | -1/+1 |
* | buffer: fix markURL in plaintext | bptato | 2024-03-29 | 1 | -3/+31 |
* | term: flush stdout in anyKey | bptato | 2024-03-29 | 1 | -0/+1 |
* | pager: fix broken writeToFile | bptato | 2024-03-29 | 2 | -5/+4 |
* | ansi2html: error out on unrecognized switches | bptato | 2024-03-29 | 1 | -1/+2 |
* | ansi2html: support passing titles | bptato | 2024-03-29 | 5 | -28/+58 |
* | ansi2html: do not use posixstream | bptato | 2024-03-29 | 2 | -14/+17 |
* | git.cgi: fix on older QJS versions | bptato | 2024-03-29 | 1 | -1/+1 |
* | http: suppress proxy connect headers | bptato | 2024-03-29 | 2 | -0/+2 |
* | fflush() before forks | bptato | 2024-03-28 | 3 | -6/+19 |
* | http: fix broken early hint handling | bptato | 2024-03-28 | 1 | -1/+2 |
* | Add capsicum support | bptato | 2024-03-28 | 12 | -38/+171 |
* | term: improve color detection | bptato | 2024-03-27 | 1 | -5/+16 |
* | container: rename enums | bptato | 2024-03-27 | 1 | -17/+17 |
* | buffer: fix cancel() | bptato | 2024-03-27 | 4 | -23/+54 |
* | layout: fix another infinite loop | bptato | 2024-03-26 | 1 | -2/+2 |
* | config: improve input system | bptato | 2024-03-26 | 7 | -313/+554 |
* | config, toml: rename enums | bptato | 2024-03-26 | 3 | -114/+114 |
* | layout: avoid infinite loop in line wrapping | bptato | 2024-03-26 | 1 | -11/+10 |
* | layout: also round line height for painting backgrounds | bptato | 2024-03-26 | 1 | -3/+2 |
* | layout: ensure lines are not higher than they must be | bptato | 2024-03-26 | 2 | -11/+17 |
* | layout: optimize inline background areas | bptato | 2024-03-26 | 1 | -18/+51 |
* | pager: percent-decode path name in askDownloadPath | bptato | 2024-03-25 | 1 | -1/+1 |
* | update readme, add doc/architecture.md | bptato | 2024-03-25 | 2 | -5/+361 |
* | git.cgi: add "view" link to git switch panel | bptato | 2024-03-25 | 1 | -1/+3 |
* | layout: rework inline box area model | bptato | 2024-03-25 | 3 | -154/+180 |
* | loader: fix failed doRequest handling | bptato | 2024-03-25 | 1 | -2/+1 |
* | buffer: fix getTitle never returning in some cases | bptato | 2024-03-24 | 1 | -0/+2 |
* | client, forkserver: remove useless code | bptato | 2024-03-24 | 2 | -2/+0 |
* | js: proper distinction between Opt/Option | bptato | 2024-03-24 | 11 | -118/+110 |
* | makefile: move cflags to appropriate variable | bptato | 2024-03-24 | 1 | -2/+2 |
* | makefile: use pkg-config for gmifetch ldflags | bptato | 2024-03-24 | 1 | -2/+3 |
* | buffer: fix clone | bptato | 2024-03-24 | 3 | -16/+11 |
* | git.cgi: add custom git switch | bptato | 2024-03-24 | 1 | -16/+35 |
* | cgi: reset SIGCHLD handler in children | bptato | 2024-03-24 | 1 | -0/+4 |
* | ansi2html: add newline after pre tag | bptato | 2024-03-24 | 1 | -1/+1 |
* | io: derive DynStream from RootObj (not Stream) | bptato | 2024-03-24 | 24 | -535/+293 |
* | pager: detect JS as text | bptato | 2024-03-24 | 1 | -1/+5 |
* | bufreader: add initPacketReader | bptato | 2024-03-24 | 3 | -7/+14 |
* | buffer: form fixes & improvements | bptato | 2024-03-24 | 5 | -86/+130 |
* | io: add bufreader | bptato | 2024-03-21 | 10 | -261/+426 |
* | config: add default-headers to siteconf | bptato | 2024-03-21 | 5 | -48/+41 |
* | update readme | bptato | 2024-03-21 | 1 | -5/+4 |
* | term: use termcap for italic reset | bptato | 2024-03-21 | 1 | -3/+7 |
* | libregexp: update LRE_FLAG_UTF16 name | bptato | 2024-03-21 | 3 | -3/+3 |
* | cell: update FormatFlag naming, remove useless templates | bptato | 2024-03-21 | 6 | -57/+45 |
* | catom: at -> sat | bptato | 2024-03-21 | 6 | -196/+191 |
* | loader: set static CGI env vars in initLoaderContext | bptato | 2024-03-21 | 2 | -7/+8 |
* | main: refactor slightly | bptato | 2024-03-21 | 2 | -149/+137 |