about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor some layout engine types, fix list-itembptato2022-07-203-87/+85
* Throw out unused cells() functionsbptato2022-07-202-49/+2
* Clean up vertical line box alignment codebptato2022-07-203-99/+165
* Fix console.logbptato2022-07-181-1/+1
* Fix list-item counter displaybptato2022-07-181-8/+4
* Enable remote stylesheets; fix inline block valuesbptato2022-07-183-3/+4
* Fix yet another parser bugbptato2022-07-181-2/+1
* Fix another parser bugbptato2022-07-171-3/+4
* Fix a parser bugbptato2022-07-173-13/+48
* Implement select element displaybptato2022-07-176-73/+234
* Fix formsbptato2022-07-177-69/+45
* Fix StyledNode cachingbptato2022-07-172-94/+38
* Use StyledNodes instead of passing the entire DOM to the layout enginebptato2022-07-167-189/+261
* Fix basic list displaybptato2022-07-152-16/+21
* Fix page reloadingbptato2022-07-151-1/+1
* Refactor layout enginebptato2022-07-153-139/+154
* Fix reloadingbptato2022-07-141-0/+3
* Clean up HTML namespace mess, enable processInForeignContentbptato2022-07-142-26/+91
* getPageCurl: avoid loading pages that couldn't be loadedbptato2022-07-141-0/+4
* Throw out unused functionsbptato2022-07-131-101/+0
* Don't zero-fill makewidthtablebptato2022-07-131-1/+1
* Initial QuickJS integrationbptato2022-07-134-4/+313
* Fix a tokenizer bug, clean up some warningsbptato2022-07-127-65/+50
* Fix and clean up some dom-based featuresbptato2022-07-115-90/+101
* Implement HTML5 parsingbptato2022-07-1111-2138/+3935
* Implement standard-compliant HTML tokenizerbptato2022-06-274-14/+1518
* specified -> computedbptato2022-06-183-120/+120
* Apply inline dimensions for inline blocks toobptato2022-06-181-6/+7
* Fix height being incorrectly applied to list itemsbptato2022-06-171-3/+8
* Fix cursorPrevLinkbptato2022-06-171-14/+32
* Fix curl getting stuck while reading headersbptato2022-06-171-2/+3
* Submit form on pressing enter in search fieldbptato2022-06-171-1/+13
* Re-implement list itemsbptato2022-06-173-65/+107
* Re-implement inline-blockbptato2022-06-173-96/+123
* Simplify offset, fix a text node bugbptato2022-06-083-41/+15
* Store html entities as zero terminated stringsbptato2022-06-071-4/+4
* Add curl supportbptato2022-06-072-4/+137
* Layout: insignificant changes regarding offsetbptato2022-05-293-7/+35
* Add querySelector and querySelectorAll for Elementbptato2022-05-232-0/+62
* Fix compilation on 32-bit architecturesbptato2022-05-211-5/+4
* Update loader.nimbptato2022-05-211-3/+9
* SpecifiedValue -> ComputedValuebptato2022-05-135-66/+66
* Slightly change header handlingbptato2022-05-101-4/+11
* Rename conflicting source filesbptato2022-05-109-12/+12
* Add support for :nth-child, implement textContentbptato2022-05-103-4/+34
* Some refactoring for layout engine rewritebptato2022-05-104-293/+268
* Fix a windows compilation errorbptato2022-02-221-1/+1
* Implement --, handle empty argumentsbptato2022-02-191-5/+14
* Reduce formatting complexitybptato2022-02-194-127/+79
* twtstr: replace bisearch with stdlib binarySearchbptato2022-02-191-20/+2