Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix curl getting stuck while reading headers | bptato | 2022-06-17 | 1 | -2/+3 | |
| | ||||||
* | Submit form on pressing enter in search field | bptato | 2022-06-17 | 1 | -1/+13 | |
| | ||||||
* | Add curl support | bptato | 2022-06-07 | 1 | -4/+128 | |
| | | | | This calls the curl binary, not libcurl. | |||||
* | Update loader.nim | bptato | 2022-05-21 | 1 | -3/+9 | |
| | ||||||
* | Slightly change header handling | bptato | 2022-05-10 | 1 | -4/+11 | |
| | ||||||
* | Rename conflicting source files | bptato | 2022-05-10 | 1 | -1/+1 | |
| | | | | Nim can't really differentiate between them, unfortunately. | |||||
* | Some refactoring for layout engine rewrite | bptato | 2022-05-10 | 1 | -1/+0 | |
| | ||||||
* | Fix a windows compilation error | bptato | 2022-02-22 | 1 | -1/+1 | |
| | ||||||
* | Reduce formatting complexity | bptato | 2022-02-19 | 2 | -18/+29 | |
| | | | | | | 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. | |||||
* | Fix format background unicode problems | bptato | 2022-02-15 | 1 | -6/+0 | |
| | ||||||
* | Incomplete background-color implementation | bptato | 2022-02-14 | 1 | -1/+3 | |
| | | | | Has numerous flaws which will have to be corrected later. | |||||
* | Implement blink tag | bptato | 2022-02-12 | 1 | -0/+5 | |
| | | | | with text-decoration: blink. | |||||
* | Remove some unused variables | bptato | 2022-02-12 | 1 | -4/+0 | |
| | ||||||
* | Some loader polishing | bptato | 2022-02-09 | 2 | -10/+8 | |
| | ||||||
* | Cleanup form method code | bptato | 2022-02-08 | 2 | -26/+38 | |
| | ||||||
* | Implement forms | bptato | 2022-01-29 | 3 | -27/+269 | |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | |||||
* | Implement padding | bptato | 2022-01-26 | 2 | -77/+77 | |
| | ||||||
* | Fix potential crash in next link command | bptato | 2022-01-26 | 1 | -14/+7 | |
| | ||||||
* | Add some command line fixes, fix related bugs | bptato | 2022-01-25 | 1 | -1/+3 | |
| | ||||||
* | Disallow different scheme in link tags | bptato | 2022-01-25 | 1 | -4/+5 | |
| | ||||||
* | Fix stylesheet containment bug | bptato | 2022-01-25 | 1 | -2/+11 | |
| | ||||||
* | Fix some path bugs and misc. warnings | bptato | 2022-01-25 | 2 | -5/+8 | |
| | ||||||
* | Refactor | bptato | 2022-01-24 | 1 | -1/+1 | |
| | ||||||
* | Fix node to cell mapping | bptato | 2022-01-24 | 2 | -51/+47 | |
| | ||||||
* | Fix incorrect canvas width and whitespace bugs | bptato | 2022-01-23 | 1 | -2/+3 | |
| | ||||||
* | Use pixels as the base unit for the layout | bptato | 2022-01-23 | 1 | -3/+3 | |
| | ||||||
* | Consider cell ratio when calculating lengths | bptato | 2022-01-23 | 1 | -2/+5 | |
| | ||||||
* | Support external stylesheets | bptato | 2022-01-23 | 2 | -1/+49 | |
| | ||||||
* | Fix page navigation | bptato | 2022-01-22 | 1 | -4/+4 | |
| | ||||||
* | Rewrite whitespace handling | bptato | 2022-01-19 | 1 | -4/+2 | |
| | ||||||
* | Implement basic media query support | bptato | 2021-12-27 | 1 | -2/+3 | |
| | ||||||
* | Basic content type implementation | bptato | 2021-12-26 | 2 | -10/+36 | |
| | ||||||
* | Proper URL handling | bptato | 2021-12-26 | 2 | -67/+87 | |
| | ||||||
* | Refactor formatting, improve buffer cursor movement | bptato | 2021-12-25 | 2 | -160/+93 | |
| | ||||||
* | Fix pager bugs | bptato | 2021-12-23 | 2 | -66/+98 | |
| | ||||||
* | Refactor buffer rendering procedures | bptato | 2021-12-23 | 1 | -144/+11 | |
| | ||||||
* | More efficient pipe output | bptato | 2021-12-21 | 1 | -3/+13 | |
| | ||||||
* | Use a linked list for buffers, allow pipe as output | bptato | 2021-12-21 | 1 | -4/+26 | |
| | ||||||
* | No anchor error message | bptato | 2021-12-21 | 1 | -0/+3 | |
| | ||||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 3 | -99/+72 | |
| | ||||||
* | Add client for buffer control | bptato | 2021-12-20 | 1 | -115/+46 | |
| | ||||||
* | Implement gotoAnchor | bptato | 2021-12-20 | 1 | -8/+16 | |
| | ||||||
* | Fix and implement cursor movement commands | bptato | 2021-12-20 | 2 | -75/+164 | |
| | | | | | In particular, cursorNextLink and cursorPrevLink now work and some other commands have been improved | |||||
* | Fix cursorPrevWord, cursorNextWord | bptato | 2021-12-19 | 1 | -65/+81 | |
| | ||||||
* | Add commands for vertical navigation on displayed line | bptato | 2021-12-19 | 1 | -1/+15 | |
| | ||||||
* | Fix pager mode formatting | bptato | 2021-12-19 | 2 | -26/+26 | |
| | ||||||
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 1 | -2/+2 | |
| | ||||||
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 1 | -1/+2 | |
| | ||||||
* | Move... things | bptato | 2021-12-17 | 1 | -5/+2 | |
| | ||||||
* | More code formatting consistency | bptato | 2021-12-17 | 4 | -11/+11 | |
| |