| Commit message (Expand) | Author | Age | Files | Lines |
* | cssvalues, twtstr, mediaquery: refactor & fixes | bptato | 2024-08-02 | 5 | -438/+342 |
* | Update Chagashi | bptato | 2024-08-01 | 1 | -1/+1 |
* | env, dom: add History stub, basic LocalStorage | bptato | 2024-07-30 | 2 | -0/+78 |
* | console, client: optimize console.log (etc.) | bptato | 2024-07-30 | 2 | -18/+39 |
* | term: constify queries | bptato | 2024-07-30 | 1 | -3/+15 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 22 | -307/+283 |
* | twtstr: fix startsWithIgnoreCase | bptato | 2024-07-29 | 2 | -3/+3 |
* | css: hash attribute names | bptato | 2024-07-29 | 3 | -45/+57 |
* | cascade: move some presentational hints to ua.css | bptato | 2024-07-29 | 1 | -66/+0 |
* | buffer, layout: small refactoring | bptato | 2024-07-29 | 2 | -40/+37 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 14 | -128/+228 |
* | Update submodules | bptato | 2024-07-28 | 1 | -3/+3 |
* | layout: merge neighboring words | bptato | 2024-07-28 | 3 | -32/+28 |
* | dom: add missing nil checks | bptato | 2024-07-27 | 1 | -1/+4 |
* | headers, request: bring it closer to the standard | bptato | 2024-07-27 | 7 | -128/+233 |
* | loader: follow redirects in fetch() | bptato | 2024-07-27 | 1 | -4/+21 |
* | env: add alert shim | bptato | 2024-07-27 | 1 | -0/+3 |
* | loader: fix saveToBitmap for 0-len images | bptato | 2024-07-27 | 1 | -1/+5 |
* | cssvalues: fix parseDimensionValues bug | bptato | 2024-07-27 | 1 | -9/+10 |
* | cascade: add some presentational hints | bptato | 2024-07-27 | 1 | -3/+7 |
* | layout: inline table fixes | bptato | 2024-07-27 | 1 | -54/+154 |
* | layout: position: relative, absolute fixes | bptato | 2024-07-26 | 1 | -34/+52 |
* | url: fix URLSearchParams implementation | bptato | 2024-07-25 | 1 | -20/+19 |
* | layout: fix incorrect absolute positioning | bptato | 2024-07-25 | 2 | -18/+26 |
* | layout: min/max sizing fixes | bptato | 2024-07-25 | 2 | -29/+58 |
* | selectorparser: fix broken tostr | bptato | 2024-07-25 | 1 | -11/+27 |
* | url: fix a small incompatibility | bptato | 2024-07-25 | 1 | -28/+21 |
* | url: misc fixes & improvements | bptato | 2024-07-24 | 2 | -490/+580 |
* | client, sandbox: fix termux build | bptato | 2024-07-24 | 2 | -8/+59 |
* | pager: fix dead containers left in replaceBackup | bptato | 2024-07-23 | 2 | -0/+9 |
* | term: fix positionImage sixel size clamping (take 2) | bptato | 2024-07-23 | 1 | -2/+2 |
* | term: fix positionImage sixel size clamping | bptato | 2024-07-23 | 1 | -6/+10 |
* | dom: fix wrong proc call in fireEvent | bptato | 2024-07-22 | 2 | -2/+2 |
* | layout: fix various flex column sizing bugs | bptato | 2024-07-22 | 1 | -24/+58 |
* | buffer, dom, event: JS binding for dispatchEvent | bptato | 2024-07-22 | 6 | -116/+152 |
* | dom: fix getElementById signature | bptato | 2024-07-21 | 1 | -3/+3 |
* | buffer: replace dispatchEvent procs with that in dom | bptato | 2024-07-21 | 3 | -37/+7 |
* | dom: fix race condition in image loading | bptato | 2024-07-21 | 1 | -3/+4 |
* | term: fix kitty image positioning | bptato | 2024-07-20 | 1 | -2/+5 |
* | loader: copy cached items on buffer cloning | bptato | 2024-07-20 | 5 | -8/+20 |
* | buffer: fix nil deref on click without clickable element | bptato | 2024-07-19 | 2 | -7/+5 |
* | loader: async status/headers for fetch | bptato | 2024-07-19 | 3 | -30/+41 |
* | html: event cleanup, XHR progress | bptato | 2024-07-18 | 10 | -198/+587 |
* | luwrap: use lre_is_space | bptato | 2024-07-18 | 1 | -2/+1 |
* | Update monoucha | bptato | 2024-07-18 | 1 | -1/+1 |
* | dom, match, event: small cleanup | bptato | 2024-07-17 | 3 | -33/+32 |
* | Update monoucha | bptato | 2024-07-17 | 1 | -1/+1 |
* | client: remove redundant global functions | bptato | 2024-07-16 | 1 | -22/+0 |
* | timeout: simplify, misc fixes | bptato | 2024-07-16 | 3 | -90/+61 |
* | term: image sizing fixes | bptato | 2024-07-16 | 1 | -8/+39 |