about summary refs log tree commit diff stats
path: root/src/css
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix media query bug, do not refresh page without css change (wip)bptato2022-01-223-15/+23
|
* Re-implement marginsbptato2022-01-221-3/+3
|
* Make sure :root is always blockbptato2022-01-191-0/+13
|
* Re-implement inline blocksbptato2022-01-191-5/+1
|
* Fix crash on reshapebptato2022-01-191-2/+0
|
* Implement basics of new layout enginebptato2022-01-181-5/+19
|
* Small cascade optimizationsbptato2021-12-314-44/+76
|
* Refactorbptato2021-12-291-8/+8
|
* Cascade optimizations, start layout engine rewritebptato2021-12-293-64/+75
|
* Implement basic media query supportbptato2021-12-275-114/+482
|
* Basic content type implementationbptato2021-12-261-0/+1
|
* Refactor buffer rendering proceduresbptato2021-12-231-0/+3
|
* Preparation for at rules, small inline-block fixbptato2021-12-194-29/+67
|
* Refactor selector code, optimize style tagsbptato2021-12-184-167/+173
|
* Rework cascading algorithmbptato2021-12-182-187/+144
|
* Macro for easier css value accessbptato2021-12-181-14/+10
|
* More code formatting consistencybptato2021-12-171-1/+1
|
* Better inline block supportbptato2021-12-151-0/+1
| | | | | | Still needs a refactoring of at least the inline processing algorithm to work somewhat correctly. (how that should be done is another question...)
* Initial (and defective) inline-block implementationbptato2021-12-151-3/+3
|
* Simplify codebptato2021-12-152-83/+78
|
* Some parser fixesbptato2021-12-152-7/+7
|
* Add roman list style typebptato2021-12-151-1/+5
|
* Refactor enumsbptato2021-12-154-5/+64
|
* DL support and BR fixesbptato2021-12-141-0/+1
|
* Support all css length unitsbptato2021-12-142-31/+62
|
* Fix ":is" functionbptato2021-12-141-3/+3
|
* Unicode unordered list markersbptato2021-12-141-3/+3
|
* Add lists, function selector fixesbptato2021-12-143-28/+83
|
* Limit display values to those we can actually displaybptato2021-12-131-10/+10
|
* Support height, fix marginbptato2021-12-132-11/+21
|
* Support width propertybptato2021-12-131-1/+12
|
* Support ::before, ::after pseudo elementsbptato2021-12-132-6/+25
|
* Support more colors, config.nim refactoringbptato2021-12-102-34/+187
|
* Support inline style attributesbptato2021-12-101-20/+22
|