about summary refs log tree commit diff stats
path: root/src/css/values.nim
Commit message (Expand)AuthorAgeFilesLines
* Rename conflicting source filesbptato2022-05-101-3/+3
* Some refactoring for layout engine rewritebptato2022-05-101-1/+1
* Incomplete background-color implementationbptato2022-02-141-5/+16
* Implement list-style-positionbptato2022-01-301-3/+22
* Implement text-align and <center>bptato2022-01-291-3/+30
* Implement line-height, vertical-alignbptato2022-01-281-9/+64
* Remove some unused declarationsbptato2022-01-241-2/+0
* Refactorbptato2022-01-241-3/+1
* 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
* Avoid unnecessary rendering on hover change etcbptato2022-01-221-14/+27
* Fix media query bug, do not refresh page without css change (wip)bptato2022-01-221-11/+15
* Re-implement marginsbptato2022-01-221-3/+3
* Make sure :root is always blockbptato2022-01-191-0/+13
* Small cascade optimizationsbptato2021-12-311-11/+9
* Refactorbptato2021-12-291-8/+8
* Refactor selector code, optimize style tagsbptato2021-12-181-2/+2
* Rework cascading algorithmbptato2021-12-181-67/+81
* Macro for easier css value accessbptato2021-12-181-14/+10
* Better inline block supportbptato2021-12-151-0/+1
* Initial (and defective) inline-block implementationbptato2021-12-151-3/+3
* Simplify codebptato2021-12-151-66/+47
* Some parser fixesbptato2021-12-151-5/+5
* Add roman list style typebptato2021-12-151-1/+5
* Refactor enumsbptato2021-12-151-1/+53
* Support all css length unitsbptato2021-12-141-30/+56
* Unicode unordered list markersbptato2021-12-141-3/+3
* Add lists, function selector fixesbptato2021-12-141-2/+40
* Limit display values to those we can actually displaybptato2021-12-131-10/+10
* Support height, fix marginbptato2021-12-131-5/+5
* Support width propertybptato2021-12-131-1/+12
* Support ::before, ::after pseudo elementsbptato2021-12-131-5/+8
* Support more colors, config.nim refactoringbptato2021-12-101-33/+187
* Refactor some parts of the layout enginebptato2021-11-251-0/+2
* Support CSS word breakbptato2021-11-231-11/+37
* Refactor cascading logic and css valuesbptato2021-11-191-0/+435