| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 5 | -13/+31 |
* | Re-enable SSL | bptato | 2021-11-15 | 1 | -2/+2 |
* | 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 | 7 | -115/+187 |
* | 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 | 7 | -20/+59 |
* | 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 | 12 | -76/+203 |
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 12 | -151/+279 |
* | It's broken but it could be worse | bptato | 2021-11-09 | 9 | -320/+233 |
* | 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 | 5 | -90/+223 |
* | Remove compose | bptato | 2021-10-03 | 4 | -515/+54 |
* | Add RowBox structure | bptato | 2021-10-03 | 4 | -19/+60 |
* | Rewrite renderer (still non-functional) | bptato | 2021-08-28 | 4 | -78/+140 |
* | Fix widthconv bug | bptato | 2021-08-16 | 1 | -2/+2 |
* | Minor changes | bptato | 2021-08-16 | 7 | -24/+32 |
* | Get rid of some old code, work on css property handling | bptato | 2021-08-11 | 7 | -170/+74 |
* | Rename cssparser.nim | bptato | 2021-08-10 | 4 | -3/+3 |
* | Some refactoring | bptato | 2021-08-10 | 9 | -117/+178 |
* | Clear buffer before rendering a document | bptato | 2021-08-08 | 1 | -0/+1 |
* | Update readme | bptato | 2021-08-08 | 1 | -15/+24 |
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 10 | -42/+88 |
* | Reorganize imports | bptato | 2021-08-07 | 13 | -71/+46 |
* | 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 |
* | Disable test folder | bptato | 2021-08-06 | 1 | -0/+1 |
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 9 | -416/+170 |
* | 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 | 12 | -367/+334 |
* | Remove static radix tree and small/full builds | bptato | 2021-08-05 | 5 | -208/+32 |
* | more stuff | bptato | 2021-08-05 | 11 | -75/+342 |
* | More css stuff | bptato | 2021-08-04 | 12 | -228/+329 |
* | CSS selectors and re-organization | bptato | 2021-07-30 | 23 | -1133/+1705 |
* | ... | bptato | 2021-03-17 | 18 | -294/+1590 |
* | Moved stuff etc | bptato | 2021-03-13 | 23 | -213/+396 |
* | Replaced parser, readline, etc... | bptato | 2021-03-12 | 18 | -1183/+3824 |