| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | res: remove unicode tables | bptato | 2024-11-13 | 4 | -11896/+13 |
* | config: resolve download-dir as path, update docs | bptato | 2024-11-13 | 10 | -34/+80 |
* | config.toml: respect TMPDIR | bptato | 2024-11-12 | 4 | -10/+17 |
* | gopher: url decode path & query before submission | bptato | 2024-11-12 | 1 | -1/+3 |
* | container: fix `U' cursor repositioning (really) | bptato | 2024-11-12 | 2 | -25/+16 |
* | Remove useless file | bptato | 2024-11-12 | 1 | -1/+0 |
* | buffer: fix broken gotoAnchor behavior | bptato | 2024-11-12 | 5 | -90/+123 |
* | client: do not reopen istream if stdin is a tty | bptato | 2024-11-12 | 1 | -6/+5 |
* | url: reduce URL object size, simplify | bptato | 2024-11-11 | 8 | -292/+212 |
* | client: run actions for mouse clicks | bptato | 2024-11-10 | 1 | -12/+16 |
* | dom: add replaceChild, requestAnimationFrame | bptato | 2024-11-10 | 4 | -7/+17 |
* | cascade: adjust prefers-color-scheme based on terminal background | bptato | 2024-11-10 | 4 | -1/+10 |
* | layout -> css | bptato | 2024-11-10 | 9 | -12/+12 |
* | dom: misc fixes & additions | bptato | 2024-11-09 | 2 | -0/+28 |
* | dom: skip alternate stylesheets, add disabled | bptato | 2024-11-09 | 2 | -6/+14 |
* | layout: improve image sizing | bptato | 2024-11-09 | 1 | -24/+16 |
* | renderdocument: basic stacking context support | bptato | 2024-11-09 | 8 | -27/+59 |
* | Update monoucha | bptato | 2024-11-09 | 2 | -6/+6 |
* | layout: adjust fixed positioning | bptato | 2024-11-09 | 1 | -2/+12 |
* | layout: fix a few more flex sizing bugs | bptato | 2024-11-09 | 5 | -61/+118 |
* | dom: support all HTMLHyperlinkElementUtils getters | bptato | 2024-11-09 | 20 | -130/+220 |
* | layout: fix initial flex item width calculation | bptato | 2024-11-08 | 7 | -18/+60 |
* | Fix some C warnings, more makefile vars, etc. | bptato | 2024-11-08 | 9 | -58/+74 |
* | poll: fix clear() | bptato | 2024-11-07 | 2 | -3/+6 |
* | ftp: improve sendCommand error handling | bptato | 2024-11-07 | 1 | -17/+15 |
* | url: fix compilation on Nim 1.6.14 | bptato | 2024-11-07 | 5 | -28/+29 |
* | chaseccomp: update docs, remove redundant import | bptato | 2024-11-07 | 3 | -9/+11 |
* | luwrap: fix compilation on 2.0.8 and refactor a bit | bptato | 2024-11-05 | 5 | -23/+16 |
* | gopher: rewrite in shell | bptato | 2024-11-05 | 7 | -175/+123 |
* | gopher: move ipv6 handling to lcgi | bptato | 2024-11-04 | 2 | -10/+18 |
* | url: fix crash on invalid ipv6 syntax | bptato | 2024-11-04 | 2 | -1/+2 |
* | chaseccomp: lock down clone; fix mprotect on bionic | bptato | 2024-11-04 | 5 | -10/+23 |
* | dynstream: fix crash on *BSD | bptato | 2024-11-04 | 1 | -1/+4 |
* | utils, types: merge some modules | bptato | 2024-11-03 | 33 | -323/+266 |
* | renderdocument: recurse in renderBlockBox | bptato | 2024-11-03 | 1 | -54/+47 |
* | layout: fix a small table bug | bptato | 2024-11-02 | 3 | -2/+10 |
* | dom: add localName, simplify | bptato | 2024-11-02 | 2 | -16/+24 |
* | layout: remove inline rounding | bptato | 2024-11-02 | 4 | -6/+5 |
* | remove an empty file | bptato | 2024-11-02 | 1 | -0/+0 |
* | cssparser: fix parsing of unrecognized at rules | bptato | 2024-11-02 | 5 | -26/+30 |
* | protocol: sandbox more network processes + fix some gemini bugs | bptato | 2024-11-02 | 8 | -15/+19 |
* | container: fix nil deref on cancel | bptato | 2024-11-02 | 1 | -3/+4 |
* | layout: fix yet another inline float bug | bptato | 2024-11-01 | 3 | -1/+12 |
* | dom: fix <select> default state with size=1 | bptato | 2024-11-01 | 1 | -20/+14 |
* | urlenc: strip a trailing newline from input, etc | bptato | 2024-11-01 | 3 | -40/+40 |
* | Makefile: check for cd return status | bptato | 2024-11-01 | 1 | -7/+7 |
* | layout: simplify a bit, fix some inline float bugs | bptato | 2024-11-01 | 6 | -113/+103 |
* | chaseccomp: revert parts of d9ca197e | bptato | 2024-10-31 | 3 | -5/+6 |
* | config: fix relative includes with -C | bptato | 2024-10-31 | 1 | -2/+3 |
* | dom: add HTMLSelectElement | bptato | 2024-10-31 | 1 | -8/+76 |