| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not render text outside of buffer | bptato | 2021-12-15 | 1 | -4/+10 |
* | Use bit fields in cell formatting | bptato | 2021-12-15 | 1 | -10/+5 |
* | Refactor enums | bptato | 2021-12-15 | 1 | -1/+1 |
* | Support all css length units | bptato | 2021-12-14 | 1 | -1/+1 |
* | Support width property | bptato | 2021-12-13 | 1 | -1/+1 |
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 1 | -3/+9 |
* | Avoid negative fromx | bptato | 2021-12-05 | 1 | -1/+1 |
* | Change configuration format to toml | bptato | 2021-12-05 | 1 | -1/+1 |
* | Fix last line not being updated by SwapOutput | bptato | 2021-11-27 | 1 | -0/+5 |
* | Fix displayBufferSwapOutput | bptato | 2021-11-24 | 1 | -37/+55 |
* | Fix some cursor movement bugs | bptato | 2021-11-23 | 1 | -19/+36 |
* | Allow matching root element, write last buffer display line instantly | bptato | 2021-11-23 | 1 | -0/+1 |
* | Fix a refreshDisplay bug | bptato | 2021-11-23 | 1 | -1/+1 |
* | Support CSS descendant combinators | bptato | 2021-11-23 | 1 | -6/+2 |
* | Bugfixes & documentation | bptato | 2021-11-20 | 1 | -20/+16 |
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 1 | -1/+2 |
* | User stylesheets and applyStylesheets optimizations | bptato | 2021-11-19 | 1 | -19/+41 |
* | Ignore final newline in source view | bptato | 2021-11-19 | 1 | -5/+6 |
* | Various performance optimizations (...part two) | bptato | 2021-11-19 | 1 | -40/+53 |
* | Operation "get rid of FlexibleCell" part one | bptato | 2021-11-19 | 1 | -7/+5 |
* | Abstract away FlexibleCell, fix pageUp/pageDown | bptato | 2021-11-15 | 1 | -42/+25 |
* | Profiling and more CSS compatibility | bptato | 2021-11-15 | 1 | -9/+17 |
* | Try to output as little as possible with reshape | bptato | 2021-11-15 | 1 | -13/+2 |
* | Fix some whitespace bugs | bptato | 2021-11-15 | 1 | -15/+16 |
* | Store pixels per character/row | bptato | 2021-11-14 | 1 | -19/+19 |
* | Initial implementation of CSS :hover | bptato | 2021-11-14 | 1 | -82/+147 |
* | Parse ansi escape codes when displaying plain text | bptato | 2021-11-13 | 1 | -9/+18 |
* | Refactor output formatting code, drop non-ansi support | bptato | 2021-11-13 | 1 | -176/+53 |
* | Optimized generateFullOutput | bptato | 2021-11-13 | 1 | -146/+153 |
* | Implement text-decoration | bptato | 2021-11-13 | 1 | -2/+13 |
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 1 | -4/+44 |
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -69/+54 |
* | It's broken but it could be worse | bptato | 2021-11-09 | 1 | -7/+17 |
* | Actual layout engine progress plus some bug fixes | bptato | 2021-11-08 | 1 | -17/+47 |
* | Another failed attempt at the layout engine | bptato | 2021-11-07 | 1 | -11/+7 |
* | Add RowBox structure | bptato | 2021-10-03 | 1 | -1/+27 |
* | Rewrite renderer (still non-functional) | bptato | 2021-08-28 | 1 | -6/+33 |
* | Minor changes | bptato | 2021-08-16 | 1 | -0/+1 |
* | Get rid of some old code, work on css property handling | bptato | 2021-08-11 | 1 | -32/+2 |
* | Some refactoring | bptato | 2021-08-10 | 1 | -39/+16 |
* | 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 | 1 | -0/+9 |
* | Reorganize imports | bptato | 2021-08-07 | 1 | -14/+9 |
* | HTML display with highly broken box model | bptato | 2021-08-06 | 1 | -2/+13 |
* | More efficient display algorithms | bptato | 2021-08-06 | 1 | -8/+156 |
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 1 | -55/+62 |
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 1 | -8/+139 |
* | Config refactoring, width aware cursor movement | bptato | 2021-08-06 | 1 | -25/+42 |
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 1 | -259/+252 |
* | more stuff | bptato | 2021-08-05 | 1 | -4/+53 |