about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* layout: list item improvements, fix inner markersbptato2024-05-253-36/+52
* layout: add wrapper box for table caption + misc stuffbptato2024-05-242-121/+176
* client: fix double click on double width charsbptato2024-05-231-7/+7
* url: add URL.parsebptato2024-05-221-0/+3
* layout, layoutunit: remove some automatic convertersbptato2024-05-223-13/+11
* http: allow multiple early hintsbptato2024-05-221-1/+1
* man: quote keyword & sectionbptato2024-05-221-5/+5
* layout: simplifybptato2024-05-211-102/+76
* Update readmebptato2024-05-211-59/+53
* twtstr: fix overflow checkbptato2024-05-211-2/+2
* test: inline-backgrounds updatebptato2024-05-211-2/+0
* gopher: simplifybptato2024-05-213-38/+35
* sandbox: add sigreturnbptato2024-05-211-0/+2
* forkserver: also skip SIGTERM socket unlinkbptato2024-05-201-5/+1
* buffer: never unlink controlling socket in cleanupbptato2024-05-201-5/+2