Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for margin-left/right: auto | bptato | 2022-12-11 | 1 | -16/+70 | |
| | ||||||
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 1 | -3/+0 | |
| | | | | Write always blocks for now, as it's too big of a footgun not to | |||||
* | css/values: better shorthand handling | bptato | 2022-12-08 | 1 | -102/+122 | |
| | ||||||
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 1 | -12/+12 | |
| | ||||||
* | Fix index error in parseDimensionValues | bptato | 2022-12-03 | 1 | -1/+1 | |
| | ||||||
* | Fix initial values for left, right, top, bottom | bptato | 2022-11-29 | 1 | -1/+6 | |
| | ||||||
* | Add position css property, inline block fixes | bptato | 2022-11-28 | 1 | -3/+31 | |
| | | | | | More specifically, inline block white-space is no longer incorrectly determined by its computed values, but rather by its parent's values. | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -14/+24 | |
| | ||||||
* | Add some quirks mode rules + presentational hints | bptato | 2022-11-25 | 1 | -10/+13 | |
| | | | | Only as a POC for now. | |||||
* | Table improvements | bptato | 2022-11-22 | 1 | -0/+23 | |
| | ||||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -17/+4 | |
| | ||||||
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -18/+18 | |
| | ||||||
* | Fix table cell size calculation | bptato | 2022-11-19 | 1 | -2/+2 | |
| | ||||||
* | Very much WIP table implementation | bptato | 2022-11-15 | 1 | -9/+9 | |
| | ||||||
* | Fix nth-child bugs, rename select to match | bptato | 2022-08-23 | 1 | -2/+2 | |
| | ||||||
* | More table work | bptato | 2022-07-30 | 1 | -6/+7 | |
| | ||||||
* | Implement revert value | bptato | 2022-07-30 | 1 | -190/+143 | |
| | ||||||
* | Update CSS tokenizer | bptato | 2022-07-29 | 1 | -24/+23 | |
| | | | | It was slightly outdated and in many places incorrect. | |||||
* | Fix cascading bugs & performance issues | bptato | 2022-07-28 | 1 | -1/+1 | |
| | ||||||
* | Fix StyledNode invalidation & others | bptato | 2022-07-27 | 1 | -1/+1 | |
| | ||||||
* | Fix & simplify blockgroup | bptato | 2022-07-25 | 1 | -1/+1 | |
| | | | | + start implementing table | |||||
* | Throw out unused cells() functions | bptato | 2022-07-20 | 1 | -31/+0 | |
| | | | | | They were an artifact of the previous layout engine, and are not needed anymore. | |||||
* | Use StyledNodes instead of passing the entire DOM to the layout engine | bptato | 2022-07-16 | 1 | -3/+3 | |
| | | | | | This moves pseudo element generation to the cascading phase. For now it also breaks style caching. | |||||
* | SpecifiedValue -> ComputedValue | bptato | 2022-05-13 | 1 | -32/+32 | |
| | | | | Actually it's neither but ComputedValue is more accurate. | |||||
* | Rename conflicting source files | bptato | 2022-05-10 | 1 | -3/+3 | |
| | | | | Nim can't really differentiate between them, unfortunately. | |||||
* | Some refactoring for layout engine rewrite | bptato | 2022-05-10 | 1 | -1/+1 | |
| | ||||||
* | Incomplete background-color implementation | bptato | 2022-02-14 | 1 | -5/+16 | |
| | | | | Has numerous flaws which will have to be corrected later. | |||||
* | Implement list-style-position | bptato | 2022-01-30 | 1 | -3/+22 | |
| | ||||||
* | Implement text-align and <center> | bptato | 2022-01-29 | 1 | -3/+30 | |
| | ||||||
* | Implement line-height, vertical-align | bptato | 2022-01-28 | 1 | -9/+64 | |
| | ||||||
* | Remove some unused declarations | bptato | 2022-01-24 | 1 | -2/+0 | |
| | ||||||
* | Refactor | bptato | 2022-01-24 | 1 | -3/+1 | |
| | ||||||
* | Use pixels as the base unit for the layout | bptato | 2022-01-23 | 1 | -0/+32 | |
| | ||||||
* | Consider cell ratio when calculating lengths | bptato | 2022-01-23 | 1 | -8/+11 | |
| | ||||||
* | Implement word-spacing | bptato | 2022-01-23 | 1 | -7/+23 | |
| | ||||||
* | Avoid unnecessary rendering on hover change etc | bptato | 2022-01-22 | 1 | -14/+27 | |
| | ||||||
* | Fix media query bug, do not refresh page without css change (wip) | bptato | 2022-01-22 | 1 | -11/+15 | |
| | ||||||
* | Re-implement margins | bptato | 2022-01-22 | 1 | -3/+3 | |
| | ||||||
* | Make sure :root is always block | bptato | 2022-01-19 | 1 | -0/+13 | |
| | ||||||
* | Small cascade optimizations | bptato | 2021-12-31 | 1 | -11/+9 | |
| | ||||||
* | Refactor | bptato | 2021-12-29 | 1 | -8/+8 | |
| | ||||||
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 1 | -2/+2 | |
| | ||||||
* | Rework cascading algorithm | bptato | 2021-12-18 | 1 | -67/+81 | |
| | ||||||
* | Macro for easier css value access | bptato | 2021-12-18 | 1 | -14/+10 | |
| | ||||||
* | Better inline block support | bptato | 2021-12-15 | 1 | -0/+1 | |
| | | | | | | 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 | 1 | -3/+3 | |
| | ||||||
* | Simplify code | bptato | 2021-12-15 | 1 | -66/+47 | |
| | ||||||
* | Some parser fixes | bptato | 2021-12-15 | 1 | -5/+5 | |
| | ||||||
* | Add roman list style type | bptato | 2021-12-15 | 1 | -1/+5 | |
| | ||||||
* | Refactor enums | bptato | 2021-12-15 | 1 | -1/+53 | |
| |