| Commit message (Expand) | Author | Age | Files | Lines |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 3 | -7/+15 |
* | dom: add missing nil checks | bptato | 2024-07-27 | 1 | -1/+4 |
* | headers, request: bring it closer to the standard | bptato | 2024-07-27 | 3 | -6/+11 |
* | env: add alert shim | bptato | 2024-07-27 | 1 | -0/+3 |
* | dom: fix wrong proc call in fireEvent | bptato | 2024-07-22 | 2 | -2/+2 |
* | buffer, dom, event: JS binding for dispatchEvent | bptato | 2024-07-22 | 5 | -95/+125 |
* | dom: fix getElementById signature | bptato | 2024-07-21 | 1 | -3/+3 |
* | buffer: replace dispatchEvent procs with that in dom | bptato | 2024-07-21 | 2 | -4/+3 |
* | dom: fix race condition in image loading | bptato | 2024-07-21 | 1 | -3/+4 |
* | buffer: fix nil deref on click without clickable element | bptato | 2024-07-19 | 1 | -3/+0 |
* | html: event cleanup, XHR progress | bptato | 2024-07-18 | 6 | -97/+459 |
* | dom, match, event: small cleanup | bptato | 2024-07-17 | 2 | -27/+26 |
* | timeout: simplify, misc fixes | bptato | 2024-07-16 | 1 | -7/+7 |
* | css, html: fix CSS dependency invalidation | bptato | 2024-07-03 | 2 | -69/+95 |
* | dom, pager: cache images from network | bptato | 2024-06-29 | 1 | -2/+36 |
* | config: add various missing options | bptato | 2024-06-29 | 2 | -3/+5 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 1 | -27/+33 |
* | Update monoucha | bptato | 2024-06-22 | 1 | -1/+1 |
* | env: fix nil deref in client | bptato | 2024-06-22 | 1 | -1/+3 |
* | misc cleanups | bptato | 2024-06-22 | 2 | -7/+5 |
* | stbi: add encoders | bptato | 2024-06-21 | 1 | -8/+18 |
* | img, term: try to detect unknown images, improve kitty encoder | bptato | 2024-06-21 | 1 | -1/+1 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 1 | -11/+15 |
* | loader: better error handling | bptato | 2024-06-20 | 1 | -1/+1 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 2 | -31/+139 |
* | buffer: decoding fixes | bptato | 2024-06-14 | 1 | -1/+3 |
* | Update Chame, Chagashi | bptato | 2024-06-13 | 1 | -5/+2 |
* | dom: simplify window.loader | bptato | 2024-06-09 | 2 | -25/+17 |
* | buffer: add autofocus | bptato | 2024-06-08 | 2 | -0/+7 |
* | Move JS wrapper into Monoucha | bptato | 2024-06-03 | 7 | -37/+46 |
* | stylednode: remove `text' field | bptato | 2024-05-28 | 1 | -1/+1 |
* | stylednode: move invalidation data to DOM | bptato | 2024-05-27 | 1 | -0/+7 |
* | html: improve Request, derive Client from Window | bptato | 2024-05-20 | 5 | -57/+103 |
* | css/values -> css/cssvalues | bptato | 2024-05-16 | 1 | -3/+3 |
* | js: allow var instead of ptr | bptato | 2024-05-12 | 2 | -53/+53 |
* | buffer: fix multipart forms | bptato | 2024-05-11 | 3 | -51/+40 |
* | dom: simplify ButtonType | bptato | 2024-05-08 | 2 | -11/+7 |
* | js: fix compileModule | bptato | 2024-05-08 | 1 | -1/+1 |
* | js: refactor | bptato | 2024-05-08 | 4 | -7/+12 |
* | dom: fix area relList element | bptato | 2024-05-07 | 1 | -1/+1 |
* | Use isSome instead of isOk | bptato | 2024-05-05 | 2 | -12/+12 |
* | js: fix various leaks etc. | bptato | 2024-05-03 | 3 | -26/+34 |
* | cssparser: refactor | bptato | 2024-05-01 | 1 | -10/+7 |
* | css, dom: simplify ident parsing, canvas fixes | bptato | 2024-05-01 | 1 | -8/+40 |
* | color: RGBAColor -> ARGBColor | bptato | 2024-04-26 | 1 | -5/+5 |
* | Initial image support | bptato | 2024-04-25 | 1 | -1/+1 |
* | dom: remove unnecessary/unused properties | bptato | 2024-04-22 | 2 | -11/+8 |
* | dom: fix property event handler setters | bptato | 2024-04-21 | 2 | -23/+52 |
* | js: fix some incorrect defineProperty usage | bptato | 2024-04-21 | 1 | -2/+2 |
* | base64: rewrite btoa too | bptato | 2024-04-21 | 1 | -2/+2 |