| Commit message (Expand) | Author | Age | Files | Lines |
* | More efficient pipe output | bptato | 2021-12-21 | 1 | -3/+13 |
* | Use a linked list for buffers, allow pipe as output | bptato | 2021-12-21 | 1 | -4/+26 |
* | No anchor error message | bptato | 2021-12-21 | 1 | -0/+3 |
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 3 | -99/+72 |
* | Add client for buffer control | bptato | 2021-12-20 | 1 | -115/+46 |
* | Implement gotoAnchor | bptato | 2021-12-20 | 1 | -8/+16 |
* | Fix and implement cursor movement commands | bptato | 2021-12-20 | 2 | -75/+164 |
* | Fix cursorPrevWord, cursorNextWord | bptato | 2021-12-19 | 1 | -65/+81 |
* | Add commands for vertical navigation on displayed line | bptato | 2021-12-19 | 1 | -1/+15 |
* | Fix pager mode formatting | bptato | 2021-12-19 | 2 | -26/+26 |
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 1 | -2/+2 |
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 1 | -1/+2 |
* | Move... things | bptato | 2021-12-17 | 1 | -5/+2 |
* | More code formatting consistency | bptato | 2021-12-17 | 4 | -11/+11 |
* | Length unit fixes | bptato | 2021-12-15 | 1 | -0/+6 |
* | Do not render text outside of buffer | bptato | 2021-12-15 | 1 | -4/+10 |
* | Use bit fields in cell formatting | bptato | 2021-12-15 | 2 | -17/+52 |
* | 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 |
* | Support more colors, config.nim refactoring | bptato | 2021-12-10 | 1 | -8/+8 |
* | Avoid negative fromx | bptato | 2021-12-05 | 1 | -1/+1 |
* | Change configuration format to toml | bptato | 2021-12-05 | 2 | -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 | 2 | -19/+37 |
* | 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 | 2 | -23/+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 | 2 | -69/+105 |
* | Operation "get rid of FlexibleCell" part one | bptato | 2021-11-19 | 2 | -29/+55 |
* | Abstract away FlexibleCell, fix pageUp/pageDown | bptato | 2021-11-15 | 2 | -42/+40 |
* | 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 | 2 | -24/+41 |
* | Initial implementation of CSS :hover | bptato | 2021-11-14 | 2 | -82/+152 |
* | Parse ansi escape codes when displaying plain text | bptato | 2021-11-13 | 2 | -63/+146 |
* | Refactor output formatting code, drop non-ansi support | bptato | 2021-11-13 | 2 | -176/+145 |
* | Optimized generateFullOutput | bptato | 2021-11-13 | 2 | -147/+160 |
* | Implement text-decoration | bptato | 2021-11-13 | 2 | -2/+15 |
* | Clean up unused imports | bptato | 2021-11-12 | 1 | -1/+0 |
* | 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 |