about summary refs log tree commit diff stats
path: root/src/css/values.nim
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | 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-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
applyStylesheets is now in style.nim and computed values etc in values.nim