| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 1 | -349/+0 |
* | Rework cascading algorithm | bptato | 2021-12-18 | 1 | -120/+63 |
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -1/+1 |
* | Simplify code | bptato | 2021-12-15 | 1 | -17/+31 |
* | Refactor enums | bptato | 2021-12-15 | 1 | -1/+1 |
* | DL support and BR fixes | bptato | 2021-12-14 | 1 | -0/+1 |
* | Support all css length units | bptato | 2021-12-14 | 1 | -1/+6 |
* | Fix ":is" function | bptato | 2021-12-14 | 1 | -3/+3 |
* | Add lists, function selector fixes | bptato | 2021-12-14 | 1 | -17/+19 |
* | Support height, fix margin | bptato | 2021-12-13 | 1 | -6/+16 |
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 1 | -1/+17 |
* | Support inline style attributes | bptato | 2021-12-10 | 1 | -20/+22 |
* | Allow matching root element, write last buffer display line instantly | bptato | 2021-11-23 | 1 | -6/+7 |
* | Support CSS next- and subsequent sibling combinators | bptato | 2021-11-23 | 1 | -15/+33 |
* | Support CSS child combinators | bptato | 2021-11-23 | 1 | -9/+24 |
* | Support CSS descendant combinators | bptato | 2021-11-23 | 1 | -6/+40 |
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 1 | -430/+281 |
* | User stylesheets and applyStylesheets optimizations | bptato | 2021-11-19 | 1 | -14/+24 |
* | Optimized generateFullOutput | bptato | 2021-11-13 | 1 | -1/+0 |
* | Implement text-decoration | bptato | 2021-11-13 | 1 | -3/+21 |
* | Ignore invalid css values | bptato | 2021-11-13 | 1 | -57/+74 |
* | Implement css property inheritance | bptato | 2021-11-12 | 1 | -68/+106 |
* | Clean up unused imports | bptato | 2021-11-12 | 1 | -1/+0 |
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 1 | -5/+31 |
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -0/+20 |
* | It's broken but it could be worse | bptato | 2021-11-09 | 1 | -41/+15 |
* | Minor changes | bptato | 2021-08-16 | 1 | -0/+2 |
* | Get rid of some old code, work on css property handling | bptato | 2021-08-11 | 1 | -38/+36 |
* | Rename cssparser.nim | bptato | 2021-08-10 | 1 | -1/+1 |
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 1 | -22/+45 |
* | Reorganize imports | bptato | 2021-08-07 | 1 | -7/+3 |
* | HTML display with highly broken box model | bptato | 2021-08-06 | 1 | -101/+12 |
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 1 | -1/+1 |
* | More css stuff | bptato | 2021-08-04 | 1 | -54/+139 |
* | CSS selectors and re-organization | bptato | 2021-07-30 | 1 | -0/+321 |