about summary refs log tree commit diff stats
path: root/src/layout/box.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Replace BoxType with CSSDisplaybptato2022-01-191-4/+1
* Rewrite whitespace handlingbptato2022-01-191-1/+0
* Re-implement inline blocksbptato2022-01-191-2/+3
* Re-implement pseudo elementsbptato2022-01-191-1/+1
* Fix crash on reshapebptato2022-01-191-5/+6
* Implement basics of new layout enginebptato2022-01-181-6/+10
* Cascade optimizations, start layout engine rewritebptato2021-12-291-50/+38
* Implement basic media query supportbptato2021-12-271-10/+10
* Prepare for layout engine rewritebptato2021-12-211-4/+37
* Honestly I'm not sure what I added here...bptato2021-12-211-1/+2
* Ugly hack to make inline blocks workbptato2021-12-181-6/+2
* Rework cascading algorithmbptato2021-12-181-1/+1
* Move... thingsbptato2021-12-171-5/+6
* More deduplicationbptato2021-12-171-0/+6
* Simplify layout engine codebptato2021-12-171-3/+0
* Initial (and defective) inline-block implementationbptato2021-12-151-5/+4
* Refactor enumsbptato2021-12-151-1/+0
* Support all css length unitsbptato2021-12-141-2/+7
* Support ::before, ::after pseudo elementsbptato2021-12-131-0/+1
* Implement anonymous block boxesbptato2021-11-261-0/+2
* Refactor some parts of the layout enginebptato2021-11-251-15/+8
* Support CSS word breakbptato2021-11-231-0/+3
* Refactor cascading logic and css valuesbptato2021-11-191-1/+1
* Various performance optimizations (...part two)bptato2021-11-191-3/+1
* Fix some whitespace bugsbptato2021-11-151-0/+1
* Initial implementation of CSS :hoverbptato2021-11-141-0/+3
* Implement text-decorationbptato2021-11-131-0/+1
* Implement css property inheritancebptato2021-11-121-2/+5
* Clean up unused importsbptato2021-11-121-11/+0
* Colors, italic, bold, read from pipebptato2021-11-121-1/+4
* Layout engine improvements, use author style sheetbptato2021-11-101-4/+11
* It's broken but it could be worsebptato2021-11-091-1/+13
* Actual layout engine progress plus some bug fixesbptato2021-11-081-0/+1
* Another failed attempt at the layout enginebptato2021-11-071-0/+42