about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update readmebptato2022-04-101-15/+25
* Add cha.exe to gitignorebptato2022-04-101-0/+1
* Add compile.bat for windows (WIP)bptato2022-04-101-0/+10
* Document plans for new layout enginebptato2022-04-101-0/+67
* 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
* Fix not being able to load local files with ?, #, etcbptato2022-02-193-5/+19
* Background color improvementsbptato2022-02-153-16/+39
* Fix format background unicode problemsbptato2022-02-152-25/+54
* Incomplete background-color implementationbptato2022-02-144-48/+163
* Implement blink tagbptato2022-02-123-0/+11
* Remove some unused variablesbptato2022-02-122-6/+0
* Fix list item marker hackbptato2022-02-121-4/+8
* Fix page reload bugsbptato2022-02-121-5/+1
* Some loader polishingbptato2022-02-094-11/+19
* parse_tag: fix html entities in valuesbptato2022-02-081-1/+1
* Fix bug in idna that prevented building releasebptato2022-02-081-2/+7
* Cleanup form method codebptato2022-02-084-35/+77
* Cleanup idna code a bitbptato2022-02-081-100/+85
* Optimize :is selectorbptato2022-01-302-4/+54
* Avoid stack overflow in renderBlockContextbptato2022-01-301-8/+13
* Implement list-style-positionbptato2022-01-304-7/+75
* Implement formsbptato2022-01-2913-133/+612
* Implement text-align and <center>bptato2022-01-296-59/+161
* Implement line-height, vertical-alignbptato2022-01-284-65/+188
* Implement paddingbptato2022-01-266-127/+199
* Fix potential crash in next link commandbptato2022-01-262-15/+8
* Fix whitespace stylingbptato2022-01-263-2/+59
* Add some command line fixes, fix related bugsbptato2022-01-253-9/+37
* Zero-width characters don't break wordsbptato2022-01-251-3/+3
* Disallow different scheme in link tagsbptato2022-01-251-4/+5
* Fix stylesheet containment bugbptato2022-01-255-46/+49
* Fix some path bugs and misc. warningsbptato2022-01-255-13/+30
* Fix author style sheet assignmentbptato2022-01-241-2/+9
* Selector adjustmentsbptato2022-01-242-17/+21
* Remove some unused declarationsbptato2022-01-244-6/+0
* Optimize cascading algorithmbptato2022-01-246-149/+194
* Refactorbptato2022-01-247-50/+29
* Make non-alphabetic characters break wordsbptato2022-01-241-9/+3
* Fix node to cell mapping part 2bptato2022-01-242-4/+0
* Fix head parsingbptato2022-01-241-1/+1
* Fix node to cell mappingbptato2022-01-246-82/+86
* Infer that we're in document body for textbptato2022-01-231-4/+6
* Fix some block box bugsbptato2022-01-233-36/+49
* Fix incorrect canvas width and whitespace bugsbptato2022-01-233-6/+10