| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix page navigation | bptato | 2022-01-22 | 2 | -6/+10 |
* | Remove specified values for PSEUDO_NONE | bptato | 2022-01-19 | 1 | -1/+1 |
* | Implement basics of new layout engine | bptato | 2022-01-18 | 2 | -2/+11 |
* | Refactor | bptato | 2021-12-29 | 2 | -3/+3 |
* | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 1 | -1/+1 |
* | Proper URL handling | bptato | 2021-12-26 | 1 | -4/+7 |
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -28/+36 |
* | Implement gotoAnchor | bptato | 2021-12-20 | 1 | -0/+5 |
* | Fix html parser bugs | bptato | 2021-12-19 | 1 | -6/+7 |
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 2 | -4/+4 |
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 2 | -10/+31 |
* | Rework cascading algorithm | bptato | 2021-12-18 | 1 | -4/+3 |
* | More code formatting consistency | bptato | 2021-12-17 | 2 | -2/+2 |
* | Some parser fixes | bptato | 2021-12-15 | 1 | -11/+13 |
* | Refactor enums | bptato | 2021-12-15 | 3 | -3/+95 |
* | Add lists, function selector fixes | bptato | 2021-12-14 | 2 | -36/+102 |
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 1 | -1/+3 |
* | Support inline style attributes | bptato | 2021-12-10 | 2 | -17/+13 |
* | Support CSS next- and subsequent sibling combinators | bptato | 2021-11-23 | 2 | -6/+22 |
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 1 | -287/+4 |
* | 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 |
* | 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 |
* | 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 |