about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* the BigInt support is now always includedbellard2023-12-054-846/+509
* bf_set_ui() fix (github issue #133)bellard2023-12-051-16/+16
* Revert "fix undefined behavior: shift 32 bits for uint32_t in bf_set_ui"bptato2023-12-051-6/+1
* quickjs: improve can_destroy hookbptato2023-12-051-19/+40
* Update chamebptato2023-12-032-1/+1
* event: remove ctx from CustomEventbptato2023-12-033-36/+47
* Update todobptato2023-12-031-2/+0
* buffer: do not needlessly copy in onloadbptato2023-12-031-9/+5
* pager, container: add text selection/copyingbptato2023-12-0311-73/+280
* qjs: fix a warningbptato2023-12-021-1/+1
* Get rid of clang 16 workaroundbptato2023-12-026-17/+30
* js: get rid of emitbptato2023-12-021-22/+15
* dom: fix relList setter regression, remove rel()bptato2023-12-022-6/+15
* js: get rid of getJSValuebptato2023-12-022-11/+11
* ua.css: do not set del, ins display to block; strike delbptato2023-12-011-3/+3
* pager: small optimization in drawBufferbptato2023-12-011-2/+2
* dom: redefine Node.contains to match standardbptato2023-12-012-5/+7
* dom: functionize parentElement, improve Node.documentbptato2023-12-011-7/+7
* dom: fix `children' being available for all Nodesbptato2023-12-011-6/+17
* html: add HTMLElement.dataset (+ some twtstr cleanup)bptato2023-12-013-32/+96
* Makefile: fix $(FLAGS) not being usedbptato2023-11-301-2/+3
* js: simplify toJSP0bptato2023-11-305-33/+25
* js: allow subclassing platform objects in JSbptato2023-11-303-5/+50
* intl: stub out Intl.PluralRulesbptato2023-11-302-0/+26
* twtstr: simplify expandPathbptato2023-11-291-19/+12
* env: add window.top, window.parentbptato2023-11-291-3/+12
* buffer: do not set readyState if document is nilbptato2023-11-291-1/+2
* Makefile: rewritebptato2023-11-283-71/+112
* dom: add document.readyStatebptato2023-11-272-2/+10
* buffer: add DOMContentLoaded, misc event improvementsbptato2023-11-272-49/+75
* layout: rewrite inline box handlingbptato2023-11-274-556/+654
* js: remove nonsensical comment linebptato2023-11-261-1/+0
* doc: fix typobptato2023-11-261-1/+1
* config: add bare aliases for "8bit", "24bit"bptato2023-11-262-5/+9
* color: fix rgbToEightBit parenthesesbptato2023-11-261-1/+1
* dom: expose HTMLInputElement.checkedbptato2023-11-241-1/+1
* layout: clamp size constraints to min/max sizes for floatsbptato2023-11-231-7/+12
* readme: fix typobptato2023-11-231-1/+1
* Update about:chawanbptato2023-11-231-1/+2
* Update readmebptato2023-11-232-0/+11
* Update readme, todobptato2023-11-232-2/+4
* layout: add clear, etc.bptato2023-11-232-39/+116
* css/values: use Opt instead of Result[string]bptato2023-11-211-55/+54
* css/values: simplify getComputedValuebptato2023-11-211-11/+10
* Move clang workaround to config.nimsbptato2023-11-213-5/+5
* layout: simplify max width/height calculationbptato2023-11-211-41/+43
* layout: fix some sizing bugsbptato2023-11-211-103/+124
* pager: fix regressionbptato2023-11-213-20/+20
* bindings: find termcap on FreeBSDbptato2023-11-212-10/+21
* pager: remove pager.tty memberbptato2023-11-212-7/+8