about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-301-1/+51
* Avoid stack overflow in renderBlockContextbptato2022-01-301-8/+13
* Implement list-style-positionbptato2022-01-304-7/+75
* Implement formsbptato2022-01-2912-128/+580
* Implement text-align and <center>bptato2022-01-295-59/+157
* 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-254-46/+48
* 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
* Use pixels as the base unit for the layoutbptato2022-01-235-112/+95
* Consider cell ratio when calculating lengthsbptato2022-01-233-11/+17
* Implement word-spacingbptato2022-01-233-28/+57
* Support pseudo elems as pseudo classesbptato2022-01-231-12/+15
* Fix ::before pseudo elem positioningbptato2022-01-232-18/+26
* Fix * selectorbptato2022-01-231-0/+2
* Support external stylesheetsbptato2022-01-239-28/+90
* Avoid unnecessary rendering on hover change etcbptato2022-01-225-32/+98
* Rebrand programbptato2022-01-223-29/+81
* Fix url parsing bugbptato2022-01-221-1/+1
* Re-implement, height, fix pseudo on hoverbptato2022-01-222-4/+16
* Fix word overflow bugbptato2022-01-221-1/+1
* Fix media query bug, do not refresh page without css change (wip)bptato2022-01-223-15/+23
* Fix page navigationbptato2022-01-229-73/+109
* Throw out old layout engine codebptato2022-01-221-477/+0
* Re-implement marginsbptato2022-01-225-45/+98
* Re-implement list itemsbptato2022-01-192-3/+19
* Make sure :root is always blockbptato2022-01-193-6/+24
* Fix whitespace issues after newlinebptato2022-01-191-11/+9