Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove specified values for PSEUDO_NONE | bptato | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | Fix crash on reshape | bptato | 2022-01-19 | 3 | -22/+22 |
| | |||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 8 | -91/+292 |
| | |||||
* | Small cascade optimizations | bptato | 2021-12-31 | 4 | -44/+76 |
| | |||||
* | Refactor | bptato | 2021-12-29 | 3 | -11/+11 |
| | |||||
* | Merge branch 'layoutrewrite' | bptato | 2021-12-29 | 7 | -567/+787 |
|\ | | | | | | | Currently the layout engine doesn't work, it's being rewritten. | ||||
| * | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 7 | -567/+787 |
| | | |||||
* | | Add punycode support | bptato | 2021-12-29 | 4 | -12/+9252 |
|/ | |||||
* | Implement basic media query support | bptato | 2021-12-27 | 9 | -150/+529 |
| | |||||
* | Basic content type implementation | bptato | 2021-12-26 | 6 | -36/+99 |
| | |||||
* | Proper URL handling | bptato | 2021-12-26 | 7 | -256/+960 |
| | |||||
* | Refactor formatting, improve buffer cursor movement | bptato | 2021-12-25 | 3 | -165/+98 |
| | |||||
* | Fix pager bugs | bptato | 2021-12-23 | 3 | -67/+99 |
| | |||||
* | Refactor buffer rendering procedures | bptato | 2021-12-23 | 6 | -145/+151 |
| | |||||
* | 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 | 2 | -79/+77 |
| | |||||
* | Prepare for layout engine rewrite | bptato | 2021-12-21 | 2 | -13/+46 |
| | |||||
* | No anchor error message | bptato | 2021-12-21 | 2 | -6/+17 |
| | |||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 12 | -188/+507 |
| | |||||
* | Add client for buffer control | bptato | 2021-12-20 | 3 | -189/+221 |
| | |||||
* | Implement gotoAnchor | bptato | 2021-12-20 | 2 | -8/+21 |
| | |||||
* | Fix and implement cursor movement commands | bptato | 2021-12-20 | 3 | -87/+167 |
| | | | | | In particular, cursorNextLink and cursorPrevLink now work and some other commands have been improved | ||||
* | Fix cursorPrevWord, cursorNextWord | bptato | 2021-12-19 | 2 | -66/+86 |
| | |||||
* | 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 | 3 | -2/+19 |
| | |||||
* | Fix html parser bugs | bptato | 2021-12-19 | 2 | -6/+10 |
| | |||||
* | Fix pager mode formatting | bptato | 2021-12-19 | 3 | -26/+27 |
| | |||||
* | More configuration options | bptato | 2021-12-19 | 6 | -101/+152 |
| | |||||
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 8 | -36/+74 |
| | |||||
* | Ugly hack to make inline blocks work | bptato | 2021-12-18 | 2 | -65/+56 |
| | |||||
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 8 | -179/+207 |
| | |||||
* | Rework cascading algorithm | bptato | 2021-12-18 | 5 | -210/+166 |
| | |||||
* | Macro for easier css value access | bptato | 2021-12-18 | 2 | -36/+32 |
| | |||||
* | Move... things | bptato | 2021-12-17 | 3 | -29/+34 |
| | |||||
* | More code formatting consistency | bptato | 2021-12-17 | 11 | -22/+21 |
| | |||||
* | More deduplication | bptato | 2021-12-17 | 2 | -36/+65 |
| | |||||
* | List CSS stuff | bptato | 2021-12-17 | 1 | -2/+10 |
| | |||||
* | Simplify layout engine code | bptato | 2021-12-17 | 2 | -111/+92 |
| | |||||
* | Length unit fixes | bptato | 2021-12-15 | 2 | -1/+7 |
| | |||||
* | Better inline block support | bptato | 2021-12-15 | 3 | -37/+63 |
| | | | | | | Still needs a refactoring of at least the inline processing algorithm to work somewhat correctly. (how that should be done is another question...) | ||||
* | Initial (and defective) inline-block implementation | bptato | 2021-12-15 | 3 | -39/+79 |
| | |||||
* | Simplify code | bptato | 2021-12-15 | 2 | -83/+78 |
| | |||||
* | Do not render text outside of buffer | bptato | 2021-12-15 | 2 | -5/+11 |
| | |||||
* | Some parser fixes | bptato | 2021-12-15 | 5 | -101/+90 |
| | |||||
* | Add roman list style type | bptato | 2021-12-15 | 2 | -18/+37 |
| | |||||
* | Use bit fields in cell formatting | bptato | 2021-12-15 | 2 | -17/+52 |
| | |||||
* | Refactor enums | bptato | 2021-12-15 | 12 | -164/+161 |
| | |||||
* | DL support and BR fixes | bptato | 2021-12-14 | 3 | -18/+31 |
| | |||||
* | Support all css length units | bptato | 2021-12-14 | 7 | -81/+130 |
| | |||||
* | Fix ":is" function | bptato | 2021-12-14 | 1 | -3/+3 |
| |