Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add curl support | bptato | 2022-06-07 | 3 | -4/+141 | |
| | | | | This calls the curl binary, not libcurl. | |||||
* | Layout: insignificant changes regarding offset | bptato | 2022-05-29 | 3 | -7/+35 | |
| | ||||||
* | Add querySelector and querySelectorAll for Element | bptato | 2022-05-23 | 2 | -0/+62 | |
| | ||||||
* | Fix compilation on 32-bit architectures | bptato | 2022-05-21 | 1 | -5/+4 | |
| | ||||||
* | Update loader.nim | bptato | 2022-05-21 | 1 | -3/+9 | |
| | ||||||
* | Update .gitignore | bptato | 2022-05-13 | 1 | -0/+1 | |
| | ||||||
* | SpecifiedValue -> ComputedValue | bptato | 2022-05-13 | 5 | -66/+66 | |
| | | | | Actually it's neither but ComputedValue is more accurate. | |||||
* | Slightly change header handling | bptato | 2022-05-10 | 1 | -4/+11 | |
| | ||||||
* | Rename conflicting source files | bptato | 2022-05-10 | 9 | -12/+12 | |
| | | | | Nim can't really differentiate between them, unfortunately. | |||||
* | Add support for :nth-child, implement textContent | bptato | 2022-05-10 | 3 | -4/+34 | |
| | ||||||
* | Some refactoring for layout engine rewrite | bptato | 2022-05-10 | 4 | -293/+268 | |
| | ||||||
* | Update readme | bptato | 2022-04-10 | 1 | -15/+25 | |
| | ||||||
* | Add cha.exe to gitignore | bptato | 2022-04-10 | 1 | -0/+1 | |
| | ||||||
* | Add compile.bat for windows (WIP) | bptato | 2022-04-10 | 1 | -0/+10 | |
| | ||||||
* | Document plans for new layout engine | bptato | 2022-04-10 | 1 | -0/+67 | |
| | ||||||
* | Fix a windows compilation error | bptato | 2022-02-22 | 1 | -1/+1 | |
| | ||||||
* | Implement --, handle empty arguments | bptato | 2022-02-19 | 1 | -5/+14 | |
| | ||||||
* | Reduce formatting complexity | bptato | 2022-02-19 | 4 | -127/+79 | |
| | | | | | | Formatting based on cells instead of bytes. No clue why I'd ever thought the latter would be a good idea. This fixes background colors too. I think. | |||||
* | twtstr: replace bisearch with stdlib binarySearch | bptato | 2022-02-19 | 1 | -20/+2 | |
| | ||||||
* | Fix not being able to load local files with ?, #, etc | bptato | 2022-02-19 | 3 | -5/+19 | |
| | ||||||
* | Background color improvements | bptato | 2022-02-15 | 3 | -16/+39 | |
| | ||||||
* | Fix format background unicode problems | bptato | 2022-02-15 | 2 | -25/+54 | |
| | ||||||
* | Incomplete background-color implementation | bptato | 2022-02-14 | 4 | -48/+163 | |
| | | | | Has numerous flaws which will have to be corrected later. | |||||
* | Implement blink tag | bptato | 2022-02-12 | 3 | -0/+11 | |
| | | | | with text-decoration: blink. | |||||
* | Remove some unused variables | bptato | 2022-02-12 | 2 | -6/+0 | |
| | ||||||
* | Fix list item marker hack | bptato | 2022-02-12 | 1 | -4/+8 | |
| | ||||||
* | Fix page reload bugs | bptato | 2022-02-12 | 1 | -5/+1 | |
| | ||||||
* | Some loader polishing | bptato | 2022-02-09 | 4 | -11/+19 | |
| | ||||||
* | parse_tag: fix html entities in values | bptato | 2022-02-08 | 1 | -1/+1 | |
| | ||||||
* | Fix bug in idna that prevented building release | bptato | 2022-02-08 | 1 | -2/+7 | |
| | ||||||
* | Cleanup form method code | bptato | 2022-02-08 | 4 | -35/+77 | |
| | ||||||
* | Cleanup idna code a bit | bptato | 2022-02-08 | 1 | -100/+85 | |
| | ||||||
* | Optimize :is selector | bptato | 2022-01-30 | 2 | -4/+54 | |
| | ||||||
* | Avoid stack overflow in renderBlockContext | bptato | 2022-01-30 | 1 | -8/+13 | |
| | ||||||
* | Implement list-style-position | bptato | 2022-01-30 | 4 | -7/+75 | |
| | ||||||
* | Implement forms | bptato | 2022-01-29 | 13 | -133/+612 | |
| | | | | | | 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 | 6 | -59/+161 | |
| | ||||||
* | Implement line-height, vertical-align | bptato | 2022-01-28 | 4 | -65/+188 | |
| | ||||||
* | Implement padding | bptato | 2022-01-26 | 6 | -127/+199 | |
| | ||||||
* | Fix potential crash in next link command | bptato | 2022-01-26 | 2 | -15/+8 | |
| | ||||||
* | Fix whitespace styling | bptato | 2022-01-26 | 3 | -2/+59 | |
| | ||||||
* | Add some command line fixes, fix related bugs | bptato | 2022-01-25 | 3 | -9/+37 | |
| | ||||||
* | Zero-width characters don't break words | bptato | 2022-01-25 | 1 | -3/+3 | |
| | ||||||
* | Disallow different scheme in link tags | bptato | 2022-01-25 | 1 | -4/+5 | |
| | ||||||
* | Fix stylesheet containment bug | bptato | 2022-01-25 | 5 | -46/+49 | |
| | ||||||
* | Fix some path bugs and misc. warnings | bptato | 2022-01-25 | 5 | -13/+30 | |
| | ||||||
* | Fix author style sheet assignment | bptato | 2022-01-24 | 1 | -2/+9 | |
| | ||||||
* | Selector adjustments | bptato | 2022-01-24 | 2 | -17/+21 | |
| | ||||||
* | Remove some unused declarations | bptato | 2022-01-24 | 4 | -6/+0 | |
| | ||||||
* | Optimize cascading algorithm | bptato | 2022-01-24 | 6 | -149/+194 | |
| |