| Commit message (Expand) | Author | Age | Files | Lines |
* | dom: add isSameNode, isEqualNode | bptato | 2024-04-20 | 1 | -0/+54 |
* | sandbox: allow syscalls for epoll Nim selectors | bptato | 2024-04-20 | 1 | -0/+4 |
* | layout: fix a list style positioning bug | bptato | 2024-04-20 | 1 | -2/+2 |
* | layout: float sizing fixes | bptato | 2024-04-19 | 1 | -8/+21 |
* | http: fix sandbox violation in readFromStdin | bptato | 2024-04-19 | 2 | -3/+5 |
* | twtstr: remove pointless checks in parseIntImpl | bptato | 2024-04-19 | 1 | -5/+3 |
* | url, twtstr: correct number parsing | bptato | 2024-04-18 | 5 | -68/+75 |
* | sandbox: seccomp support on Linux | bptato | 2024-04-18 | 14 | -50/+302 |
* | layout: accept inline-flex in iflush | bptato | 2024-04-17 | 1 | -1/+1 |
* | strwidth: return alpha for underscore in vi words | bptato | 2024-04-17 | 1 | -1/+1 |
* | Update code style | bptato | 2024-04-17 | 77 | -2689/+2821 |
* | term: save/restore title after "set title" | bptato | 2024-04-16 | 1 | -2/+12 |
* | url: fix flipped comparison | bptato | 2024-04-16 | 1 | -1/+1 |
* | layout: fix list-item positioning | bptato | 2024-04-16 | 2 | -3/+12 |
* | url: refactor | bptato | 2024-04-16 | 1 | -186/+187 |
* | js: remove automatic function -> closure conversion | bptato | 2024-04-15 | 9 | -107/+75 |
* | Update todo | bptato | 2024-04-15 | 1 | -18/+17 |
* | layout: remove ListItemBox, handle inline-flex correctly | bptato | 2024-04-15 | 3 | -91/+65 |
* | quickjs: fix member accesses for non-decimal number literals | bptato | 2024-04-14 | 1 | -1/+2 |
* | dom: use pointers instead of numerical ids for collections | bptato | 2024-04-14 | 1 | -10/+9 |
* | dom: add onclick attribute support | bptato | 2024-04-14 | 4 | -53/+112 |
* | Fix endianness handling in `js_dataview_getValue` / `js_dataview_setValue` | Charlie Gordon | 2024-04-14 | 1 | -8/+8 |
* | Improve error handling | Charlie Gordon | 2024-04-14 | 1 | -8/+17 |
* | Improve `JSON.stringify` | Charlie Gordon | 2024-04-14 | 1 | -39/+43 |
* | Use more explicit magic values for array methods | Charlie Gordon | 2024-04-14 | 1 | -26/+24 |
* | Simplify redundant initializers for `JS_NewBool()` | Charlie Gordon | 2024-04-14 | 1 | -18/+17 |
* | Fix compilation with -DCONFIG_BIGNUM | Charlie Gordon | 2024-04-14 | 2 | -32/+43 |
* | Improve Date.parse, small fixes | Charlie Gordon | 2024-04-14 | 3 | -58/+81 |
* | Revert bignum build fixes | bptato | 2024-04-14 | 2 | -10/+0 |
* | utils: polyfill addr/unsafeAddr distinction in Nim 2+ | bptato | 2024-04-14 | 2 | -0/+19 |
* | layout: height fixes | bptato | 2024-04-12 | 1 | -41/+22 |
* | Update readme | bptato | 2024-04-12 | 1 | -5/+27 |
* | bind_unix, connect_unix: add string.h include | bptato | 2024-04-12 | 2 | -0/+2 |
* | dom: fix missing attribute reflection for <button> | bptato | 2024-04-11 | 1 | -0/+1 |
* | renderdocument: do not layout with styledRoot == nil | bptato | 2024-04-11 | 1 | -1/+4 |
* | twtstr: remove isAscii, simplify onlyWhitespace | bptato | 2024-04-10 | 2 | -12/+3 |
* | url: use AsciiDigit, not Digits | bptato | 2024-04-10 | 1 | -5/+5 |
* | twtstr: remove pointless lookup tables | bptato | 2024-04-10 | 1 | -18/+10 |
* | term: do not eat last DA1 value | bptato | 2024-04-10 | 1 | -3/+9 |
* | layout: slightly hacky flex-basis implementation | bptato | 2024-04-09 | 2 | -4/+23 |
* | ftp: fix quoting bug | bptato | 2024-04-09 | 1 | -0/+1 |
* | Update Chame | bptato | 2024-04-09 | 2 | -1/+1 |
* | Remove unnecessary std/math imports | bptato | 2024-04-08 | 2 | -9/+6 |
* | remove dead code, fix openArray casing | bptato | 2024-04-08 | 3 | -7/+4 |
* | css, layout: flexbox fixes | bptato | 2024-04-06 | 2 | -8/+31 |
* | layout: clean up resolveSizes | bptato | 2024-04-05 | 1 | -80/+74 |
* | Initial flexbox support | bptato | 2024-04-05 | 5 | -167/+546 |
* | ua.css: use padding for lists, not margin | bptato | 2024-04-03 | 1 | -1/+1 |
* | sandbox: add OpenBSD pledge/unveil support | bptato | 2024-04-03 | 5 | -9/+40 |
* | Makefile: use -O2 for gmifetch | bptato | 2024-04-02 | 1 | -1/+1 |