| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation on 32-bit architectures | bptato | 2022-05-21 | 1 | -5/+4 |
* | Fix not being able to load local files with ?, #, etc | bptato | 2022-02-19 | 1 | -3/+3 |
* | Incomplete background-color implementation | bptato | 2022-02-14 | 1 | -0/+4 |
* | Implement forms | bptato | 2022-01-29 | 1 | -1/+1 |
* | Fix some path bugs and misc. warnings | bptato | 2022-01-25 | 1 | -1/+16 |
* | Support external stylesheets | bptato | 2022-01-23 | 2 | -1/+5 |
* | Avoid unnecessary rendering on hover change etc | bptato | 2022-01-22 | 1 | -0/+3 |
* | Fix url parsing bug | bptato | 2022-01-22 | 1 | -1/+1 |
* | Fix page navigation | bptato | 2022-01-22 | 1 | -2/+4 |
* | Fix percent encoding function and local percent encoded paths | bptato | 2022-01-19 | 1 | -0/+7 |
* | Add punycode support | bptato | 2021-12-29 | 1 | -0/+34 |
* | Basic content type implementation | bptato | 2021-12-26 | 1 | -0/+25 |
* | Proper URL handling | bptato | 2021-12-26 | 1 | -87/+632 |
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -0/+245 |
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -1/+1 |
* | Refactor enums | bptato | 2021-12-15 | 2 | -153/+0 |
* | Support all css length units | bptato | 2021-12-14 | 1 | -2/+2 |
* | Add lists, function selector fixes | bptato | 2021-12-14 | 1 | -2/+7 |
* | Support height, fix margin | bptato | 2021-12-13 | 1 | -1/+2 |
* | Support width property | bptato | 2021-12-13 | 1 | -1/+1 |
* | Support more colors, config.nim refactoring | bptato | 2021-12-10 | 1 | -2/+35 |
* | Support CSS word break | bptato | 2021-11-23 | 1 | -22/+26 |
* | Refactor output formatting code, drop non-ansi support | bptato | 2021-11-13 | 1 | -3/+0 |
* | Implement text-decoration | bptato | 2021-11-13 | 1 | -5/+10 |
* | Ignore invalid css values | bptato | 2021-11-13 | 1 | -4/+5 |
* | Implement css property inheritance | bptato | 2021-11-12 | 1 | -5/+5 |
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 2 | -19/+24 |
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -2/+2 |
* | It's broken but it could be worse | bptato | 2021-11-09 | 1 | -0/+3 |
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 1 | -0/+3 |
* | More efficient display algorithms | bptato | 2021-08-06 | 2 | -1/+13 |
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 1 | -2/+0 |
* | more stuff | bptato | 2021-08-05 | 2 | -0/+17 |
* | More css stuff | bptato | 2021-08-04 | 1 | -26/+15 |
* | CSS selectors and re-organization | bptato | 2021-07-30 | 2 | -0/+131 |