about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* dom: fire load event on image loadbptato2025-02-031-0/+3
* dom: add blur()bptato2025-02-021-0/+6
* javascript: derive ctor functions from parent ctor functionsbptato2025-02-026-10/+22
* javascript: inline makeCtorJSCallAndRetbptato2025-02-021-10/+5
* term: simplify/optimizebptato2025-02-021-38/+34
* dom: load inline module scripts toobptato2025-02-012-6/+22
* dom: stub scrollIntoViewbptato2025-02-011-0/+3
* dom: handle exceptions in module scriptbptato2025-02-012-27/+80
* dom, layout: fix empty canvas cache idsbptato2025-02-016-9/+20
* dom: add title setter, unify newText usebptato2025-02-013-6/+20
* jsopaque: add catch atombptato2025-02-011-0/+1
* response: stub constructorbptato2025-02-012-3/+16
* dom: basic module supportbptato2025-02-014-48/+97
* loader: do not crash on invalid shareCachedItembptato2025-01-311-3/+4
* javascript, tojs: fix an ownership bugbptato2025-01-313-8/+35
* eprint: add fprintf wrapperbptato2025-01-311-0/+3
* Update docsbptato2025-01-301-4/+4
* sheet: fix a hashing bugbptato2025-01-303-1/+7
* layout: fix absolute sizing order with floatsbptato2025-01-303-3/+15
* img: remove intermediate C filesbptato2025-01-3011-55/+56
* buffer: drop pipe, pipe2, passFd privilegesbptato2025-01-306-44/+85
* about: move to loaderbptato2025-01-306-58/+48
* mediaquery: fix some parser bugsbptato2025-01-303-12/+28
* render: fix OOB panic with scroll container outside the canvasbptato2025-01-293-1/+5
* pager: fix gotoAnchor on buffers that were redirectedbptato2025-01-291-3/+4
* lineedit: add missing nil check to nextHist, prevent empty entries in submitbptato2025-01-291-12/+9
* nanosvg: fix infinite loopbptato2025-01-293-1/+8
* container: fix getSelectionText with no parametersbptato2025-01-291-7/+3
* javascript: fix .jsget on JSValuebptato2025-01-282-5/+27
* event: fix some refcounting bugsbptato2025-01-282-5/+6
* sandbox: fix compilation without sandboxingbptato2025-01-281-1/+1
* layout: fix flow roots in inline boxes not respecting floatsbptato2025-01-283-104/+102
* layout: fix some float margin resolution bugsbptato2025-01-285-34/+46
* loader: fix missing newline in downloadsbptato2025-01-281-3/+3
* cascade: fix variable inheritancebptato2025-01-283-13/+24
* layout: unify InlineContext with FlowStatebptato2025-01-271-547/+538
* cascade: reuse input value when possiblebptato2025-01-273-27/+39
* Update docsbptato2025-01-274-23/+187
* layout: remove obsolete comment, improve struct packingbptato2025-01-261-12/+8
* main: add version checkbptato2025-01-261-0/+4
* layout: various float fixes in inline contextsbptato2025-01-269-136/+214
* layout: small cleanupbptato2025-01-261-67/+41
* Update docsbptato2025-01-261-2/+2
* loader: fix etabptato2025-01-261-4/+5
* buffer: do not force-invalidate on finishLoadbptato2025-01-261-1/+0
* layout: do not generate anonymous inline boxesbptato2025-01-2521-301/+429
* cascade: fix canvas conversionbptato2025-01-251-1/+1
* layout: always use computed from StyledNodebptato2025-01-251-74/+69
* cascade, layout: blockify flex in cascadebptato2025-01-252-23/+4
* ua.css: simplifybptato2025-01-251-2/+2