Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Incremental search fixes | bptato | 2022-07-25 | 1 | -0/+3 |
| | |||||
* | Link to libcurl | bptato | 2022-07-24 | 1 | -1/+6 |
| | |||||
* | Improved incremental search: support unicode | bptato | 2022-07-23 | 1 | -9/+24 |
| | |||||
* | Add search function | bptato | 2022-07-22 | 1 | -10/+108 |
| | | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK. | ||||
* | Fix console.log | bptato | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Fix page reloading | bptato | 2022-07-15 | 1 | -1/+1 |
| | |||||
* | Initial QuickJS integration | bptato | 2022-07-13 | 1 | -4/+75 |
| | |||||
* | Fix not being able to load local files with ?, #, etc | bptato | 2022-02-19 | 1 | -2/+8 |
| | |||||
* | Fix page reload bugs | bptato | 2022-02-12 | 1 | -5/+1 |
| | |||||
* | Cleanup form method code | bptato | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | Implement forms | bptato | 2022-01-29 | 1 | -10/+13 |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | ||||
* | Fix some path bugs and misc. warnings | bptato | 2022-01-25 | 1 | -3/+5 |
| | |||||
* | Support external stylesheets | bptato | 2022-01-23 | 1 | -22/+9 |
| | |||||
* | Rebrand program | bptato | 2022-01-22 | 1 | -27/+31 |
| | |||||
* | Fix page navigation | bptato | 2022-01-22 | 1 | -32/+31 |
| | |||||
* | Fix percent encoding function and local percent encoded paths | bptato | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | Implement basic media query support | bptato | 2021-12-27 | 1 | -20/+30 |
| | |||||
* | Basic content type implementation | bptato | 2021-12-26 | 1 | -23/+29 |
| | |||||
* | Proper URL handling | bptato | 2021-12-26 | 1 | -78/+115 |
| | |||||
* | Refactor buffer rendering procedures | bptato | 2021-12-23 | 1 | -1/+5 |
| | |||||
* | Use a linked list for buffers, allow pipe as output | bptato | 2021-12-21 | 1 | -75/+51 |
| | |||||
* | No anchor error message | bptato | 2021-12-21 | 1 | -6/+14 |
| | |||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -40/+116 |
| | |||||
* | Add client for buffer control | bptato | 2021-12-20 | 1 | -0/+173 |