Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -0/+9 | |
| | ||||||
* | Add some quirks mode rules + presentational hints | bptato | 2022-11-25 | 2 | -12/+30 | |
| | | | | Only as a POC for now. | |||||
* | Fix command() keybinding | bptato | 2022-11-25 | 1 | -1/+1 | |
| | ||||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -0/+1 | |
| | ||||||
* | Add alt-screen option, fix an ansi color bug | bptato | 2022-11-21 | 1 | -3/+2 | |
| | ||||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -3/+4 | |
| | ||||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 1 | -3/+3 | |
| | ||||||
* | Re-implement highlighting | bptato | 2022-11-19 | 1 | -1/+1 | |
| | ||||||
* | Fix table cell size calculation | bptato | 2022-11-19 | 1 | -1/+1 | |
| | ||||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -18/+23 | |
| | ||||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 1 | -53/+53 | |
| | ||||||
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -55/+56 | |
| | ||||||
* | Clean up client request methods, add DUPE_BUFFER | bptato | 2022-08-18 | 1 | -2/+3 | |
| | ||||||
* | Add interactive <select> | bptato | 2022-07-31 | 1 | -11/+15 | |
| | ||||||
* | Increase tokenizer buffer size, add mark color option | bptato | 2022-07-29 | 1 | -0/+4 | |
| | ||||||
* | Remove unmaintained networking calls | bptato | 2022-07-24 | 1 | -4/+0 | |
| | ||||||
* | Add search function | bptato | 2022-07-22 | 1 | -0/+4 | |
| | | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK. | |||||
* | Implement select element display | bptato | 2022-07-17 | 1 | -0/+34 | |
| | | | | | You can't actually use them yet. But at least they don't flood the screen with options now. | |||||
* | Fix basic list display | bptato | 2022-07-15 | 1 | -1/+0 | |
| | ||||||
* | Throw out unused functions | bptato | 2022-07-13 | 1 | -100/+0 | |
| | ||||||
* | Initial QuickJS integration | bptato | 2022-07-13 | 1 | -0/+1 | |
| | ||||||
* | Add curl support | bptato | 2022-06-07 | 1 | -0/+4 | |
| | | | | This calls the curl binary, not libcurl. | |||||
* | Implement blink tag | bptato | 2022-02-12 | 1 | -0/+4 | |
| | | | | with text-decoration: blink. | |||||
* | Optimize :is selector | bptato | 2022-01-30 | 1 | -3/+3 | |
| | ||||||
* | Implement forms | bptato | 2022-01-29 | 1 | -5/+32 | |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | |||||
* | Implement text-align and <center> | bptato | 2022-01-29 | 1 | -0/+4 | |
| | ||||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -0/+4 | |
| | ||||||
* | Add punycode support | bptato | 2021-12-29 | 1 | -0/+8922 | |
| | ||||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 2 | -4/+10 | |
| | ||||||
* | Add double-width-ambiguous to config.toml | bptato | 2021-12-19 | 1 | -0/+3 | |
| | ||||||
* | Add commands for vertical navigation on displayed line | bptato | 2021-12-19 | 1 | -1/+3 | |
| | ||||||
* | List CSS stuff | bptato | 2021-12-17 | 1 | -2/+10 | |
| | ||||||
* | Better inline block support | bptato | 2021-12-15 | 1 | -1/+13 | |
| | | | | | | Still needs a refactoring of at least the inline processing algorithm to work somewhat correctly. (how that should be done is another question...) | |||||
* | Do not render text outside of buffer | bptato | 2021-12-15 | 1 | -1/+1 | |
| | ||||||
* | DL support and BR fixes | bptato | 2021-12-14 | 1 | -6/+21 | |
| | ||||||
* | Support all css length units | bptato | 2021-12-14 | 1 | -6/+6 | |
| | ||||||
* | Unicode unordered list markers | bptato | 2021-12-14 | 1 | -2/+2 | |
| | ||||||
* | Add lists, function selector fixes | bptato | 2021-12-14 | 1 | -0/+20 | |
| | ||||||
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 1 | -2/+10 | |
| | ||||||
* | Change configuration format to toml | bptato | 2021-12-05 | 3 | -64/+63 | |
| | ||||||
* | Refactor some parts of the layout engine | bptato | 2021-11-25 | 1 | -9/+13 | |
| | ||||||
* | Support CSS word break | bptato | 2021-11-23 | 1 | -13/+36 | |
| | ||||||
* | Add margin to p, fix inline wrapping | bptato | 2021-11-23 | 1 | -0/+5 | |
| | ||||||
* | Bugfixes & documentation | bptato | 2021-11-20 | 1 | -17/+16 | |
| | ||||||
* | User stylesheets and applyStylesheets optimizations | bptato | 2021-11-19 | 1 | -1/+1 | |
| | ||||||
* | Profiling and more CSS compatibility | bptato | 2021-11-15 | 1 | -3/+8 | |
| | ||||||
* | Initial implementation of CSS :hover | bptato | 2021-11-14 | 1 | -0/+4 | |
| | ||||||
* | Implement text-decoration | bptato | 2021-11-13 | 1 | -10/+11 | |
| | ||||||
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 1 | -1/+5 | |
| | ||||||
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -0/+2 | |
| |