Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfixes & documentation | bptato | 2021-11-20 | 2 | -23/+16 |
| | |||||
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 1 | -1/+2 |
| | | | | | applyStylesheets is now in style.nim and computed values etc in values.nim | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Remove compose | bptato | 2021-10-03 | 1 | -92/+49 |
| | |||||
* | Add RowBox structure | bptato | 2021-10-03 | 1 | -1/+27 |
| | |||||
* | Rewrite renderer (still non-functional) | bptato | 2021-08-28 | 2 | -7/+43 |
| | |||||
* | 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 | 2 | -39/+50 |
| | |||||
* | 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 |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | ||||
* | Reorganize imports | bptato | 2021-08-07 | 2 | -21/+12 |
| | |||||
* | 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 |
| | | | | | | | displayBuffer now only kills lines after a replacement has been outputted. An expermiental procedure displayBufferSwapOutput was also added, it isn't currently used as it's best for small changes like link highlighting. | ||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 2 | -56/+62 |
| | |||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 3 | -405/+141 |
| | |||||
* | Config refactoring, width aware cursor movement | bptato | 2021-08-06 | 3 | -35/+52 |
| | |||||
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 4 | -343/+308 |
| | | | | ...also, one can kinda use this as a file viewer now I guess | ||||
* | more stuff | bptato | 2021-08-05 | 2 | -7/+62 |
| | |||||
* | More css stuff | bptato | 2021-08-04 | 3 | -8/+470 |
| | |||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 2 | -0/+722 |