| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | dom: add HTMLOptionsCollection setter | bptato | 2025-02-20 | 1 | -0/+20 |
* | render: propagate offset to positioned block child before clip box inheritance | bptato | 2025-02-19 | 1 | -5/+10 |
* | dom: do not reflect name on all elements | bptato | 2025-02-19 | 1 | -3/+18 |
* | fromjs, javascript: optimize out class name registry | bptato | 2025-02-19 | 6 | -38/+34 |
* | render, pager: fix canvas background painting order | bptato | 2025-02-19 | 4 | -18/+35 |
* | layout: fix nested fixed boxes | bptato | 2025-02-18 | 1 | -5/+10 |
* | sheet: hash :root, :link pseudo classes | bptato | 2025-02-18 | 3 | -41/+66 |
* | Add mark-links feature | bptato | 2025-02-18 | 8 | -24/+82 |
* | layout: implement negative z-index | bptato | 2025-02-18 | 5 | -130/+230 |
* | box: use singly linked list instead of seq for children | bptato | 2025-02-17 | 3 | -23/+40 |
* | render: respect stacking context for inline boxes | bptato | 2025-02-17 | 2 | -23/+44 |
* | layout: position absolute boxes relative to their parent | bptato | 2025-02-16 | 4 | -67/+71 |
* | client: remove client getter | bptato | 2025-02-15 | 2 | -5/+2 |
* | layout: skip Cf characters | bptato | 2025-02-15 | 2 | -1/+7 |
* | cssparser: optimize a bit | bptato | 2025-02-15 | 2 | -19/+17 |
* | catom: toStr -> $ | bptato | 2025-02-15 | 4 | -69/+36 |
* | xhr, event, catom: fix some bugs | bptato | 2025-02-15 | 9 | -267/+297 |
* | buffer: wait for scripts in headless mode | bptato | 2025-02-15 | 5 | -24/+61 |
* | buffer: remove estream, fd | bptato | 2025-02-14 | 2 | -7/+4 |
* | dom: store pseudo-element computed values in a seq | bptato | 2025-02-14 | 4 | -17/+20 |
* | csstree, cssvalues: add non-numeric counters, japanese-formal | bptato | 2025-02-14 | 5 | -123/+157 |
* | csstree, cssvalues: implement counter() | bptato | 2025-02-13 | 4 | -46/+156 |
* | csstree, layout: more refactoring | bptato | 2025-02-13 | 9 | -509/+431 |
* | catom: make factory global | bptato | 2025-02-13 | 13 | -341/+238 |
* | dom: add DocumentType name, publicId, systemId getters | bptato | 2025-02-13 | 1 | -3/+3 |
* | pager: copy cursor position on meta refresh | bptato | 2025-02-13 | 2 | -7/+8 |
* | layout: separate out tree construction logic | bptato | 2025-02-12 | 5 | -619/+564 |
* | cssvalues: fix list-style-type initial value | bptato | 2025-02-12 | 1 | -1/+1 |
* | render: fix a visibility bug | bptato | 2025-02-11 | 1 | -8/+6 |
* | event: add MouseEvent constructor | bptato | 2025-02-11 | 1 | -1/+49 |
* | buffer: fix nil check in maybeReshape | bptato | 2025-02-10 | 1 | -1/+1 |
* | dynstream: allow reading less fds than specified | bptato | 2025-02-10 | 1 | -7/+19 |
* | layout: respect intrinsic minimum width of table cells | bptato | 2025-02-09 | 1 | -1/+4 |
* | dynstream: use seq instead of manual allocation | bptato | 2025-02-09 | 1 | -12/+4 |
* | layout: refactor tree building phase | bptato | 2025-02-09 | 3 | -264/+169 |
* | pager: remove (BUFFER) from prompt, hide alert prompt | bptato | 2025-02-09 | 1 | -6/+5 |
* | pager: existsDir -> dirExists | bptato | 2025-02-08 | 1 | -1/+1 |
* | layout: fix nested float positioning | bptato | 2025-02-08 | 1 | -2/+0 |
* | box: abstract over tree traversal | bptato | 2025-02-08 | 2 | -16/+20 |
* | buffer: treat elements with click listener as clickable | bptato | 2025-02-08 | 2 | -2/+11 |
* | dom: various select fixes/improvements | bptato | 2025-02-08 | 4 | -21/+41 |
* | dom: add fireEvent for Event objects | bptato | 2025-02-08 | 4 | -6/+9 |
* | layout: fix some pre whitespace bugs | bptato | 2025-02-08 | 1 | -62/+63 |
* | layout: fix firstBaseline bug | bptato | 2025-02-08 | 1 | -1/+1 |
* | buffer, event: add input events, set isTrusted | bptato | 2025-02-07 | 4 | -1/+55 |
* | layout: unify BlockBox and InlineBox, refactor building | bptato | 2025-02-07 | 6 | -445/+453 |
* | catom: convert JS_ATOM_NULL to CAtomNull | bptato | 2025-02-06 | 1 | -3/+6 |
* | jsintl: support units | bptato | 2025-02-06 | 1 | -20/+194 |
* | pager: catch SIGINT for interrupt handler | bptato | 2025-02-05 | 3 | -45/+27 |
* | dom: various collection fixes | bptato | 2025-02-05 | 1 | -8/+28 |