about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
...
* Fix nth-child bugs, rename select to matchbptato2022-08-236-67/+74
* Merge functional and normal pseudo-class selectorsbptato2022-08-214-136/+351
* Refactor css function selectors a bitbptato2022-08-203-33/+32
* Fix incorrect selector parsing, remove httpclient from loaderbptato2022-08-033-11/+87
* Add interactive <select>bptato2022-07-313-2/+13
* More table workbptato2022-07-301-6/+7
* Implement revert valuebptato2022-07-303-254/+171
* Update CSS tokenizerbptato2022-07-295-245/+259
* StyledNode: avoid duplicate dependenciesbptato2022-07-292-2/+6
* Fix incorrect use of del()bptato2022-07-291-3/+3
* Fix cascading bugs & performance issuesbptato2022-07-283-5/+16
* Fix StyledNode invalidation & othersbptato2022-07-274-140/+284
* Fix & simplify blockgroupbptato2022-07-251-1/+1
* Optimize dombptato2022-07-212-15/+27
* Throw out unused cells() functionsbptato2022-07-201-31/+0
* Fix a parser bugbptato2022-07-171-4/+1
* Implement select element displaybptato2022-07-172-1/+10
* Fix formsbptato2022-07-172-40/+20
* Fix StyledNode cachingbptato2022-07-171-93/+37
* Use StyledNodes instead of passing the entire DOM to the layout enginebptato2022-07-163-33/+196
* Fix and clean up some dom-based featuresbptato2022-07-111-33/+3
* Implement HTML5 parsingbptato2022-07-112-36/+38
* Add querySelector and querySelectorAll for Elementbptato2022-05-231-0/+45
* SpecifiedValue -> ComputedValuebptato2022-05-132-34/+34
* Rename conflicting source filesbptato2022-05-107-11/+11
* Add support for :nth-child, implement textContentbptato2022-05-102-4/+23
* Some refactoring for layout engine rewritebptato2022-05-101-1/+1
* Incomplete background-color implementationbptato2022-02-141-5/+16
* Some loader polishingbptato2022-02-091-0/+1
* Optimize :is selectorbptato2022-01-301-1/+51
* Implement list-style-positionbptato2022-01-301-3/+22
* Implement formsbptato2022-01-291-1/+5
* Implement text-align and <center>bptato2022-01-291-3/+30
* Implement line-height, vertical-alignbptato2022-01-281-9/+64
* Fix stylesheet containment bugbptato2022-01-251-32/+35
* Fix author style sheet assignmentbptato2022-01-241-2/+9
* Selector adjustmentsbptato2022-01-242-17/+21
* Remove some unused declarationsbptato2022-01-243-4/+0
* Optimize cascading algorithmbptato2022-01-244-149/+186
* Refactorbptato2022-01-245-38/+16
* Fix some block box bugsbptato2022-01-231-6/+5
* Use pixels as the base unit for the layoutbptato2022-01-231-0/+32
* Consider cell ratio when calculating lengthsbptato2022-01-231-8/+11
* Implement word-spacingbptato2022-01-231-7/+23
* Support pseudo elems as pseudo classesbptato2022-01-231-12/+15
* Fix ::before pseudo elem positioningbptato2022-01-231-4/+7
* Fix * selectorbptato2022-01-231-0/+2
* Support external stylesheetsbptato2022-01-232-2/+13
* Avoid unnecessary rendering on hover change etcbptato2022-01-222-18/+51
* Re-implement, height, fix pseudo on hoverbptato2022-01-221-0/+2