| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | select: fix display with multi-width chars | bptato | 2024-11-24 | 1 | -6/+11 |
* | layout: fix intrinsic min width for words with wrapping opportunities | bptato | 2024-11-24 | 1 | -11/+18 |
* | pager: pad menu items | bptato | 2024-11-24 | 1 | -10/+10 |
* | buffer: slightly improve markURL | bptato | 2024-11-24 | 1 | -49/+69 |
* | pager, select: implement more functions | bptato | 2024-11-24 | 2 | -5/+18 |
* | pager, select: add right click menu, fix some bugs | bptato | 2024-11-23 | 4 | -82/+219 |
* | pager: fix loadURL crash on empty URL | bptato | 2024-11-23 | 1 | -1/+3 |
* | container: add Lynx-style navigation commands | commodorian | 2024-11-23 | 2 | -1/+60 |
* | dom: implement HTMLDocument, make Image C/W | bptato | 2024-11-22 | 1 | -1/+3 |
* | dom: add document named property getter, update monoucha | bptato | 2024-11-22 | 2 | -9/+40 |
* | dom: add document.compatMode | bptato | 2024-11-22 | 1 | -0/+5 |
* | Update chame | bptato | 2024-11-22 | 1 | -1/+1 |
* | buffer: proper toggleImages implementation | bptato | 2024-11-21 | 7 | -21/+50 |
* | select: various improvements | bptato | 2024-11-21 | 1 | -69/+79 |
* | chadombuilder: fix removeImpl definition | bptato | 2024-11-21 | 1 | -1/+2 |
* | match, stylednode: remove generics, refactor | bptato | 2024-11-19 | 3 | -137/+91 |
* | dom: add Image constructor | bptato | 2024-11-19 | 1 | -0/+10 |
* | event: fix preventDefault with stopImmediatePropagation | bptato | 2024-11-19 | 1 | -5/+4 |
* | container: add numLines getter | bptato | 2024-11-19 | 1 | -1/+1 |
* | layout: fix intrinsic min width with whitespace: pre | bptato | 2024-11-19 | 1 | -0/+1 |
* | layout: fix indefinitely sized flex items with bounds | bptato | 2024-11-19 | 1 | -1/+8 |
* | dom: add HTMLHyperlinkElementUtils setters | bptato | 2024-11-19 | 2 | -30/+82 |
* | Update monoucha, fix some JS tests | bptato | 2024-11-18 | 6 | -46/+54 |
* | ua.css, event: small clean up | bptato | 2024-11-18 | 1 | -1/+0 |
* | dynstream: check lseek return code | bptato | 2024-11-17 | 1 | -0/+1 |
* | layout: fix crash on overlapping rowspan/colspan | bptato | 2024-11-17 | 1 | -2/+3 |
* | buffer: fix hover text not showing up with pseudo elements | bptato | 2024-11-17 | 2 | -78/+66 |
* | buffer: clean up findPrevLink, findNextLink | bptato | 2024-11-17 | 1 | -82/+57 |
* | select: add cursorPrevLink, cursorNextLink | bptato | 2024-11-17 | 1 | -0/+6 |
* | container: do not share cached images on clone | bptato | 2024-11-16 | 1 | -0/+1 |
* | dom: add getElementsByName, fix adopt | bptato | 2024-11-16 | 1 | -1/+10 |
* | Update monoucha | bptato | 2024-11-16 | 1 | -1/+1 |
* | url: improve special scheme detection | bptato | 2024-11-16 | 1 | -62/+69 |
* | dom: run insertion steps for descendants on insertion | bptato | 2024-11-15 | 1 | -10/+21 |
* | url: fix serializeFormURLEncoded, refactor | bptato | 2024-11-15 | 2 | -31/+22 |
* | color: clean up dead code | bptato | 2024-11-15 | 1 | -16/+4 |
* | twtstr: beforeLast -> untilLast | bptato | 2024-11-15 | 3 | -4/+4 |
* | formdata: eliminate a global var | bptato | 2024-11-15 | 8 | -31/+36 |
* | js: reorganize modules, update docs | bptato | 2024-11-15 | 21 | -57/+52 |
* | cssvalues: reduce CSSComputedValue size | bptato | 2024-11-14 | 5 | -91/+102 |
* | layout: fix another flex sizing bug | bptato | 2024-11-14 | 1 | -1/+8 |
* | buffer: skip unnecessary reshape in some cases | bptato | 2024-11-14 | 1 | -25/+26 |
* | layout: remove inline padding | bptato | 2024-11-13 | 1 | -24/+5 |
* | chapath: fix a few more bugs, simplify | bptato | 2024-11-13 | 2 | -65/+34 |
* | config: resolve download-dir as path, update docs | bptato | 2024-11-13 | 2 | -2/+4 |
* | config.toml: respect TMPDIR | bptato | 2024-11-12 | 1 | -6/+10 |
* | container: fix `U' cursor repositioning (really) | bptato | 2024-11-12 | 2 | -25/+16 |
* | 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 | 7 | -291/+208 |