| Commit message (Expand) | Author | Age | Files | Lines |
* | dom: fix crash on wrong CSS content type | bptato | 2024-09-10 | 1 | -3/+1 |
* | canvas: make sure we don't link to QJS | bptato | 2024-09-01 | 1 | -22/+23 |
* | path: fix swap bug, refactor lines | bptato | 2024-09-01 | 1 | -3/+1 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 1 | -136/+256 |
* | dom: toBlob fixes | bptato | 2024-08-25 | 1 | -20/+7 |
* | dom, xhr: slight progress on modules, fix an XHR bug | bptato | 2024-08-15 | 3 | -53/+112 |
* | xhr: more progress | bptato | 2024-08-15 | 4 | -48/+156 |
* | xhr: progress | bptato | 2024-08-13 | 1 | -33/+115 |
* | dom: remove generic JS bindings | bptato | 2024-08-11 | 2 | -80/+100 |
* | dom: fix crash on wrong image content type | bptato | 2024-08-11 | 1 | -2/+5 |
* | Update monoucha | bptato | 2024-08-09 | 5 | -61/+72 |
* | env, dom: add History stub, basic LocalStorage | bptato | 2024-07-30 | 2 | -0/+78 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 3 | -2/+2 |
* | css: hash attribute names | bptato | 2024-07-29 | 1 | -1/+1 |
* | 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 |