Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 1 | -287/+4 |
| | | | | | applyStylesheets is now in style.nim and computed values etc in values.nim | ||||
* | User stylesheets and applyStylesheets optimizations | bptato | 2021-11-19 | 1 | -68/+74 |
| | |||||
* | Fix some whitespace bugs | bptato | 2021-11-15 | 1 | -11/+7 |
| | |||||
* | Initial implementation of CSS :hover | bptato | 2021-11-14 | 1 | -7/+3 |
| | |||||
* | Refactor output formatting code, drop non-ansi support | bptato | 2021-11-13 | 1 | -3/+0 |
| | |||||
* | Ignore invalid css values | bptato | 2021-11-13 | 1 | -12/+11 |
| | |||||
* | Implement css property inheritance | bptato | 2021-11-12 | 1 | -14/+10 |
| | |||||
* | Clean up unused imports | bptato | 2021-11-12 | 1 | -2/+0 |
| | |||||
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 2 | -8/+33 |
| | |||||
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 2 | -39/+103 |
| | |||||
* | It's broken but it could be worse | bptato | 2021-11-09 | 1 | -34/+59 |
| | |||||
* | Display & when escape cmd parsing fails | bptato | 2021-11-08 | 1 | -4/+4 |
| | |||||
* | Add RowBox structure | bptato | 2021-10-03 | 1 | -111/+0 |
| | |||||
* | Rewrite renderer (still non-functional) | bptato | 2021-08-28 | 1 | -69/+89 |
| | |||||
* | Minor changes | bptato | 2021-08-16 | 2 | -19/+22 |
| | |||||
* | Get rid of some old code, work on css property handling | bptato | 2021-08-11 | 3 | -88/+15 |
| | |||||
* | Rename cssparser.nim | bptato | 2021-08-10 | 1 | -1/+1 |
| | |||||
* | Some refactoring | bptato | 2021-08-10 | 2 | -36/+82 |
| | |||||
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 1 | -9/+12 |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | ||||
* | Reorganize imports | bptato | 2021-08-07 | 3 | -21/+16 |
| | |||||
* | HTML display with highly broken box model | bptato | 2021-08-06 | 2 | -8/+35 |
| | |||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 2 | -28/+11 |
| | |||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 2 | -4/+0 |
| | |||||
* | Remove static radix tree and small/full builds | bptato | 2021-08-05 | 2 | -52/+24 |
| | | | | | | Static radix tree was a hack to begin with and I don't want to deal with it anymore. I might consider small/full builds later on but let's be honest here, it's premature optimization. | ||||
* | more stuff | bptato | 2021-08-05 | 2 | -53/+54 |
| | |||||
* | More css stuff | bptato | 2021-08-04 | 2 | -119/+77 |
| | |||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 3 | -0/+1060 |