Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Better inline block support | bptato | 2021-12-15 | 1 | -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 implementation | bptato | 2021-12-15 | 1 | -3/+3 |
| | |||||
* | Simplify code | bptato | 2021-12-15 | 2 | -83/+78 |
| | |||||
* | Some parser fixes | bptato | 2021-12-15 | 2 | -7/+7 |
| | |||||
* | Add roman list style type | bptato | 2021-12-15 | 1 | -1/+5 |
| | |||||
* | Refactor enums | bptato | 2021-12-15 | 4 | -5/+64 |
| | |||||
* | DL support and BR fixes | bptato | 2021-12-14 | 1 | -0/+1 |
| | |||||
* | Support all css length units | bptato | 2021-12-14 | 2 | -31/+62 |
| | |||||
* | Fix ":is" function | bptato | 2021-12-14 | 1 | -3/+3 |
| | |||||
* | Unicode unordered list markers | bptato | 2021-12-14 | 1 | -3/+3 |
| | |||||
* | Add lists, function selector fixes | bptato | 2021-12-14 | 3 | -28/+83 |
| | |||||
* | Limit display values to those we can actually display | bptato | 2021-12-13 | 1 | -10/+10 |
| | |||||
* | Support height, fix margin | bptato | 2021-12-13 | 2 | -11/+21 |
| | |||||
* | Support width property | bptato | 2021-12-13 | 1 | -1/+12 |
| | |||||
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 2 | -6/+25 |
| | |||||
* | Support more colors, config.nim refactoring | bptato | 2021-12-10 | 2 | -34/+187 |
| | |||||
* | Support inline style attributes | bptato | 2021-12-10 | 1 | -20/+22 |
| | |||||
* | Change configuration format to toml | bptato | 2021-12-05 | 1 | -47/+1 |
| | |||||
* | Refactor some parts of the layout engine | bptato | 2021-11-25 | 1 | -0/+2 |
| | |||||
* | Support CSS word break | bptato | 2021-11-23 | 1 | -11/+37 |
| | |||||
* | 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 | 2 | -21/+59 |
| | |||||
* | Support CSS child combinators | bptato | 2021-11-23 | 2 | -26/+56 |
| | |||||
* | Support CSS descendant combinators | bptato | 2021-11-23 | 2 | -32/+108 |
| | |||||
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 2 | -430/+716 |
| | | | | | applyStylesheets is now in style.nim and computed values etc in values.nim | ||||
* | User stylesheets and applyStylesheets optimizations | bptato | 2021-11-19 | 1 | -14/+24 |
| | |||||
* | Optimized generateFullOutput | bptato | 2021-11-13 | 2 | -2/+0 |
| | |||||
* | Implement text-decoration | bptato | 2021-11-13 | 1 | -3/+21 |
| | |||||
* | Ignore invalid css values | bptato | 2021-11-13 | 2 | -87/+104 |
| | |||||
* | 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 | 2 | -0/+22 |
| | |||||
* | It's broken but it could be worse | bptato | 2021-11-09 | 3 | -51/+23 |
| | |||||
* | Another failed attempt at the layout engine | bptato | 2021-11-07 | 1 | -50/+0 |
| | |||||
* | Add RowBox structure | bptato | 2021-10-03 | 1 | -1/+6 |
| | |||||
* | Rewrite renderer (still non-functional) | bptato | 2021-08-28 | 1 | -2/+8 |
| | |||||
* | 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 | 3 | -2/+2 |
| | |||||
* | Some refactoring | bptato | 2021-08-10 | 2 | -36/+4 |
| | |||||
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 2 | -23/+45 |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | ||||
* | Reorganize imports | bptato | 2021-08-07 | 4 | -18/+10 |
| | |||||
* | HTML display with highly broken box model | bptato | 2021-08-06 | 2 | -101/+84 |
| | |||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 1 | -1/+0 |
| | |||||
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 2 | -3/+2 |
| | | | | ...also, one can kinda use this as a file viewer now I guess | ||||
* | More css stuff | bptato | 2021-08-04 | 3 | -60/+210 |
| | |||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 3 | -0/+1285 |