Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css: CSSComputedValue -> CSSValue | bptato | 2024-12-12 | 1 | -2/+2 |
| | | | | | "Computed" was redundant; other types of values don't have a common type. | ||||
* | buffer: fix broken gotoAnchor behavior | bptato | 2024-11-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | 23beebe6 introduced a regression that broke gotoAnchor. This fixes that, plus a couple other long-standing gotoAnchor bugs: * If no anchor is found, do not dupe the buffer. Desktop browsers still add a history entry, while w3m prints an error. I've copied the latter because it makes more sense as a user, but this will have to be refined for the navigation API at some point. * If the anchor *is* found, then always jump to it, even if it's not visible. This was a limitation of relying on the line array, so now we rely on the box tree instead. (Sooner or later, the former must go anyway.) Also, fix `U' reload not restoring the position (hopefully this time for good). | ||||
* | layout -> css | bptato | 2024-11-10 | 1 | -0/+159 |
| | | | | as much as I wish it weren't, layout *is* css. | ||||
* | Another failed attempt at the layout engine | bptato | 2021-11-07 | 1 | -50/+0 |
| | |||||
* | Add RowBox structure | bptato | 2021-10-03 | 1 | -1/+6 |
| | |||||
* | Rewrite renderer (still non-functional) | bptato | 2021-08-28 | 1 | -2/+8 |
| | |||||
* | Some refactoring | bptato | 2021-08-10 | 1 | -33/+2 |
| | |||||
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 1 | -1/+0 |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | ||||
* | Reorganize imports | bptato | 2021-08-07 | 1 | -3/+2 |
| | |||||
* | HTML display with highly broken box model | bptato | 2021-08-06 | 1 | -0/+72 |