about summary refs log tree commit diff stats
path: root/src/css/style.nim
Commit message (Collapse)AuthorAgeFilesLines
* Allow matching root element, write last buffer display line instantlybptato2021-11-231-6/+7
|
* Support CSS next- and subsequent sibling combinatorsbptato2021-11-231-15/+33
|
* Support CSS child combinatorsbptato2021-11-231-9/+24
|
* Support CSS descendant combinatorsbptato2021-11-231-6/+40
|
* Refactor cascading logic and css valuesbptato2021-11-191-430/+281
| | | | | applyStylesheets is now in style.nim and computed values etc in values.nim
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-14/+24
|
* Optimized generateFullOutputbptato2021-11-131-1/+0
|
* Implement text-decorationbptato2021-11-131-3/+21
|
* Ignore invalid css valuesbptato2021-11-131-57/+74
|
* Implement css property inheritancebptato2021-11-121-68/+106
|
* Clean up unused importsbptato2021-11-121-1/+0
|
* Colors, italic, bold, read from pipebptato2021-11-121-5/+31
|
* Layout engine improvements, use author style sheetbptato2021-11-101-0/+20
|
* It's broken but it could be worsebptato2021-11-091-41/+15
|
* Minor changesbptato2021-08-161-0/+2
|
* Get rid of some old code, work on css property handlingbptato2021-08-111-38/+36
|
* Rename cssparser.nimbptato2021-08-101-1/+1
|
* Implement CSS display none in box renderer etc.bptato2021-08-081-22/+45
| | | | | Other changes being bugfixes and a temporary implementation of "view source"
* Reorganize importsbptato2021-08-071-7/+3
|
* HTML display with highly broken box modelbptato2021-08-061-101/+12
|
* Implement new buffer model which supports X coordsbptato2021-08-051-1/+1
| | | | ...also, one can kinda use this as a file viewer now I guess
* More css stuffbptato2021-08-041-54/+139
|
* CSS selectors and re-organizationbptato2021-07-301-0/+321