Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -564/+0 |
| | |||||
* | Add a network stream wrapper, improve eprint | bptato | 2022-09-05 | 1 | -10/+6 |
| | |||||
* | Small refactoring | bptato | 2022-08-20 | 1 | -0/+1 |
| | |||||
* | Fix request error handling | bptato | 2022-08-18 | 1 | -27/+24 |
| | |||||
* | Clean up client request methods, add DUPE_BUFFER | bptato | 2022-08-18 | 1 | -36/+52 |
| | |||||
* | Use a separate process for file loading | bptato | 2022-08-18 | 1 | -7/+2 |
| | | | | | Not very useful for now, since we still have to load the entire page before parsing it. | ||||
* | Slightly better handling of http auth + redirect | bptato | 2022-08-03 | 1 | -23/+29 |
| | |||||
* | Fix non-special url scheme parsing | bptato | 2022-08-02 | 1 | -4/+4 |
| | |||||
* | Make marks a property of buffer | bptato | 2022-08-01 | 1 | -6/+10 |
| | | | | So that re-rendering the buffer doesn't destroy all marks. | ||||
* | Hide passwords while typing | bptato | 2022-07-31 | 1 | -3/+3 |
| | |||||
* | Implement HTTP Auth | bptato | 2022-07-30 | 1 | -24/+89 |
| | | | | | Also use our own redirection implementation instead of curl follow redirects. | ||||
* | Enable raw mode during rendering | bptato | 2022-07-30 | 1 | -1/+5 |
| | | | | So that non-processed characters aren't displayed on the screen | ||||
* | Increase tokenizer buffer size, add mark color option | bptato | 2022-07-29 | 1 | -0/+1 |
| | |||||
* | 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 |