| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: fix initial flex item width calculation | bptato | 2024-11-08 | 1 | -13/+32 |
* | Fix some C warnings, more makefile vars, etc. | bptato | 2024-11-08 | 1 | -1/+1 |
* | poll: fix clear() | bptato | 2024-11-07 | 2 | -3/+6 |
* | 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 | 1 | -2/+0 |
* | luwrap: fix compilation on 2.0.8 and refactor a bit | bptato | 2024-11-05 | 5 | -23/+16 |
* | url: fix crash on invalid ipv6 syntax | bptato | 2024-11-04 | 1 | -1/+1 |
* | dynstream: fix crash on *BSD | bptato | 2024-11-04 | 1 | -1/+4 |
* | utils, types: merge some modules | bptato | 2024-11-03 | 30 | -315/+262 |
* | renderdocument: recurse in renderBlockBox | bptato | 2024-11-03 | 1 | -54/+47 |
* | layout: fix a small table bug | bptato | 2024-11-02 | 1 | -2/+2 |
* | dom: add localName, simplify | bptato | 2024-11-02 | 1 | -16/+15 |
* | layout: remove inline rounding | bptato | 2024-11-02 | 2 | -6/+2 |
* | remove an empty file | bptato | 2024-11-02 | 1 | -0/+0 |
* | cssparser: fix parsing of unrecognized at rules | bptato | 2024-11-02 | 2 | -25/+20 |
* | container: fix nil deref on cancel | bptato | 2024-11-02 | 1 | -3/+4 |
* | layout: fix yet another inline float bug | bptato | 2024-11-01 | 1 | -1/+4 |
* | dom: fix <select> default state with size=1 | bptato | 2024-11-01 | 1 | -20/+14 |
* | layout: simplify a bit, fix some inline float bugs | bptato | 2024-11-01 | 2 | -113/+77 |
* | config: fix relative includes with -C | bptato | 2024-10-31 | 1 | -2/+3 |
* | dom: add HTMLSelectElement | bptato | 2024-10-31 | 1 | -8/+76 |
* | layout: refactor flow and fix some bugs in the process | bptato | 2024-10-31 | 3 | -351/+318 |
* | headers: fix formatting | bptato | 2024-10-31 | 1 | -1/+1 |
* | pager: fix borked error check | bptato | 2024-10-31 | 1 | -1/+1 |
* | dynstream: restrict permissions to user | bptato | 2024-10-31 | 1 | -0/+1 |
* | chaseccomp: fix compilation with newest dash, misc changes | bptato | 2024-10-31 | 1 | -3/+0 |
* | container: fix peekCursor showing hover texts in the wrong order | bptato | 2024-10-29 | 1 | -4/+5 |
* | timeout: fix crash on clearTimeout inside setTimeout | bptato | 2024-10-28 | 1 | -9/+16 |
* | Update monoucha | bptato | 2024-10-28 | 1 | -1/+1 |
* | url: small cleanup | bptato | 2024-10-28 | 1 | -11/+9 |
* | config: refactor, accept more possible config dirs | bptato | 2024-10-28 | 4 | -90/+69 |
* | layout: fix margin resolution for absolutely positioned boxes | bptato | 2024-10-28 | 1 | -6/+10 |
* | layout: implement position: fixed | bptato | 2024-10-28 | 2 | -16/+18 |
* | url: add searchParams.has | bptato | 2024-10-28 | 1 | -0/+8 |
* | xhr: fix onReadXHR EAGAIN handling | bptato | 2024-10-28 | 1 | -4/+4 |
* | pager: misc extern fixes | bptato | 2024-10-27 | 1 | -80/+109 |
* | Clean up forward declarations a bit | bptato | 2024-10-27 | 9 | -68/+72 |
* | container: fix crash on isearch between redirects | bptato | 2024-10-27 | 1 | -1/+1 |
* | selectorparser: fix parsing of invalid pseudo elements | bptato | 2024-10-26 | 1 | -16/+35 |
* | cssparser: do not accept invalid rules | bptato | 2024-10-25 | 1 | -2/+3 |
* | layout: fix nested absolute positioning, refactor initial size resolution | bptato | 2024-10-25 | 2 | -109/+113 |
* | sandbox: use relative path to the object file | bptato | 2024-10-23 | 1 | -1/+6 |
* | termcap: merge into term | bptato | 2024-10-23 | 3 | -35/+29 |
* | sandbox: replace libseccomp with chaseccomp | bptato | 2024-10-23 | 4 | -240/+29 |
* | color: use 64-bit SWAR | bptato | 2024-10-22 | 1 | -34/+15 |
* | layout: remove questionable use of newSeqUninitialized | bptato | 2024-10-21 | 1 | -5/+2 |
* | poll: nimify | bptato | 2024-10-20 | 1 | -8/+22 |
* | dynstream: refactor | bptato | 2024-10-20 | 18 | -255/+224 |
* | dynstream, serversocket: use posix instead of nativesockets | bptato | 2024-10-20 | 10 | -106/+56 |
* | sandbox: do not ask for signal permissions | bptato | 2024-10-17 | 1 | -3/+0 |