| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support CSS word break | bptato | 2021-11-23 | 5 | -98/+218 |
* | Add margin to p, fix inline wrapping | bptato | 2021-11-23 | 1 | -1/+1 |
* | Allow matching root element, write last buffer display line instantly | bptato | 2021-11-23 | 3 | -6/+9 |
* | Fix a refreshDisplay bug | bptato | 2021-11-23 | 1 | -1/+1 |
* | Support CSS next- and subsequent sibling combinators | bptato | 2021-11-23 | 4 | -27/+81 |
* | Support CSS child combinators | bptato | 2021-11-23 | 2 | -26/+56 |
* | Support CSS descendant combinators | bptato | 2021-11-23 | 3 | -38/+110 |
* | Bugfixes & documentation | bptato | 2021-11-20 | 3 | -27/+25 |
* | Fix delete character | bptato | 2021-11-20 | 1 | -2/+20 |
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 6 | -720/+724 |
* | User stylesheets and applyStylesheets optimizations | bptato | 2021-11-19 | 5 | -111/+216 |
* | Ignore final newline in source view | bptato | 2021-11-19 | 1 | -5/+6 |
* | Various performance optimizations (...part two) | bptato | 2021-11-19 | 4 | -75/+112 |
* | Operation "get rid of FlexibleCell" part one | bptato | 2021-11-19 | 3 | -30/+56 |
* | Abstract away FlexibleCell, fix pageUp/pageDown | bptato | 2021-11-15 | 3 | -47/+47 |
* | Profiling and more CSS compatibility | bptato | 2021-11-15 | 3 | -10/+21 |
* | Try to output as little as possible with reshape | bptato | 2021-11-15 | 1 | -13/+2 |
* | Fix some whitespace bugs | bptato | 2021-11-15 | 4 | -50/+53 |
* | Store pixels per character/row | bptato | 2021-11-14 | 3 | -41/+44 |
* | Initial implementation of CSS :hover | bptato | 2021-11-14 | 6 | -115/+183 |
* | Parse ansi escape codes when displaying plain text | bptato | 2021-11-13 | 3 | -67/+150 |
* | Refactor output formatting code, drop non-ansi support | bptato | 2021-11-13 | 5 | -182/+164 |
* | Optimized generateFullOutput | bptato | 2021-11-13 | 5 | -158/+169 |
* | Implement text-decoration | bptato | 2021-11-13 | 6 | -10/+48 |
* | Ignore invalid css values | bptato | 2021-11-13 | 4 | -103/+120 |
* | Implement css property inheritance | bptato | 2021-11-12 | 5 | -109/+146 |
* | Rename layout.nim | bptato | 2021-11-12 | 2 | -1/+1 |
* | Clean up unused imports | bptato | 2021-11-12 | 5 | -16/+0 |
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 10 | -74/+197 |
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 10 | -148/+273 |
* | It's broken but it could be worse | bptato | 2021-11-09 | 8 | -317/+231 |
* | Display & when escape cmd parsing fails | bptato | 2021-11-08 | 1 | -4/+4 |
* | Actual layout engine progress plus some bug fixes | bptato | 2021-11-08 | 3 | -212/+238 |
* | Another failed attempt at the layout engine | bptato | 2021-11-07 | 3 | -89/+220 |
* | Remove compose | bptato | 2021-10-03 | 2 | -99/+50 |
* | Add RowBox structure | bptato | 2021-10-03 | 4 | -19/+60 |
* | Rewrite renderer (still non-functional) | bptato | 2021-08-28 | 4 | -78/+140 |
* | Minor changes | bptato | 2021-08-16 | 4 | -19/+25 |
* | Get rid of some old code, work on css property handling | bptato | 2021-08-11 | 6 | -169/+73 |
* | Rename cssparser.nim | bptato | 2021-08-10 | 4 | -3/+3 |
* | Some refactoring | bptato | 2021-08-10 | 7 | -113/+139 |
* | Clear buffer before rendering a document | bptato | 2021-08-08 | 1 | -0/+1 |
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 8 | -40/+85 |
* | Reorganize imports | bptato | 2021-08-07 | 12 | -68/+43 |
* | HTML display with highly broken box model | bptato | 2021-08-06 | 6 | -115/+138 |
* | More efficient display algorithms | bptato | 2021-08-06 | 3 | -9/+169 |
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 8 | -91/+74 |
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 8 | -413/+167 |
* | Config refactoring, width aware cursor movement | bptato | 2021-08-06 | 5 | -69/+87 |
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 11 | -366/+329 |