about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* pager: actually fix broken logicbptato2024-06-091-2/+2
* pager: fix broken logicbptato2024-06-091-3/+3
* dom: simplify window.loaderbptato2024-06-093-29/+18
* pager: send Accept: */* for viewImagebptato2024-06-082-3/+15
* buffer: add autofocusbptato2024-06-088-101/+136
* pager, buffer: improve forms, protocol configbptato2024-06-087-173/+192
* config.toml: update headersbptato2024-06-081-2/+2
* git.cgi: add git stash list, switch -> branchbptato2024-06-081-20/+30
* layout: minor cleanupbptato2024-06-041-7/+4
* layout: track overflow sizebptato2024-06-042-48/+130
* Move JS wrapper into Monouchabptato2024-06-0371-81054/+246
* js: improve jsregex interfacebptato2024-06-033-101/+88
* js: change jsstfunc syntaxbptato2024-06-033-4/+4
* md2html: include numbers in idsbptato2024-06-031-3/+3
* js: fix runtime cleanupbptato2024-06-034-18/+44
* js: small misc changesbptato2024-06-021-13/+15
* css: slightly optimize cascadebptato2024-06-024-136/+145
* Update docsbptato2024-06-022-12/+5
* renderdocument: handle overlapping double width charsbptato2024-06-023-1/+15
* layout: misc refactoringsbptato2024-06-021-209/+180
* layout: clean up inline tree constructionbptato2024-06-015-292/+314
* layout: dimSum -> sumbptato2024-06-011-22/+21
* layout: refactor resolveSizesbptato2024-06-011-140/+126
* main: fix tmpdir/sockdir permsbptato2024-05-311-3/+4
* test: update acid1.color.expectedbptato2024-05-311-1/+1
* config: fix -C with files not in CWDbptato2024-05-312-6/+14
* layout: line box sizing fixesbptato2024-05-315-15/+66
* pager: rework D/discard bufferbptato2024-05-316-56/+147
* layout: fix a width sizing bugbptato2024-05-303-4/+7
* layout: fix regressionbptato2024-05-301-0/+3
* layout: simplify percHeight handling, misc refactoringsbptato2024-05-301-67/+30
* layout: fix caption margin calculationbptato2024-05-303-19/+36
* regexp: fix non greedy quantizers with zero length matchesFabrice Bellard2024-05-301-8/+6
* Add `js_resolve_proxy` (#293)Charlie Gordon2024-05-301-20/+35
* Add `JS_StrictEq()`, `JS_SameValue()`, and `JS_SameValueZero()` (#264)Kasper Isager Dalsgarð2024-05-302-5/+26
* Expose `JS_SetUncatchableError()` (#262)Kasper Isager Dalsgarð2024-05-302-1/+1
* Add `JS_HasException()` (#265)Kasper Isager Dalsgarð2024-05-302-0/+6
* Add `JS_NewTypedArray()` (#272)Dmitry Volyntsev2024-05-302-0/+27
* quickjs: revert SetUncatchableError patchbptato2024-05-301-1/+0
* layout: improve baseline calculationbptato2024-05-301-56/+56
* Fix GCC 14 compilationbptato2024-05-304-18/+32
* layout: fix clear on blocks establishing new BFCsbptato2024-05-303-1/+14
* layout: misc refactoringsbptato2024-05-293-193/+205
* layout: get rid of InlineBoxBuilderbptato2024-05-283-109/+103
* about: markdownify & update license.htmlbptato2024-05-284-50/+45
* buffer: fix ampersand escaping in markURLbptato2024-05-281-0/+4
* layout: fix crash on inline tablesbptato2024-05-283-1/+4
* stylednode: remove `text' fieldbptato2024-05-284-16/+20
* stylednode: move invalidation data to DOMbptato2024-05-273-25/+23
* layout: remove BlockBoxBuidlerbptato2024-05-277-687/+608