about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Remove specified values for PSEUDO_NONEbptato2022-01-191-1/+1
|
* Fix crash on reshapebptato2022-01-193-22/+22
|
* Implement basics of new layout enginebptato2022-01-188-91/+292
|
* Small cascade optimizationsbptato2021-12-314-44/+76
|
* Refactorbptato2021-12-293-11/+11
|
* Merge branch 'layoutrewrite'bptato2021-12-297-567/+787
|\ | | | | | | Currently the layout engine doesn't work, it's being rewritten.
| * Cascade optimizations, start layout engine rewritebptato2021-12-297-567/+787
| |
* | Add punycode supportbptato2021-12-294-12/+9252
|/
* Implement basic media query supportbptato2021-12-279-150/+529
|
* Basic content type implementationbptato2021-12-266-36/+99
|
* Proper URL handlingbptato2021-12-267-256/+960
|
* Refactor formatting, improve buffer cursor movementbptato2021-12-253-165/+98
|
* Fix pager bugsbptato2021-12-233-67/+99
|
* Refactor buffer rendering proceduresbptato2021-12-236-145/+151
|
* More efficient pipe outputbptato2021-12-211-3/+13
|
* Use a linked list for buffers, allow pipe as outputbptato2021-12-212-79/+77
|
* Prepare for layout engine rewritebptato2021-12-212-13/+46
|
* No anchor error messagebptato2021-12-212-6/+17
|
* Honestly I'm not sure what I added here...bptato2021-12-2112-188/+507
|
* Add client for buffer controlbptato2021-12-203-189/+221
|
* Implement gotoAnchorbptato2021-12-202-8/+21
|
* Fix and implement cursor movement commandsbptato2021-12-203-87/+167
| | | | | In particular, cursorNextLink and cursorPrevLink now work and some other commands have been improved
* Fix cursorPrevWord, cursorNextWordbptato2021-12-192-66/+86
|
* Add double-width-ambiguous to config.tomlbptato2021-12-191-0/+3
|
* Add commands for vertical navigation on displayed linebptato2021-12-193-2/+19
|
* Fix html parser bugsbptato2021-12-192-6/+10
|
* Fix pager mode formattingbptato2021-12-193-26/+27
|
* More configuration optionsbptato2021-12-196-101/+152
|
* Preparation for at rules, small inline-block fixbptato2021-12-198-36/+74
|
* Ugly hack to make inline blocks workbptato2021-12-182-65/+56
|
* Refactor selector code, optimize style tagsbptato2021-12-188-179/+207
|
* Rework cascading algorithmbptato2021-12-185-210/+166
|
* Macro for easier css value accessbptato2021-12-182-36/+32
|
* Move... thingsbptato2021-12-173-29/+34
|
* More code formatting consistencybptato2021-12-1711-22/+21
|
* More deduplicationbptato2021-12-172-36/+65
|
* List CSS stuffbptato2021-12-171-2/+10
|
* Simplify layout engine codebptato2021-12-172-111/+92
|
* Length unit fixesbptato2021-12-152-1/+7
|
* Better inline block supportbptato2021-12-153-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 implementationbptato2021-12-153-39/+79
|
* Simplify codebptato2021-12-152-83/+78
|
* Do not render text outside of bufferbptato2021-12-152-5/+11
|
* Some parser fixesbptato2021-12-155-101/+90
|
* Add roman list style typebptato2021-12-152-18/+37
|
* Use bit fields in cell formattingbptato2021-12-152-17/+52
|
* Refactor enumsbptato2021-12-1512-164/+161
|
* DL support and BR fixesbptato2021-12-143-18/+31
|
* Support all css length unitsbptato2021-12-147-81/+130
|
* Fix ":is" functionbptato2021-12-141-3/+3
|